RenderEnvironment Class |
Namespace: Atalasoft.Annotate.Renderer
The RenderEnvironment type exposes the following members.
Name | Description | |
---|---|---|
RenderEnvironment | Creates a new instance of RenderEnvironment. | |
RenderEnvironment(AnnotationImage, PointF, AnnotationUnit, Matrix) | Creates a new instance of RenderEnvironment specifying parameters for burning annotations onto an image.
| |
RenderEnvironment(RenderDevice, Graphics, PointF, AnnotationUnit, Matrix, PointF) | Creates a new instance of RenderEnvironment specifying information when rendering to a Graphics object
retrieved from an image. | |
RenderEnvironment(RenderDevice, Graphics, PointF, AnnotationUnit, Matrix, PointF, PointF) | Creates a new instance of RenderEnvironment specifying its properties. |
Name | Description | |
---|---|---|
Device | Gets the type of device being rendered onto. | |
Graphics | The graphics object used to render the annotation onto. | |
Image | Gets the image when rendering to an image. | |
ImageResolution | Gets the resolution of the image. This is only needed if a Graphics object is provided instead of an AnnotationImage. | |
Resolution | The number of units per pixel. | |
Transform | Gets the transformation matrix used by the IAnnotate control. | |
Units | Gets the units of measure used by the annotation Locate and Size. | |
ViewerResolution | Gets the resolution of the viewer. |
Name | Description | |
---|---|---|
Dispose | Releases resources used by the object. | |
Dispose(Boolean) | Release resources used by the object. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizes an instance of the RenderEnvironment class.
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |