Click or drag to resize

RenderEnvironment Constructor (AnnotationImage, PointF, AnnotationUnit, Matrix)

Creates a new instance of RenderEnvironment specifying parameters for burning annotations onto an image.

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 RenderEnvironment(
	AnnotationImage image,
	PointF resolution,
	AnnotationUnit units,
	Matrix transform
)

Parameters

image
Type: Atalasoft.AnnotateAnnotationImage
The image to burn onto.
resolution
Type: System.DrawingPointF
The resolution to render at.
units
Type: Atalasoft.AnnotateAnnotationUnit
The units of measure used by the annotation.
transform
Type: System.Drawing.Drawing2DMatrix
A transformation matrix used when burning.
Exceptions
ExceptionCondition
Thrown if the image.BitCount is less than 24.
See Also