←Select platform

DefaultZoomOrigin Property

Summary

Gets the origin of the default zoom point for current horizontal and vertical alignment, in control coordinates.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public virtual Point DefaultZoomOrigin {get;} 
Public Overridable ReadOnly Property DefaultZoomOrigin As Point 
public virtual Point DefaultZoomOrigin {get;} 
@property (nonatomic, assign, readonly) CGPoint defaultZoomOrigin 
public PointF getDefaultZoomOrigin() 
 get_DefaultZoomOrigin();  

Property Value

A Leadtools.LeadPointD that contains the default point of origin for zoom operations for current horizontal and vertical alignment in control coordinates.

Remarks

You can zoom the image in the viewer using the Zoom method. Any zooming operation requires an origin. After the image is zoomed, this origin point should stay the same on the screen. You can zoom an image using different zoom origins, for example, around 0,0, the center of the image, any edge or any other arbitrary value.

Usually, applications zoom the image around its center. You can calculate the center either manually or by querying the ImageControlCenter property.

In other instances, the application might want to zoom the image depending on the value of ImageHorizontalAlignment and ImageVerticalAlignment for example, when the alignment is left and top, the origin should be 0,0. When the alignment is center and center, the origin should be the center of the control, when the alignment is left and center, the origin should be half the width, 0 and so on. You can use DefaultZoomOrigin to obtain this value automatically.

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)