Gets the location and size of the image in the viewer in control coordinates.
public virtual Rect ImageControlRectangle(
bool clipped
)
Public Overridable Function ImageControlRectangle( _
ByVal clipped As Boolean _
) As Rect
public virtual Rect ImageControlRectangle(
bool clipped
)
- (CGRect)imageControlRectangle:(BOOL)clipped
public RectF imageControlRectangle(boolean clipped)
function Leadtools.Controls.ImageViewer.ImageControlRectangle(
clipped
)
clipped
true to intersect the bounding rectangle with the current control client area; otherwise, it is false.
The location and size of the image in the viewer in control coordinates.
This method will apply the current transformation to (0,0 to imageSize.width, imageSize.height) and return the result value.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET