AnnotationRenderingEngine Class |
Namespace: Atalasoft.Annotate.Renderer
The AnnotationRenderingEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| AnnotationRenderingEngine | Creates a new instance of AnnotationRenderingEngine. |
| Name | Description | |
|---|---|---|
| GripRenderer |
Gets the IAnnotationGripRenderer used to render grips.
|
| Name | Description | |
|---|---|---|
| BurnTranslucentAnnotation | This method is used to burn translucent (highlighter) annotations onto an image. | |
| CorrectRectangle | Corrects negative width and height values for the rectangle. | |
| CreateBrush | Converts an AnnotationBrush into a System.Drawing.Brush object. | |
| CreateFont | Converts an AnnotationFont into a System.Drawing.Font object. | |
| CreatePen | Converts an AnnotationPen into a System.Drawing.Pen object. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetTranslucentHandle | Returns a GDI HDC used for rendering the translucent effect. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReleaseTranslucentHandle | Release the HDC and drawing objects created with GetTranslucentHandle(RenderEnvironment, RectangleF, AnnotationPen, AnnotationBrush). | |
| RenderAnnotation | Called to render an annotation. | |
| RenderGrips(IAnnotationGrips, AnnotationData, RenderEnvironment) | This method renders the grips for annotations. | |
| RenderGrips(IAnnotationGrips, AnnotationData, RenderEnvironment, PointF) | This method is used to render the annotation grips. The public RenderGrips(IAnnotationGrips, AnnotationData, RenderEnvironment) method calls into
this protected method to perform the actual rendering. | |
| RenderLineCap(PointF, PointF, AnnotationLineCap, AnnotationPen, RenderEnvironment) | Renders an AnnotationLineCap without a fill. | |
| RenderLineCap(PointF, PointF, AnnotationLineCap, AnnotationBrush, AnnotationPen, RenderEnvironment) | Renders an AnnotationLineCap with a fill. | |
| RenderLockImage(AnnotationImage, PointF, RenderEnvironment) | Renders a small image at the specified point. | |
| RenderLockImage(AnnotationImage, RectangleF, RenderEnvironment) | Renders a small image, centered in the annotation bounds, used to indicate that an annotation is locked.
| |
| RenderTranslucentPointsAnnotation(PointBaseData, AnnotationPen, AnnotationBrush, RenderEnvironment, Boolean) | Renders a point based translucent annotation. | |
| RenderTranslucentPointsAnnotation(PointF, AnnotationData, AnnotationPen, AnnotationBrush, RenderEnvironment, Boolean) | Renders a translucent annotation from the specified points. | |
| RestoreGraphicsTransform | Restores the Graphics object to the state it was in before using SetGraphicsTransform(AnnotationData, RenderEnvironment). | |
| SetGraphicsTransform | Prepares the Graphics object to use the IAnnotate and AnnotationData
transforms. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| RenderLock |
The render lock
|