AnnotationRenderingEngineRenderLockImage Method (AnnotationImage, PointF, RenderEnvironment) |
Renders a small image at the specified point.
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,
PointF location,
RenderEnvironment e
)
Protected Overridable Sub RenderLockImage (
image As AnnotationImage,
location As PointF,
e As RenderEnvironment
)
Parameters
- image
- Type: Atalasoft.AnnotateAnnotationImage
The image to render. - location
- Type: System.DrawingPointF
The location where the image is placed. - e
- Type: Atalasoft.Annotate.RendererRenderEnvironment
A RenderEnvironment containing information used for rendering.
See Also