←Select platform

Origin Property

Summary

Gets the logical origin of this AnnCrossProductObject.

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 AnnCrossProductObject.

Remarks

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

Example

For an example, refer to AnnObject.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