The IntersectionPoint Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the current intersection point of this AnnCrossProductObject object.Visual Basic (Declaration) | |
---|---|
Public Overridable Property IntersectionPoint As AnnPoint |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnCrossProductObject Dim value As AnnPoint instance.IntersectionPoint = value value = instance.IntersectionPoint |
C# | |
---|---|
public virtual AnnPoint IntersectionPoint {get; set;} |
C++/CLI | |
---|---|
public: virtual property AnnPoint IntersectionPoint { AnnPoint get(); void set ( AnnPoint value); } |
Property Value
An AnnPoint structure that specifies the current intersection point of this AnnCrossProductObject object.For an example, refer to AnnCrossProductObject.
(Read only) The intersection point of a cross product object updates dynamically whenever FirstStartPoint, FirstEndPoint, SecondStartPoint or SecondEndPoint changes.
For more information, refer to Using Rulers in Annotation Objects.
For more information, refer to Using Rulers in Annotation Objects.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7