Click or drag to resize

IAnnotationGripRendererRenderGrips Method

Called when grips for an annotation need to be rendered.

Namespace:  Atalasoft.Annotate.Renderer
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
void RenderGrips(
	IAnnotationGrips grips,
	AnnotationData annotation,
	RenderEnvironment e
)

Parameters

grips
Type: Atalasoft.Annotate.UIIAnnotationGrips
The grips that need to be rendered.
annotation
Type: Atalasoft.AnnotateAnnotationData
The annotation the grips belong to.
e
Type: Atalasoft.Annotate.RendererRenderEnvironment
A RenderEnvironment containing information used to render the grips.
See Also