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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected virtual void RenderLockImage(
AnnotationImage image,
RectangleF annotationBounds,
RenderEnvironment e
)
Protected Overridable Sub RenderLockImage (
image As AnnotationImage,
annotationBounds As RectangleF,
e As RenderEnvironment
)
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