VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Rendering Namespace / EllipseAnnotationRenderer Class
In This Topic
EllipseAnnotationRenderer Class Methods
In This Topic
For a list of all methods of this type, see EllipseAnnotationRenderer.
Public Methods
 NameDescription
Public MethodReleases all resources used by this AnnotationRenderer object. (Inherited from AnnotationRenderer)
Public MethodReturns points of annotation as IGraphicsPath.
Public MethodOverloaded. Returns a drawing box of annotation, in the image space. (Inherited from RectangleAnnotationRenderer)
Public MethodReturns a value indicating whether text area is overflowed. (Inherited from TextAnnotationDataBaseRenderer)
Public MethodReturns a matrix that transforms the annotation from the content space to the drawing surface space. (Inherited from AnnotationRenderer)
Public MethodReturns the matrix that transforms the annotation from the content space to the image space. (Inherited from AnnotationRenderer)
Public MethodOverloaded. Renders the annotation on empty drawing surface. (Inherited from AnnotationRenderer)
Public Methodstatic (Shared in Visual Basic)Overloaded. Renders annotations on specified image. (Inherited from AnnotationRenderer)
Protected Methods
 NameDescription
Protected MethodDraws the background of annotation.
Protected MethodDraws the border of annotation.
Protected MethodDraws the content of annotation. (Inherited from RectangleAnnotationRenderer)
Protected MethodDraws the shadow of annotation.
Protected MethodDraws the text of annotation. (Inherited from TextAnnotationDataBaseRenderer)
Protected MethodReturns a bounding box, in the image space, of annotation with shadow. (Inherited from RectangleAnnotationRenderer)
Protected MethodRenders the annotation on the DrawingEngine in the coordinate space of annotation. (Inherited from RectangleAnnotationRenderer)
Protected MethodRenders the annotation on the DrawingEngine in the coordinate space of drawing surface. (Inherited from RectangleAnnotationRenderer)
Protected MethodTransforms the matrix from the annotation's content space to the image space. (Inherited from AnnotationRenderer)
See Also