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