VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationGdiConverter Class / CreateDrawingBrush(AnnotationBrushBase) Method
Syntax Requirements SeeAlso
In This Topic
CreateDrawingBrush(AnnotationBrushBase) Method (AnnotationGdiConverter)
In This Topic
Creates the System.Drawing.Brush object from the AnnotationBrushBase object.
Syntax
'Declaration

Public Shared Function CreateDrawingBrush( _
ByVal brush
The AnnotationBrushBase object to convert.
As AnnotationBrushBase _
) As System.Drawing.Brush
public static System.Drawing.Brush CreateDrawingBrush(
AnnotationBrushBase brush
)

Parameters

brush
The AnnotationBrushBase object to convert.

Return Value

The AnnotationBrushBase object if object successfully created; otherwise, null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also