'Declaration
Public Function ReferenceLine( _ ByVal Image As DicomImage, _ ByVal Intersection As System.Boolean _ ) As DicomLabel
'Usage
Dim instance As DicomImage Dim Image As DicomImage Dim Intersection As System.Boolean Dim value As DicomLabel value = instance.ReferenceLine(Image, Intersection)
public DicomLabel ReferenceLine( DicomImage Image, System.bool Intersection )
public function ReferenceLine( Image: DicomImage; Intersection: System.Boolean ): DicomLabel;
public function ReferenceLine( Image : DicomImage, Intersection : System.boolean ) : DicomLabel;
public: DicomLabel* ReferenceLine( DicomImage* Image, System.bool Intersection )
public: DicomLabel^ ReferenceLine( DicomImage^ Image, System.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