VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Rendering Namespace / ArrowAnnotationRenderer Class
Constructors Properties Methods SeeAlso
ArrowAnnotationRenderer Class Members
The following tables list the members exposed by ArrowAnnotationRenderer.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ArrowAnnotationRenderer class.
Public Properties
 NameDescription
Public PropertyGets the annotation data. (Inherited from AnnotationRenderer)
Protected Properties
 NameDescription
Protected PropertyGets a value indicating whether the buffer must be used for drawing of rotated annotation. (Inherited from RectangleAnnotationRenderer)
Public Methods
 NameDescription
Public MethodReleases all resources used by this AnnotationRenderer object. (Inherited from AnnotationRenderer)
Public MethodTruerns this rectangle as graphics path. (Inherited from RectangleAnnotationRenderer)
Public MethodOverloaded. Returns a drawing box, in the DIP space, of annotation.
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 the specified . (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. (Inherited from RectangleAnnotationRenderer)
Protected MethodDraws the border of annotation.
Protected MethodDraws the content of annotation. (Inherited from RectangleAnnotationRenderer)
Protected MethodDraws the shadow of annotation.
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.
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