Click or drag to resize

AnnotationRenderingEngineRenderLockImage Method (AnnotationImage, RectangleF, RenderEnvironment)

Renders a small image, centered in the annotation bounds, used to indicate that an annotation is locked.

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 RenderLockImage(
	AnnotationImage image,
	RectangleF annotationBounds,
	RenderEnvironment e
)

Parameters

image
Type: Atalasoft.AnnotateAnnotationImage
The image to render.
annotationBounds
Type: System.DrawingRectangleF
The bounding rectangle of the annotation.
e
Type: Atalasoft.Annotate.RendererRenderEnvironment
A RenderEnvironment containing information used for rendering.
See Also