VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / ArcAnnotationData Class
In This Topic
ArcAnnotationData Class Methods
In This Topic
For a list of all methods of this type, see ArcAnnotationData.
Public Methods
 NameDescription
Public MethodSignals the AnnotationData that initialization is starting. (Inherited from AnnotationData)
Public MethodCreates a new object that is a copy of the current instance.
Public MethodCopies the state of the current object to the target object.
Public MethodSignals the AnnotationData that initialization is complete. (Inherited from AnnotationData)
Public MethodReturns the arc annotation bounding box in image coordinate system, in device-independent pixels (1/96th inch), without regard to rotation.
Public MethodReturns the arc annotation center for specified location and size, without regard to rotation.
Public MethodOverloaded. Returns the bounding box of annotation with specified location, size and rotation.
Public MethodReturns the annotation center coordinates relative to the Location property without regard to rotation.
Public MethodReturns the ending angle of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically.
Public MethodReturns the annotation location in image coordinate system, in device-independent pixels (1/96th inch), without regard to rotation. (Inherited from AnnotationData)
Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
Public MethodReturns the point rotated by the specified angle along the circumference of the ellipse.
Public MethodReturns the starting angle of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically.
Public MethodReturns 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.
Public MethodSets the ending angle of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically.
Public MethodSets the starting angle of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically.
Public MethodSets 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.
Public MethodReturns the string representation of this object. (Inherited from AnnotationData)
Public MethodApplies a transformation to the annotation. (Inherited from AnnotationData)
Protected Methods
 NameDescription
Protected MethodOverloaded. Releases the unmanaged resources used by the annotation and optionally releases the managed resources. (Inherited from AnnotationData)
Protected MethodAllows an annotation to attempt to free resources and perform other cleanup operations before the annotation is reclaimed by garbage collection. (Inherited from AnnotationData)
Protected MethodRaises the PropertyChanged event. (Inherited from AnnotationData)
Protected MethodRaises the PropertyChanging event. (Inherited from AnnotationData)
See Also