Click or drag to resize

AnnotationRenderingEngineRenderGrips Method (IAnnotationGrips, AnnotationData, RenderEnvironment)

This method renders the grips for annotations.
Called to render annotation grips.

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 virtual void RenderGrips(
	IAnnotationGrips grips,
	AnnotationData annotation,
	RenderEnvironment e
)

Parameters

grips
Type: Atalasoft.Annotate.UIIAnnotationGrips
The grips to render.
annotation
Type: Atalasoft.AnnotateAnnotationData
The annotation associated with the grips.
e
Type: Atalasoft.Annotate.RendererRenderEnvironment
A RenderEnvironment containing information used for rendering.

Implements

IAnnotationGripRendererRenderGrips(IAnnotationGrips, AnnotationData, RenderEnvironment)
Remarks
This overload handles matrix manipulation used when rendering the grips. When overriding this method these calculations must be handled. To render custom grips without dealing with matrix manipulation issues use the protected RenderGrips(IAnnotationGrips, AnnotationData, RenderEnvironment, PointF) overload instead.
See Also