ArcAnnotationData Class Methods
In This Topic
For a list of all methods of this type, see
ArcAnnotationData.
Public Methods
| | Name | Description |
 | BeginInit | Signals the AnnotationData that initialization is starting. (Inherited from AnnotationData) |
 | Clone | Creates a new object that is a copy of the current instance. |
 | CopyTo | Copies the state of the current object to the target object. |
 | EndInit | Signals the AnnotationData that initialization is complete. (Inherited from AnnotationData) |
 | GetArcBoundingBoxWithoutRotation | Returns the arc annotation bounding box in image coordinate system, in device-independent pixels (1/96th inch), without regard to rotation. |
 | GetArcCenter | Returns the arc annotation center for specified location and size, without regard to rotation. |
 | GetBoundingBox | Overloaded. Returns the bounding box of annotation with specified location, size and rotation. |
 | GetCenterRelativeToLocation | Returns the annotation center coordinates relative to the Location property without regard to rotation. |
 | GetEndAngle | Returns the ending angle of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically. |
 | GetLocationWithoutRotation | Returns the annotation location in image coordinate system, in device-independent pixels (1/96th inch), without regard to rotation. (Inherited from AnnotationData) |
 | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
 | GetPointOnArc | Returns the point rotated by the specified angle along the circumference of the ellipse. |
 | GetStartAngle | Returns the starting angle of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically. |
 | GetSweepAngle | Returns the angle between StartAngle and the end of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically. |
 | SetEndAngle | Sets the ending angle of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically. |
 | SetStartAngle | Sets the starting angle of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically. |
 | SetSweepAngle | Sets the angle between StartAngle and the end of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically. |
 | ToString | Returns the string representation of this object. (Inherited from AnnotationData) |
 | Transform | Applies a transformation to the annotation. (Inherited from AnnotationData) |
Protected Methods
See Also