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

AnnGetGraphicsPathMode Enumeration






Indicates which type of graphics path to return. Used with the AnnObject.GetGraphicsPath method.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum AnnGetGraphicsPathMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AnnGetGraphicsPathMode
[SerializableAttribute()]
public enum AnnGetGraphicsPathMode : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Annotations.AnnGetGraphicsPathMode = function() { };
Leadtools.Annotations.AnnGetGraphicsPathMode.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()]
public enum class AnnGetGraphicsPathMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
BackgroundBrushAnnObject.GetGraphicsPath is called when the background of the object is being drawnmode. An AnnObject derived object can use this mode to draw the background of the object in a special way.
BoundAnnObject.GetGraphicsPath is called to determine the bounding rectangle of the object. An AnnObject derived object can optimize the path returned to speed up calculating the bounding rectangle. For example, an object that has text in it can return a path that contains the bounding rectangle of this text instead of the vectorized text to greatly enhance the performance.
DrawObjectAnnObject.GetGraphicsPath is called to draw the object. An AnnObject derived object should return the path as it is to be displayed on the screen.
HitTestAnnObject.GetGraphicsPath is called to perform hit-testing on the object. An AnnObject derived object can optimize the path returned to speed up hit-testing. For example, an object that has text in it can return a path that contains the bounding rectangle of this text instead of the vectorized text. This will greatly enhance the performance of the hit-testing operation.
RunModeAnnObject.GetGraphicsPath is called when the object is drawn in run mode. An AnnObject derived object can use this mode to draw the object in a special way during run mode.
Example
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.AnnGetGraphicsPathMode

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

Leadtools.Annotations Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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