'Declaration Public Overloads Function GetFocusedImageRect( _
ByVal rectSystem.Drawing.Rectangle on the image.As System.Drawing.Rectangle, _
ByVal useCurrentZoomA value indicating whether to use the image in current scale.As Boolean _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetFocusedImageRect(
System.Drawing.Rectangle rect,
bool useCurrentZoom
)
public: Vintasoft.Imaging.VintasoftImage* GetFocusedImageRect(
System.Drawing.Rectangle* rect,
bool useCurrentZoom
)
public:
Vintasoft.Imaging.VintasoftImage^ GetFocusedImageRect(
System.Drawing.Rectangle^ rect,
bool useCurrentZoom
)
Parameters
- rect
- System.Drawing.Rectangle on the image.
- useCurrentZoom
- A value indicating whether to use the image in current scale.
Return Value
Specified rectangle of focused image.