Click or drag to resize

RenderEnvironment Class

This class is passed into the IAnnotationRenderer methods to provide information for the rendering process.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.RendererRenderEnvironment

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 RenderEnvironment : IDisposable

The RenderEnvironment type exposes the following members.

Constructors
  NameDescription
Public methodRenderEnvironment
Creates a new instance of RenderEnvironment.
Public methodRenderEnvironment(AnnotationImage, PointF, AnnotationUnit, Matrix)
Creates a new instance of RenderEnvironment specifying parameters for burning annotations onto an image.
Public methodRenderEnvironment(RenderDevice, Graphics, PointF, AnnotationUnit, Matrix, PointF)
Creates a new instance of RenderEnvironment specifying information when rendering to a Graphics object retrieved from an image.
Public methodRenderEnvironment(RenderDevice, Graphics, PointF, AnnotationUnit, Matrix, PointF, PointF)
Creates a new instance of RenderEnvironment specifying its properties.
Top
Properties
  NameDescription
Public propertyDevice
Gets the type of device being rendered onto.
Public propertyGraphics
The graphics object used to render the annotation onto.
Public propertyImage
Gets the image when rendering to an image.
Public propertyImageResolution
Gets the resolution of the image. This is only needed if a Graphics object is provided instead of an AnnotationImage.
Public propertyResolution
The number of units per pixel.
Public propertyTransform
Gets the transformation matrix used by the IAnnotate control.
Public propertyUnits
Gets the units of measure used by the annotation Locate and Size.
Public propertyViewerResolution
Gets the resolution of the viewer.
Top
Methods
  NameDescription
Public methodDispose
Releases resources used by the object.
Protected methodDispose(Boolean)
Release resources used by the object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the RenderEnvironment class.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also