LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnObject Class Members

Show in webframe
Fields  Properties  Methods 


The following tables list the members exposed by AnnObject.

Public Fields
 NameDescription
DefaultHitTestValueThe default hit test value for the AnnObject object.  
NameHitTestValueThe default hit test value for the AnnObject name area.  
Top
Public Properties
 NameDescription
BoundingRectangleGets the logical bounding rectangle of this AnnObject.  
BrushGets or sets the AnnBrush associated with this AnnDrawable object. (Inherited from Leadtools.Annotations.AnnDrawable)
ContainerGets or sets the AnnContainer that contains this AnnObject.  
FixedStateGets or sets the font and pen fixed state of this object.  
FontGets or sets the AnnFont associated with this AnnDrawable object. (Inherited from Leadtools.Annotations.AnnDrawable)
GripperDistanceThe distance in pixels that the RotateGripper control point is originally placed from the bounds of the AnnObject.  
GroupGets or sets the AnnGroupObject that contains this AnnObject.  
HasBrushGets a value indicating whether this AnnDrawable object has a brush. (Inherited from Leadtools.Annotations.AnnDrawable)
HasFontGets a value indicating whether this AnnDrawable object has a font. (Inherited from Leadtools.Annotations.AnnDrawable)
HasPenGets a value indicating whether this AnnDrawable object has a pen. (Inherited from Leadtools.Annotations.AnnDrawable)
HyperlinkGets or sets a string which represents the hyperlink for this AnnObject.  
InvalidRectangleGets the physical bounding rectangle of this AnnObject.  
IsFixedStateStackEmptytrue if the fixed stack is empty; false otherwise.  
IsLockedGets a value that indicates whether this AnnObject is locked.  
NameGets or sets the name of the AnnObject.  
NameBackColorGets or sets the color used to fill the background of the name of this AnnObject.  
NameBackColorXmlUsed internally by the LEADTOOLS framework.  
NameFontGets or sets the font used to draw the text of the name of this AnnObject.  
NameForeColorGets or sets the color used to draw the text of the name of this AnnObject.  
NameForeColorXmlUsed internally by the LEADTOOLS framework.  
NameOffsetGets or sets the name offset relative to the upper left corner of the bounding rectangle of this AnnObject.  
NameRestrictGets or sets a value indicating whether this AnnObject name is restricted to appear fully within the bounding rectangle of the Container.  
NameVisibleGets or sets a value to determine whether to draw the name of this AnnObject.  
OriginGets the logical origin of this AnnObject.  
PasswordGets the password used in the last successful lock operation of this AnnObject.  
PenGets or sets the AnnPen associated with this AnnDrawable object. (Inherited from Leadtools.Annotations.AnnDrawable)
PhysicalTransformReturns the current physical transformation System.Drawing.Drawing2D.Matrix of this AnnObject.  
RotateCenterThe location of the rotate center control point.  
RotateGripperThe location of the rotate gripper control point.  
SerializePasswordGets or sets a value indicating whether the password is saved when this AnnObject is serialized.  
SupportsBrushGets a value indicating whether this AnnDrawable object supports a brush. (Inherited from Leadtools.Annotations.AnnDrawable)
SupportsFixedtrue if this AnnObject can be fixed; false otherwise  
SupportsFontGets a value indicating whether this AnnDrawable object supports a font. (Inherited from Leadtools.Annotations.AnnDrawable)
SupportsPenGets a value indicating whether this AnnDrawable object supports a pen. (Inherited from Leadtools.Annotations.AnnDrawable)
TagGets or sets the tag of this AnnObject.  
TextColorGets or sets the text System.Drawing.Color structure associated with this AnnDrawable object. (Inherited from Leadtools.Annotations.AnnDrawable)
TextColorXmlUsed internally by the LEADTOOLS framework. (Inherited from Leadtools.Annotations.AnnDrawable)
TransformReturns the current transformation System.Drawing.Drawing2D.Matrix of this AnnObject.  
TransformObjectModeGets a value that determines how to transform this AnnObject when any object transformation method is called.  
UserDataGets or sets the user-defined data of this AnnObject.  
VisibleGets or sets a value indicating whether the AnnObject is visible.  
Win32ObjectIdFor internal use.  
Top
Protected Properties
 NameDescription
HitTestInteriorGets a value indicating whether hit-testing should be performed inside this AnnObject.  
UnitConverterGets the AnnUnitConverter that will be used in this AnnObject.  
Top
Public Methods
 NameDescription
CalculateRotateAngleReturns the rotate angle of an AnnObject in degrees.  
CloneCreates an exact copy of this AnnObject object.  
ConvertLogicalToObjectPointsConverts an array of points from logical to object coordinates.  
ConvertLogicalToObjectRectangleConverts a rectangle from logical to object coordinates.  
ConvertObjectToLogicalPointsConverts an array of points from object to logical coordinates.  
ConvertObjectToLogicalRectangleConverts a rectangle from object to logical coordinates.  
CreateRotateMatrixA helper method that creates a standard rotation matrix with the specified values.  
CreateScaleMatrixA helper method that creates a standard scale matrix with the specified values.  
CreateTranslateMatrixA helper method that creates a standard translation matrix with the specified values.  
DisposeOverloaded. Releases the resources used by the AnnObject.  
DrawDraws this AnnObject on the specified surface.  
GetAreaGets the pixel count of the annotation object  
GetFixedStateDetermines if this AnnObject is in a fixed state.  
GetGraphicsPathReturns a System.Drawing.Drawing2D.GraphicsPath representation of this AnnObject.  
GetObjectDataOverridden. Populates a specified System.Runtime.Serialization.SerializationInfo with the data needed to serialize this object.  
HitTestPerforms hit-testing on this AnnObject.  
LockLocks this AnnObject with the specified password.  
PopFixedStateRe-enables the fixed state of an AnnObject.  
PushFixedStateTemporarily disables the fixed state of an AnnObject.  
ResetRotatePointsResets the RotateCenter and RotateGripper control points to a default location.  
ResetTransformResets the transformation matrix of this AnnObject.  
RestoreOriginalLocationRestores location information for an AnnObject.  
RestrictNameRestricts the name to appear fully within the bounding rectangle of the Container of this AnnObject.  
RotateRotates the transformation matrix of this AnnObject around a point.  
SaveOriginalLocationSaves location information for an AnnObject.  
ScaleScales the transformation matrix of this AnnObject by the specified ratios.  
SetFixedStateSets the fixed state of an AnnObject.  
ToStringOverridden. Converts the attributes of this AnnObject to a human-readable string.  
TransformRotatePointsApplies the transformer to the rotate control points.  
TranslateTranslates the transformation matrix of this AnnObject by the specified values.  
UnlockUnlocks this AnnObject with the specified password.  
Top
Protected Methods
 NameDescription
BeginDrawCalled by the Draw method to set up the object's PhysicalTransform matrix into the g graphics surface.  
CreateCreates a new instance of this AnnObject.  
DrawLockedDraws this AnnObject locked picture on the specified surface.  
DrawNameDraws this AnnObject name on the specified surface.  
DrawObjectDraws this AnnObject on the specified surface.  
EndDrawCalled by the Draw method to reset the graphics transformation.  
FinalizeThis member overrides System.Object.Finalize.  
GetTransformPointsGets the array of points to be transformed.  
NameHitTestPerforms hit-testing on this AnnObject name.  
SetTransformPointsSets the array of transformed points.  
Top
See Also

Reference

AnnObject Class
Leadtools.Annotations Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.