AnnotationRenderingEngineRenderGrips Method (IAnnotationGrips, AnnotationData, RenderEnvironment, PointF) |
Namespace:
Atalasoft.Annotate.Renderer
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected virtual void RenderGrips(
IAnnotationGrips grips,
AnnotationData annotation,
RenderEnvironment e,
PointF scale
)
Protected Overridable Sub RenderGrips (
grips As IAnnotationGrips,
annotation As AnnotationData,
e As RenderEnvironment,
scale As PointF
)
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