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