Click or drag to resize

RectangleRenderingEngine Class

This class is used for rendering RectangleData objects.
Inheritance Hierarchy

Namespace:  Atalasoft.Annotate.Renderer
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class RectangleRenderingEngine : AnnotationRenderingEngine

The RectangleRenderingEngine type exposes the following members.

Constructors
  NameDescription
Public methodRectangleRenderingEngine
Creates a new instance of RectangleRenderingEngine.
Top
Properties
  NameDescription
Public propertyGripRenderer
Gets the IAnnotationGripRenderer used to render grips.
(Inherited from AnnotationRenderingEngine.)
Top
Methods
  NameDescription
Protected methodBurnTranslucentAnnotation
This method is used to burn translucent (highlighter) annotations onto an image.
(Inherited from AnnotationRenderingEngine.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetTranslucentHandle
Returns a GDI HDC used for rendering the translucent effect.
(Inherited from AnnotationRenderingEngine.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReleaseTranslucentHandle (Inherited from AnnotationRenderingEngine.)
Public methodRenderAnnotation
Renders a RectangleData object.
(Overrides AnnotationRenderingEngineRenderAnnotation(AnnotationData, RenderEnvironment).)
Public methodRenderGrips(IAnnotationGrips, AnnotationData, RenderEnvironment)
This method renders the grips for annotations.
(Inherited from AnnotationRenderingEngine.)
Protected methodRenderGrips(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.
(Inherited from AnnotationRenderingEngine.)
Protected methodRenderLineCap(PointF, PointF, AnnotationLineCap, AnnotationPen, RenderEnvironment)
Renders an AnnotationLineCap without a fill.
(Inherited from AnnotationRenderingEngine.)
Protected methodRenderLineCap(PointF, PointF, AnnotationLineCap, AnnotationBrush, AnnotationPen, RenderEnvironment)
Renders an AnnotationLineCap with a fill.
(Inherited from AnnotationRenderingEngine.)
Protected methodRenderLockImage(AnnotationImage, PointF, RenderEnvironment)
Renders a small image at the specified point.
(Inherited from AnnotationRenderingEngine.)
Protected methodRenderLockImage(AnnotationImage, RectangleF, RenderEnvironment)
Renders a small image, centered in the annotation bounds, used to indicate that an annotation is locked.
(Inherited from AnnotationRenderingEngine.)
Protected methodRenderTranslucentPointsAnnotation(PointBaseData, AnnotationPen, AnnotationBrush, RenderEnvironment, Boolean)
Renders a point based translucent annotation.
(Inherited from AnnotationRenderingEngine.)
Protected methodRenderTranslucentPointsAnnotation(PointF, AnnotationData, AnnotationPen, AnnotationBrush, RenderEnvironment, Boolean)
Renders a translucent annotation from the specified points.
(Inherited from AnnotationRenderingEngine.)
Protected methodRestoreGraphicsTransform
Restores the Graphics object to the state it was in before using SetGraphicsTransform(AnnotationData, RenderEnvironment).
(Inherited from AnnotationRenderingEngine.)
Protected methodSetGraphicsTransform
Prepares the Graphics object to use the IAnnotate and AnnotationData transforms.
(Inherited from AnnotationRenderingEngine.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberlck
The LCK
Top
See Also