LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

PointerPosition Property






Gets or sets the position of this AnnTextPointerObject object's pointer.
Syntax
public virtual AnnPoint PointerPosition {get; set;}
'Declaration
 
Public Overridable Property PointerPosition As AnnPoint
'Usage
 
Dim instance As AnnTextPointerObject
Dim value As AnnPoint
 
instance.PointerPosition = value
 
value = instance.PointerPosition
public virtual AnnPoint PointerPosition {get; set;}
 get_PointerPosition();
set_PointerPosition(value);
public:
virtual property AnnPoint PointerPosition {
   AnnPoint get();
   void set (    AnnPoint value);
}

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.
Example
For an example, refer to AnnTextPointerObject.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnTextPointerObject Class
AnnTextPointerObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.