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

FixedPointer Property






Gets or sets a value that indicates whether the pointer of this AnnTextPointerObject object is fixed.
Syntax
public virtual bool FixedPointer {get; set;}
'Declaration
 
Public Overridable Property FixedPointer As Boolean
'Usage
 
Dim instance As AnnTextPointerObject
Dim value As Boolean
 
instance.FixedPointer = value
 
value = instance.FixedPointer
public virtual bool FixedPointer {get; set;}
 get_FixedPointer();
set_FixedPointer(value);
public:
virtual property bool FixedPointer {
   bool get();
   void set (    bool value);
}

Property Value

true if the pointer of this AnnTextPointerObject object is fixed; false otherwise.
Remarks
The position of the pointer is given in the PointerPosition property. The FixedPointer property determines what happens to the pointer when this AnnTextPointerObject object is transformed. For example, if the FixedPointer property is false, and this AnnTextPointerObject object gets translated by 10 pixels in both the X and Y directions, the PointerPosition value will be translated by 10 pixels in each direction as well. If the FixedPointer property is true however, any transformation on the object itself will not affect the PointerPosition value.
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.