Click or drag to resize

AnnotationRenderingEngineCreateBrush Method

Converts an AnnotationBrush into a System.Drawing.Brush object.

Namespace:  Atalasoft.Annotate.Renderer
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Brush CreateBrush(
	AnnotationBrush annBrush
)

Parameters

annBrush
Type: Atalasoft.AnnotateAnnotationBrush
The AnnotationBrush to convert.

Return Value

Type: Brush
A System.Drawing.Brush
See Also