'Declaration Public Function GetImageRect( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
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 GetImageRect(
Vintasoft.Imaging.VintasoftImage image,
System.Windows.Rect rect,
bool useCurrentZoom
)
public: Vintasoft.Imaging.VintasoftImage* GetImageRect(
Vintasoft.Imaging.VintasoftImage* image,
System.Windows.Rect* rect,
bool useCurrentZoom
)
public:
Vintasoft.Imaging.VintasoftImage^ GetImageRect(
Vintasoft.Imaging.VintasoftImage^ image,
System.Windows.Rect^ rect,
bool useCurrentZoom
)
Parameters
- image
- The image.
- rect
- System.Windows.Rect on the image.
- useCurrentZoom
- A value indicating whether to use the image in current scale.
Return Value
Rectangle of focused image or null.