←Select platform

Origin Property

Summary

Gets the logical origin of this AnnProtractorObject.

Syntax

C#
VB
C++
public override AnnPoint Origin { get; } 
  
Public Overrides ReadOnly Property Origin As Leadtools.Annotations.AnnPoint 
public: 
property Leadtools.Annotations.AnnPoint Origin { 
   Leadtools.Annotations.AnnPoint 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

For an example, refer to Transform.

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