←Select platform

ImageControlCenter Property

Summary

Gets the location of the center of the image, in control coordinates.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public virtual Point ImageControlCenter {get;} 
Public Overridable ReadOnly Property ImageControlCenter As Point 
public virtual Point ImageControlCenter {get;} 
@property (nonatomic, assign, readonly) CGPoint imageControlCenter 
public PointF getImageControlCenter() 
 get_ImageControlCenter();  

Property Value

The location of the center of the image, in control coordinates.

Remarks

This property contains the location of the center point of the image (width and height of ImageSize divided by 2) in client coordinates. You can use the value of this property as the origin parameter to Zoom to zoom the image around its center.

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)