Click or drag to resize

AnnotationRenderingEngineRenderGrips Method (IAnnotationGrips, AnnotationData, RenderEnvironment, PointF)

This method is used to render the annotation grips. The public RenderGrips(IAnnotationGrips, AnnotationData, RenderEnvironment) method calls into this protected method to perform the actual rendering.

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

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.
scale
Type: System.DrawingPointF
The scaling that must be applied to the grip positions. Grip sizes should not scale, only their positions.
Remarks
Override this method to draw custom grips without having the deal with matrix manipulation.
See Also