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