public override Nullable<PointF> ImageToScreen( PointF ImageCoordinates, DicomViewer Viewer )
public: Nullable<PointF> ImageToScreen( PointF ImageCoordinates, DicomViewer^ Viewer ) override
'Declaration Public Overrides Function ImageToScreen( _ ByVal ImageCoordinates As PointF, _ ByVal Viewer As DicomViewer _ ) As Nullable(Of PointF)
'Usage Dim instance As DicomImage3D Dim ImageCoordinates As PointF Dim Viewer As DicomViewer Dim value As Nullable(Of PointF) value = instance.ImageToScreen(ImageCoordinates, Viewer)
Target Platforms: .NET CLR 4.0 or higher
DicomImage3D Class DicomImage3D Members Base Implementation in ImageToScreen