'DeclarationPublic Function CellLocation( _ ByVal Viewer As DicomViewer _ ) As SkiaSharp.SKPointI
'UsageDim instance As DicomImage Dim Viewer As DicomViewer Dim value As SkiaSharp.SKPointI value = instance.CellLocation(Viewer)
public SkiaSharp.SKPointI CellLocation( DicomViewer Viewer )
public: SkiaSharp.SKPointI CellLocation( DicomViewer^ Viewer )
Parameters
- Viewer
- The viewer to use for sizing etc.
Return Value
The location, in pixels, relative to the viewer