'Declaration
Public Function ReferenceLine( _ ByVal Image As DicomImage, _ ByVal Intersection As Boolean _ ) As DicomLabel
'Usage
Dim instance As DicomImage Dim Image As DicomImage Dim Intersection As Boolean Dim value As DicomLabel value = instance.ReferenceLine(Image, Intersection)
public DicomLabel ReferenceLine( DicomImage Image, bool Intersection )
public: DicomLabel^ ReferenceLine( DicomImage^ Image, bool Intersection )
Parameters
- Image
The main Image, who's position is to be shown.
- Intersection
Whether the intersection should be used - see remarks for details