Gets the logical origin of this AnnObject.
public virtual AnnPoint Origin { get; }
Public Overridable ReadOnly Property Origin As Leadtools.Annotations.AnnPoint
public:
virtual property Leadtools.Annotations.AnnPoint Origin {
Leadtools.Annotations.AnnPoint get();
}
The logical origin of this AnnObject.
This method returns the logical origin of this AnnObject. This value is calculated by returning the origin of the BoundingRectangle value. You can use this origin to Rotate or Scale this object around itself. For more information, refer to Low-Level Coordinate System for Annotations. (Deprecated)
For an example, refer to Transform.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET