'Usage
Dim instance As DicomImage
Dim Viewer As DicomViewer
Dim value As Size
value = instance.CellSize(Viewer)
Parameters
Viewer
The viewer to use for sizing etc.
Return Value
The size, in pixels
Remarks
If the Area property of the image is empty, then this will always return the same size (area of the viewer divided by rows and columms), but if an explicit area is specified, then that is used instead.