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

AnnObject Class

Fields  Properties  Methods 


The following tables list the members exposed by AnnObject.

Public Fields
 NameDescription
Public FieldDefaultHitTestValueThe default hit test value for the AnnObject object.  
Public FieldNameHitTestValueThe default hit test value for the AnnObject name area.  
Top
Public Properties
 NameDescription
Public PropertyBoundingRectangleGets the logical bounding rectangle of this AnnObject.  
Public PropertyBrushGets or sets the AnnBrush associated with this AnnDrawable object. (Inherited from Leadtools.Annotations.AnnDrawable)
Public PropertyContainerGets or sets the AnnContainer that contains this AnnObject.  
Public PropertyFixedStateGets or sets the font and pen fixed state of this object.  
Public PropertyFontGets or sets the AnnFont associated with this AnnDrawable object. (Inherited from Leadtools.Annotations.AnnDrawable)
Public PropertyGripperDistanceThe distance in pixels that the RotateGripper control point is originally placed from the bounds of the AnnObject.  
Public PropertyGroupGets or sets the AnnGroupObject that contains this AnnObject.  
Public PropertyHasBrushGets a value indicating whether this AnnDrawable object has a brush. (Inherited from Leadtools.Annotations.AnnDrawable)
Public PropertyHasFontGets a value indicating whether this AnnDrawable object has a font. (Inherited from Leadtools.Annotations.AnnDrawable)
Public PropertyHasPenGets a value indicating whether this AnnDrawable object has a pen. (Inherited from Leadtools.Annotations.AnnDrawable)
Public PropertyHyperlinkGets or sets a string which represents the hyperlink for this AnnObject.  
Public PropertyInvalidRectangleGets the physical bounding rectangle of this AnnObject.  
Public PropertyIsFixedStateStackEmptytrue if the fixed stack is empty; false otherwise.  
Public PropertyIsLockedGets a value that indicates whether this AnnObject is locked.  
Public PropertyNameGets or sets the name of the AnnObject.  
Public PropertyNameBackColorGets or sets the color used to fill the background of the name of this AnnObject.  
Public PropertyNameBackColorXmlUsed internally by the LEADTOOLS framework.  
Public PropertyNameFontGets or sets the font used to draw the text of the name of this AnnObject.  
Public PropertyNameForeColorGets or sets the color used to draw the text of the name of this AnnObject.  
Public PropertyNameForeColorXmlUsed internally by the LEADTOOLS framework.  
Public PropertyNameOffsetGets or sets the name offset relative to the upper left corner of the bounding rectangle of this AnnObject.  
Public PropertyNameRestrictGets or sets a value indicating whether this AnnObject name is restricted to appear fully within the bounding rectangle of the Container.  
Public PropertyNameVisibleGets or sets a value to determine whether to draw the name of this AnnObject.  
Public PropertyOriginGets the logical origin of this AnnObject.  
Public PropertyPasswordGets the password used in the last successful lock operation of this AnnObject.  
Public PropertyPenGets or sets the AnnPen associated with this AnnDrawable object. (Inherited from Leadtools.Annotations.AnnDrawable)
Public PropertyPhysicalTransformReturns the current physical transformation System.Drawing.Drawing2D.Matrix of this AnnObject.  
Public PropertyRotateCenterThe location of the rotate center control point.  
Public PropertyRotateGripperThe location of the rotate gripper control point.  
Public PropertySerializePasswordGets or sets a value indicating whether the password is saved when this AnnObject is serialized.  
Public PropertySupportsBrushGets a value indicating whether this AnnDrawable object supports a brush. (Inherited from Leadtools.Annotations.AnnDrawable)
Public PropertySupportsFixedtrue if this AnnObject can be fixed; false otherwise  
Public PropertySupportsFontGets a value indicating whether this AnnDrawable object supports a font. (Inherited from Leadtools.Annotations.AnnDrawable)
Public PropertySupportsPenGets a value indicating whether this AnnDrawable object supports a pen. (Inherited from Leadtools.Annotations.AnnDrawable)
Public PropertyTagGets or sets the tag of this AnnObject.  
Public PropertyTextColorGets or sets the text System.Drawing.Color structure associated with this AnnDrawable object. (Inherited from Leadtools.Annotations.AnnDrawable)
Public PropertyTextColorXmlUsed internally by the LEADTOOLS framework. (Inherited from Leadtools.Annotations.AnnDrawable)
Public PropertyTransformReturns the current transformation System.Drawing.Drawing2D.Matrix of this AnnObject.  
Public PropertyTransformObjectModeGets a value that determines how to transform this AnnObject when any object transformation method is called.  
Public PropertyUserDataGets or sets the user-defined data of this AnnObject.  
Public PropertyVisibleGets or sets a value indicating whether the AnnObject is visible.  
Public PropertyWin32ObjectIdFor internal use.  
Top
Protected Properties
 NameDescription
Protected PropertyHitTestInteriorGets a value indicating whether hit-testing should be performed inside this AnnObject.  
Protected PropertyUnitConverterGets the AnnUnitConverter that will be used in this AnnObject.  
Top
Public Methods
 NameDescription
Public MethodCalculateRotateAngleReturns the rotate angle of an AnnObject in degrees.  
Public MethodCloneCreates an exact copy of this AnnObject object.  
Public MethodConvertLogicalToObjectPointsConverts an array of points from logical to object coordinates.  
Public MethodConvertLogicalToObjectRectangleConverts a rectangle from logical to object coordinates.  
Public MethodConvertObjectToLogicalPointsConverts an array of points from object to logical coordinates.  
Public MethodConvertObjectToLogicalRectangleConverts a rectangle from object to logical coordinates.  
Public Methodstatic (Shared in Visual Basic)CreateRotateMatrixA helper method that creates a standard rotation matrix with the specified values.  
Public Methodstatic (Shared in Visual Basic)CreateScaleMatrixA helper method that creates a standard scale matrix with the specified values.  
Public Methodstatic (Shared in Visual Basic)CreateTranslateMatrixA helper method that creates a standard translation matrix with the specified values.  
Public MethodDisposeOverloaded. Releases the resources used by the AnnObject.  
Public MethodDrawDraws this AnnObject on the specified surface.  
Public MethodGetAreaGets the pixel count of the annotation object  
Public MethodGetFixedStateDetermines if this AnnObject is in a fixed state.  
Public MethodGetGraphicsPathReturns a System.Drawing.Drawing2D.GraphicsPath representation of this AnnObject.  
Public MethodGetObjectDataOverridden. Populates a specified System.Runtime.Serialization.SerializationInfo with the data needed to serialize this object.  
Public MethodHitTestPerforms hit-testing on this AnnObject.  
Public MethodLockLocks this AnnObject with the specified password.  
Public MethodPopFixedStateRe-enables the fixed state of an AnnObject.  
Public MethodPushFixedStateTemporarily disables the fixed state of an AnnObject.  
Public MethodResetRotatePointsResets the RotateCenter and RotateGripper control points to a default location.  
Public MethodResetTransformResets the transformation matrix of this AnnObject.  
Public MethodRestoreOriginalLocationRestores location information for an AnnObject.  
Public MethodRestrictNameRestricts the name to appear fully within the bounding rectangle of the Container of this AnnObject.  
Public MethodRotateRotates the transformation matrix of this AnnObject around a point.  
Public MethodSaveOriginalLocationSaves location information for an AnnObject.  
Public MethodScaleScales the transformation matrix of this AnnObject by the specified ratios.  
Public MethodSetFixedStateSets the fixed state of an AnnObject.  
Public MethodToStringOverridden. Converts the attributes of this AnnObject to a human-readable string.  
Public MethodTransformRotatePointsApplies the transformer to the rotate control points.  
Public MethodTranslateTranslates the transformation matrix of this AnnObject by the specified values.  
Public MethodUnlockUnlocks this AnnObject with the specified password.  
Top
Protected Methods
 NameDescription
Protected MethodBeginDrawCalled by the Draw method to set up the object's PhysicalTransform matrix into the g graphics surface.  
Protected MethodCreateCreates a new instance of this AnnObject.  
Protected MethodDrawLockedDraws this AnnObject locked picture on the specified surface.  
Protected MethodDrawNameDraws this AnnObject name on the specified surface.  
Protected MethodDrawObjectDraws this AnnObject on the specified surface.  
Protected MethodEndDrawCalled by the Draw method to reset the graphics transformation.  
Protected MethodFinalizeThis member overrides System.Object.Finalize.  
Protected MethodGetTransformPointsGets the array of points to be transformed.  
Protected MethodNameHitTestPerforms hit-testing on this AnnObject name.  
Protected MethodSetTransformPointsSets the array of transformed points.  
Top
See Also

Reference

AnnObject Class
Leadtools.Annotations Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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