←Select platform

Origin Property

Summary

Gets the logical origin of this AnnProtractorObject.

Syntax

C#
VB
C++
public override Point Origin { get; } 
  
Public Overrides ReadOnly Property Origin As Point 
public: 
property Point Origin { 
   Point get() override; 
} 

Property Value

The logical origin of this AnnProtractorObject.

Remarks

This method returns the logical origin of this AnnProtractorObject. The AnnProtractorObject object overrides this value to return the coordinates of the CenterPoint. You can use this origin to Rotate or Scale this object around itself.

Example

Refer to Origin example.

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.Windows.Annotations Assembly