'Declaration Public Function LabelHits( _ ByVal p As Point, _ ByVal ViewerLabels As Boolean, _ ByVal ImageLabels As Boolean _ ) As DicomLabelCollection
'Usage Dim instance As DicomViewer Dim p As Point Dim ViewerLabels As Boolean Dim ImageLabels As Boolean Dim value As DicomLabelCollection value = instance.LabelHits(p, ViewerLabels, ImageLabels)
public DicomLabelCollection LabelHits( Point p, bool ViewerLabels, bool ImageLabels )
public: DicomLabelCollection^ LabelHits( Point p, bool ViewerLabels, bool ImageLabels )
Parameters
- p
- The Point in scrren coordinates to be investigated
- ViewerLabels
- Indication of whether Viewer-Tied Labels will be investigated
- ImageLabels
- Indication of whether Image-Tied Labels will be investigated