Click or drag to resize

AnnotationRenderingEngineSetGraphicsTransform Method

Prepares the Graphics object to use the IAnnotate and AnnotationData transforms.

Namespace:  Atalasoft.Annotate.Renderer
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void SetGraphicsTransform(
	AnnotationData data,
	RenderEnvironment e
)

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
The AnnotationData that will be drawn.
e
Type: Atalasoft.Annotate.RendererRenderEnvironment
The Atalasoft.Annotate.Renderer that will be used.
See Also