←Select platform

ImageControlRectangle Method

Summary

Gets the location and size of the image in the viewer in control coordinates.

Syntax

C#
VB
Java
Objective-C
WinRT C#
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

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)