'DeclarationPublic Function ScreenToWorld( _ ByVal ScreenLocation As SkiaSharp.SKPoint, _ ByVal viewer As IDicomViewer _ ) As Nullable(Of SKPoint3)
'UsageDim instance As DicomImage Dim ScreenLocation As SkiaSharp.SKPoint Dim viewer As IDicomViewer Dim value As Nullable(Of SKPoint3) value = instance.ScreenToWorld(ScreenLocation, viewer)
public Nullable<SKPoint3> ScreenToWorld( SkiaSharp.SKPoint ScreenLocation, IDicomViewer viewer )
public: Nullable<SKPoint3> ScreenToWorld( SkiaSharp.SKPoint ScreenLocation, IDicomViewer^ viewer )
Parameters
- ScreenLocation
- The point on the output space
- viewer
- The Viewer being used for display
Return Value
Point in 3D space if appropriate, or null, if the necessary coordinate
information is not available