AnnotationRenderingEngineCreateBrush Method |
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
)
Public Shared Function CreateBrush (
annBrush As AnnotationBrush
) As Brush
Parameters
- annBrush
- Type: Atalasoft.AnnotateAnnotationBrush
The AnnotationBrush to convert.
Return Value
Type:
Brush A System.Drawing.Brush
See Also