Gets the
System.Drawing.Rectangle that represents the image boundaries. This changes as you zoom in/out or offset the image.
public Rectangle GetDisplayedImageRectangle()
'Declaration
Public Function GetDisplayedImageRectangle() As Rectangle
'Usage
Dim instance As MedicalViewerCell
Dim value As Rectangle
value = instance.GetDisplayedImageRectangle()
public:
Rectangle GetDisplayedImageRectangle();
Return Value
A
System.Drawing.Rectanglethat represents the image boundaries. This changes as you zoom in/out or offset the image.