The following tables list the members exposed by AnnGroupObject.
Name | Description | |
---|---|---|
![]() | AnnGroupObject Constructor | Overloaded. This constructor is required by ISerializable. |
Name | Description | |
---|---|---|
![]() | Acute | Gets or sets a value that indicates whether to mark the inside (acute) or outside (obtuse) angle for this AnnGroupObject object. |
![]() | Alignment | Gets or sets a value that indicates the text alignment. |
![]() | AnglePrecision | Gets or sets the number of digits to display to the right of the decimal point in the angle of this AnnGroupObject object. |
![]() | AngularUnit | Gets or sets the unit of measure used for any angles in this group. |
![]() | AngularUnitAbbreviation | Gets or sets a string value that specifies the abbreviation to be used for the AngularUnit property value. |
![]() | ArcRadius | Gets or sets the arc radius of this AnnGroupObject object. |
![]() | BoundingRectangle | Overridden. Gets the logical bounding rectangle of this AnnGroupObject object. |
![]() | Brush | Overridden. Gets or sets the AnnBrush object associated with this AnnGroupObject object. |
![]() | Container | Overridden. Gets or sets the AnnContainer object that contains this AnnGroupObject object. |
![]() | DpiX | Gets or sets the horizontal DPI (dots per inch) that is used to translate the horizontal distance for the ruler. |
![]() | DpiY | Gets or sets the vertical DPI (dots per inch) that is used to translate the vertical distance for the ruler. |
![]() | EdgeMargin | Gets or sets the margin between the text and the bounding rectangle. |
![]() | Font | Overridden. Gets or sets the AnnFont object associated with this AnnGroupObject object. |
![]() | FrameBackPen | Gets or sets the background AnnPen uses when drawing the group outline for AnnNewGroupEditDesigner. |
![]() | FrameForePen | Gets or sets the background AnnPen uses when drawing the group outline for AnnNewGroupEditDesigner. |
![]() | GaugeLength | Gets or sets the length of the gauge (the perpendicular lines at the ends of the ruler) for this AnnGroupObject object. |
![]() | GripperDistance | The distance in pixels that the AnnObject.RotateGripper control point is originally placed from the bounds of the AnnObject. (Inherited from AnnObject) |
![]() | Group | Gets or sets the AnnGroupObject that contains this AnnObject. (Inherited from AnnObject) |
![]() | HasBrush | Overridden. Gets a value that indicates whether this AnnGroupObject object has a brush. |
![]() | HasFont | Overridden. Gets a value that indicates whether this AnnGroupObject object has a font. |
![]() | HasPen | Overridden. Gets a value that indicates whether this AnnGroupObject object has a pen. |
![]() | Hyperlink | Overridden. Gets or sets a string which represents the hyperlink for this AnnObject object. |
![]() | InvalidRectangle | Overridden. Gets the physical bounding rectangle of this AnnGroupObject object. |
![]() | IsFixedStateStackEmpty | true if the fixed stack is empty; false otherwise. (Inherited from AnnObject) |
![]() | IsLocked | Gets a value that indicates whether this AnnObject is locked. (Inherited from AnnObject) |
![]() | LineAlignment | Gets or sets a value that represents the line alignment. |
![]() | MeasurementUnit | Gets or sets a value that represents the unit of measure for this AnnGroupObject object. |
![]() | Name | Gets or sets the name of the AnnObject. (Inherited from AnnObject) |
![]() | NameBackColor | Overridden. Gets or sets the color used to fill the background of the name of this AnnGroupObject object. |
![]() | NameFont | Overridden. Gets or sets the font used to draw the name of this AnnGroupObject object. |
![]() | NameForeColor | Overridden. Gets or sets the color used to draw the name of this AnnGroupObject object. |
![]() | NameOffset | Overridden. Gets or sets the name offset relative to the upper left corner of the bounding rectangle of this AnnGroupObject object. |
![]() | NameRestrict | Overridden. Gets or sets a value indicating whether this AnnGroupObject name is restricted to appear fully within the bounding rectangle of the Container. |
![]() | NameVisible | Overridden. Gets or sets a value that indicates whether to draw the name of this AnnGroupObject object. |
![]() | ObjectPen | Gets or sets the background AnnPen uses when drawing the group outline for AnnNewGroupEditDesigner. |
![]() | Objects | Gets the collection of annotation objects (of various classes derived from AnnObject) contained in this AnnGroupObject object. |
![]() | Origin | Gets the logical origin of this AnnObject. (Inherited from AnnObject) |
![]() | Password | Gets the password used in the last successful lock operation of this AnnObject. (Inherited from AnnObject) |
![]() | Pen | Overridden. Gets or sets the AnnPen object associated with this AnnGroupObject object. |
![]() | PhysicalTransform | Returns the current physical transformation Matrix of this AnnObject. (Inherited from AnnObject) |
![]() | Precision | Gets or sets the number of digits to the right of the decimal point when displaying the ruler's length in this AnnGroupObject object. |
![]() | ProtractorImplemented | Gets a value that indicates whether any annotation object in this group object implements the IAnnProtractorObject interface. This is used internally by the annotation framework. User-defined classes that implement this interface should provide an implementation of this property that returns true. |
![]() | RotateCenter | The location of the rotate center control point. (Inherited from AnnObject) |
![]() | RotateGripper | The location of the rotate gripper control point. (Inherited from AnnObject) |
![]() | RulerImplemented | Gets a value that indicates whether any annotation object in this group object implements the IAnnRulerObject interface. This is used internally by the annotation framework. User-defined classes that implement this interface should provide an implementation of this property that returns true. |
![]() | SerializePassword | Overridden. Gets or sets a value indicating whether the password is saved when this AnnGroupObject object is serialized. |
![]() | ShowAngle | Gets or sets a value indicating whether the angle of this AnnGroupObject is visible. |
![]() | ShowGauge | Gets or sets a value indicating whether the gauge (the perpendicular lines at the ends of the ruler) for this AnnGroupObject object is visible. |
![]() | ShowLength | Gets or sets a value that indicates whether to display the length of rulers in this AnnGroupObject object. |
![]() | ShowTickMarks | Gets or sets a value indicating whether the tick marks for this AnnGroupObject object are visible. |
![]() | SupportsBrush | Overridden. Gets a value indicating whether this AnnGroupObject object supports a brush. |
![]() | SupportsFixed | Overridden. true if this AnnObject can be fixed; false otherwise |
![]() | SupportsFont | Overridden. Gets a value indicating whether this AnnGroupObject object supports a font. |
![]() | SupportsPen | Overridden. Gets a value indicating whether this AnnGroupObject object supports a pen. |
![]() | Tag | Gets or sets the tag of this AnnObject. (Inherited from AnnObject) |
![]() | Temporary | Gets or sets a value that indicates whether this AnnGroupObject object is a temporary group. |
![]() | Text | Gets or sets the text string associated with this AnnGroupObject object. |
![]() | TextColor | Overridden. Gets or sets the text color associated with this AnnGroupObject object. |
![]() | TextImplemented | Gets a value that indicates whether any annotation object in this group object implements the IAnnTextObject interface. This is used internally by the annotation framework. User-defined classes that implement this interface should provide an implementation of this property that returns true. |
![]() | TextRotate | Gets or sets the rotation value. |
![]() | TickMarksLength | Gets or sets the length of the tick marks for rulers in this AnnGroupObject object. |
![]() | Transform | Returns the current transformation Matrix of this AnnObject. (Inherited from AnnObject) |
![]() | TransformObjectMode | Gets a value that determines how to transform this AnnObject when any object transformation method is called. (Inherited from AnnObject) |
![]() | UnitAbbreviation | Gets or sets a string value that specifies the abbreviation that corresponds to the MeasurementUnit property value used by the object. |
![]() | UserData | Gets or sets the user-defined data of this AnnObject. (Inherited from AnnObject) |
![]() | Visible | Gets or sets a value indicating whether the AnnObject is visible. (Inherited from AnnObject) |
![]() | Win32ObjectId | Overridden. For internal use. |
Name | Description | |
---|---|---|
![]() | HitTestInterior | Gets a value indicating whether hit-testing should be performed inside this AnnObject. (Inherited from AnnObject) |
![]() | UnitConverter | Gets the AnnUnitConverter that will be used in this AnnObject. (Inherited from AnnObject) |
Name | Description | |
---|---|---|
![]() | CalculateRotateAngle | Overridden. The AnnGroupObject implementation of AnnObject.CalculateRotateAngle. |
![]() | Clone | Overridden. Creates an exact copy of this AnnGroupObject object. |
![]() | ConvertLogicalToObjectPoints | Converts an array of points from logical to object coordinates. (Inherited from AnnObject) |
![]() | ConvertLogicalToObjectRectangle | Converts a rectangle from logical to object coordinates. (Inherited from AnnObject) |
![]() | ConvertObjectToLogicalPoints | Converts an array of points from object to logical coordinates. (Inherited from AnnObject) |
![]() | ConvertObjectToLogicalRectangle | Converts a rectangle from object to logical coordinates. (Inherited from AnnObject) |
![]() | Dispose | Overloaded. Releases the resources used by this AnnGroupObject object. |
![]() | Draw | Overridden. Draws this AnnGroupObject object on the specified surface. |
![]() | GetArea | Gets the pixel count of the annotation object (Inherited from AnnObject) |
![]() | GetFixedState | Overridden. The AnnGroupObject implementation of AnnObject.GetFixedState. |
![]() | GetGraphicsPath | Overridden. Returns a GraphicsPath representation of this AnnGroupObject object. |
![]() | GetObjectData | Overridden. Populates a specified SerializationInfo class object with the data needed to serialize this object. |
![]() | HitTest | Overridden. Performs hit-testing on this AnnGroupObject object. |
![]() | Lock | Overridden. Locks this AnnGroupObject object with the specified password. |
![]() | PopFixedState | Overridden. The AnnGroupObject implementation of AnnObject.PopFixedState. |
![]() | PushFixedState | Overridden. The AnnGroupObject implementation of AnnObject.PushFixedState. |
![]() | ResetRotatePoints | Overridden. The AnnGroupObject implementation of AnnObject.ResetRotatePoints. |
![]() | ResetTransform | Overridden. Resets the transformation matrix of this AnnGroupObject object. |
![]() | RestoreOriginalLocation | Overridden. The AnnGroupObject implementation of AnnObject.RestoreOriginalLocation. |
![]() | RestrictName | Overridden. Restricts the name to appear fully within the bounding rectangle of the Container of this AnnGroupObject. |
![]() | Rotate | Overridden. Rotates the transformation matrix of this AnnGroupObject object around a point. |
![]() | SaveOriginalLocation | Overridden. The AnnGroupObject implementation of AnnObject.SaveOriginalLocation. |
![]() | Scale | Overridden. Scales the transformation matrix of this AnnGroupObject object using the specified values. |
![]() | SetFixedState | Overridden. The AnnGroupObject implementation of AnnObject.SetFixedState. |
![]() | ToString | Overridden. Converts the attributes of this AnnObject to a human-readable string. (Inherited from AnnObject) |
![]() | TransformRotatePoints | Applies the transformer to the rotate control points. (Inherited from AnnObject) |
![]() | Translate | Overridden. Translates the transformation matrix of this AnnGroupObject object using the specified values. |
![]() | Ungroup | Ungroups this AnnGroupObject object. |
![]() | Unlock | Overridden. Unlocks this AnnGroupObject object with the specified password. |
Name | Description | |
---|---|---|
![]() | BeginDraw | Called by the AnnObject.Draw method to set up the object's AnnObject.PhysicalTransform matrix into the g graphics surface. (Inherited from AnnObject) |
![]() | Create | Overridden. Creates a new instance of an AnnGroupObject object. |
![]() | DrawLocked | Draws this AnnObject locked picture on the specified surface. (Inherited from AnnObject) |
![]() | DrawName | Draws this AnnObject name on the specified surface. (Inherited from AnnObject) |
![]() | DrawObject | Draws this AnnObject on the specified surface. (Inherited from AnnObject) |
![]() | EndDraw | Called by the AnnObject.Draw method to reset the graphics transformation. (Inherited from AnnObject) |
![]() | Finalize | This member overrides Finalize. (Inherited from AnnObject) |
![]() | GetTransformPoints | Gets the array of points to be transformed. (Inherited from AnnObject) |
![]() | NameHitTest | Performs hit-testing on this AnnObject name. (Inherited from AnnObject) |
![]() | SetTransformPoints | Sets the array of transformed points. (Inherited from AnnObject) |