Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
AnnObject Class Members
See Also  Fields  Properties  Methods 
Leadtools.Annotations Namespace : AnnObject Class


The following tables list the members exposed by AnnObject.

Protected Constructors

 NameDescription
Protected ConstructorAnnObject ConstructorOverloaded.  This constructor is required by ISerializable.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)DefaultHitTestValue The default hit test value for the AnnObject object.  
Public Fieldstatic (Shared in Visual Basic)NameHitTestValue The default hit test value for the AnnObject name area.  
Top

Public Properties

 NameDescription
Public PropertyBoundingRectangle Gets the logical bounding rectangle of this AnnObject.  
Public PropertyBrush Gets or sets the AnnBrush associated with this AnnDrawable object. (Inherited from AnnDrawable)
Public PropertyContainer Gets or sets the AnnContainer that contains this AnnObject.  
Public PropertyFont Gets or sets the AnnFont associated with this AnnDrawable object. (Inherited from AnnDrawable)
Public PropertyGripperDistance The distance in pixels that the RotateGripper control point is originally placed from the bounds of the AnnObject.  
Public PropertyGroup Gets or sets the AnnGroupObject that contains this AnnObject.  
Public PropertyHasBrush Gets a value indicating whether this AnnDrawable object has a brush. (Inherited from AnnDrawable)
Public PropertyHasFont Gets a value indicating whether this AnnDrawable object has a font. (Inherited from AnnDrawable)
Public PropertyHasPen Gets a value indicating whether this AnnDrawable object has a pen. (Inherited from AnnDrawable)
Public PropertyHyperlink Gets or sets a string which represents the hyperlink for this AnnObject.  
Public PropertyInvalidRectangle Gets the physical bounding rectangle of this AnnObject.  
Public PropertyIsFixedStateStackEmpty true if the fixed stack is empty; false otherwise.  
Public PropertyIsLocked Gets a value that indicates whether this AnnObject is locked.  
Public PropertyName Gets or sets the name of the AnnObject.  
Public PropertyNameBackColor Gets or sets the color used to fill the background of the name of this AnnObject.  
Public PropertyNameFont Gets or sets the font used to draw the text of the name of this AnnObject.  
Public PropertyNameForeColor Gets or sets the color used to draw the text of the name of this AnnObject.  
Public PropertyNameOffset Gets or sets the name offset relative to the upper left corner of the bounding rectangle of this AnnObject.  
Public PropertyNameRestrict Gets or sets a value indicating whether this AnnObject name is restricted to appear fully within the bounding rectangle of the Container.  
Public PropertyNameVisible Gets or sets a value to determine whether to draw the name of this AnnObject.  
Public PropertyOrigin Gets the logical origin of this AnnObject.  
Public PropertyPassword Gets the password used in the last successful lock operation of this AnnObject.  
Public PropertyPen Gets or sets the AnnPen associated with this AnnDrawable object. (Inherited from AnnDrawable)
Public PropertyPhysicalTransform Returns the current physical transformation Matrix of this AnnObject.  
Public PropertyRotateCenter The location of the rotate center control point.  
Public PropertyRotateGripper The location of the rotate gripper control point.  
Public PropertySerializePassword Gets or sets a value indicating whether the password is saved when this AnnObject is serialized.  
Public PropertySupportsBrush Gets a value indicating whether this AnnDrawable object supports a brush. (Inherited from AnnDrawable)
Public PropertySupportsFixed true if this AnnObject can be fixed; false otherwise  
Public PropertySupportsFont Gets a value indicating whether this AnnDrawable object supports a font. (Inherited from AnnDrawable)
Public PropertySupportsPen Gets a value indicating whether this AnnDrawable object supports a pen. (Inherited from AnnDrawable)
Public PropertyTag Gets or sets the tag of this AnnObject.  
Public PropertyTextColor Gets or sets the text Color structure associated with this AnnDrawable object. (Inherited from AnnDrawable)
Public PropertyTransform Returns the current transformation Matrix of this AnnObject.  
Public PropertyTransformObjectMode Gets a value that determines how to transform this AnnObject when any object transformation method is called.  
Public PropertyUserData Gets or sets the user-defined data of this AnnObject.  
Public PropertyVisible Gets or sets a value indicating whether the AnnObject is visible.  
Public PropertyWin32ObjectId For internal use.  
Top

Protected Properties

 NameDescription
Protected PropertyHitTestInterior Gets a value indicating whether hit-testing should be performed inside this AnnObject.  
Protected PropertyUnitConverter Gets the AnnUnitConverter that will be used in this AnnObject.  
Top

Public Methods

 NameDescription
Public MethodCalculateRotateAngle Returns the rotate angle of an AnnObject in degrees.  
Public MethodClone Creates an exact copy of this AnnObject object.  
Public Methodstatic (Shared in Visual Basic)CreateRotateMatrix A helper method that creates a standard rotation matrix with the specified values.  
Public Methodstatic (Shared in Visual Basic)CreateScaleMatrix A helper method that creates a standard scale matrix with the specified values.  
Public Methodstatic (Shared in Visual Basic)CreateTranslateMatrix A helper method that creates a standard translation matrix with the specified values.  
Public MethodDisposeOverloaded.  Releases the resources used by the AnnObject.  
Public MethodDraw Draws this AnnObject on the specified surface.  
Public MethodGetFixedState Determines if this AnnObject is in a fixed state.  
Public MethodGetGraphicsPath Returns a GraphicsPath representation of this AnnObject.  
Public MethodGetObjectDataOverridden.  Populates a specified SerializationInfo with the data needed to serialize this object.  
Public MethodHitTest Performs hit-testing on this AnnObject.  
Public MethodLock Locks this AnnObject with the specified password.  
Public MethodPopFixedState Re-enables the fixed state of an AnnObject.  
Public MethodPushFixedState Temporarily disables the fixed state of an AnnObject.  
Public MethodResetRotatePoints Resets the RotateCenter and RotateGripper control points to a default location.  
Public MethodResetTransform Resets the transformation matrix of this AnnObject.  
Public MethodRestoreOriginalLocation Saves location information for an AnnObject.  
Public MethodRestrictName Restricts the name to appear fully within the bounding rectangle of the Container of this AnnObject.  
Public MethodRotate Rotates the transformation matrix of this AnnObject around a point.  
Public MethodSaveOriginalLocation Saves location information for an AnnObject.  
Public MethodScale Scales the transformation matrix of this AnnObject by the specified ratios.  
Public MethodSetFixedState Sets the fixed state of an AnnObject.  
Public MethodToStringOverridden.  Overridden. Converts the attributes of this AnnObject to a human-readable string.  
Public MethodTransformRotatePoints Applies the transformer to the rotate control points.  
Public MethodTranslate Translates the transformation matrix of this AnnObject by the specified values.  
Public MethodUnlock Unlocks this AnnObject with the specified password.  
Top

Protected Methods

 NameDescription
Protected MethodBeginDraw Called by the Draw method to set up the object's PhysicalTransform matrix into the g graphics surface.  
Protected MethodCreate Creates a new instance of this AnnObject.  
Protected MethodDrawLocked Draws this AnnObject locked picture on the specified surface.  
Protected MethodDrawName Draws this AnnObject name on the specified surface.  
Protected MethodDrawObject Draws this AnnObject on the specified surface.  
Protected MethodEndDraw Called by the Draw method to reset the graphics transformation.  
Protected MethodFinalizeOverridden.  This member overrides Finalize.  
Protected MethodGetTransformPoints Gets the array of points to be transformed.  
Protected MethodNameHitTest Performs hit-testing on this AnnObject name.  
Protected MethodSetTransformPoints Sets the array of transformed points.  
Top

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features