'DeclarationPublic Overridable Function ImageToScreen( _ ByVal ImageCoordinates As System.Drawing.PointF, _ ByVal Viewer As DicomViewer _ ) As System.Nullable(Of PointF)
public virtual System.Nullable<PointF> ImageToScreen( System.Drawing.PointF ImageCoordinates, DicomViewer Viewer )
Parameters
- ImageCoordinates
- The image coordinates
- Viewer
- The Viewer being used for display
Return Value
Point in 2D image space if appropriate, or null, for 3D images