←Select platform

DefaultZoomOrigin Property

Summary

Default zoom origin of this item.

Syntax

C#
VB
C++
public LeadPointD DefaultZoomOrigin { get; } 
Public ReadOnly Property DefaultZoomOrigin() As LeadPointD 
   Get 
public:  
   property LeadPointD^ DefaultZoomOrigin 
   { 
      LeadPointD^ get() 
   } 

Property Value

The default zoom origin of this item. Default value is the center of the image.

Remarks

This value can be passed to Zoom to perform the operation around the center of the image. The default value is the center of the image (ImageSize.Width / 2, ImageSize.Height / 2).

Requirements

Target Platforms

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

Leadtools.Controls.WinForms Assembly