←Select platform

PointerPosition Property

Summary

Gets or sets the position of this AnnTextPointerObject object's pointer.

Syntax

C#
VB
C++
public virtual AnnPoint PointerPosition { get; set; } 
  
Public Overridable Property PointerPosition As Leadtools.Annotations.AnnPoint 
public: 
virtual property Leadtools.Annotations.AnnPoint PointerPosition { 
   Leadtools.Annotations.AnnPoint get(); 
   void set (    Leadtools.Annotations.AnnPoint ); 
} 

Property Value

An AnnPoint structure that specifies the position of the pointer

Remarks

The pointer will be drawn as the shortest straight line between any of the 4 corners of the bounding rectangle and this position. The annotation framework will update this line automatically when this AnnTextPointerObject object is transformed. For more information, refer to Using Text in Annotation Object. (Deprecated)

Example

For an example, refer to AnnTextPointerObject.

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