Click or drag to resize

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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void RenderLockImage(
	AnnotationImage image,
	PointF location,
	RenderEnvironment e
)

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