(Leadtools.Controls)

ImageControlRectangle Method

Show in webframe





true to intersect the bounding rectangle with the current control client area; otherwise, it is false.
Gets the location and size of the image in the viewer in control coordinates.
Syntax
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 
)

Parameters

clipped
true to intersect the bounding rectangle with the current control client area; otherwise, it is false.

Return Value

The location and size of the image in the viewer in control coordinates.
Remarks

This method will apply the current transformation to (0,0 to imageSize.width, imageSize.height) and return the result value.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.