'Declaration Public Shared Function CreateDrawingBrush( _
ByVal brushThe AnnotationBrushBase object to convert.As AnnotationBrushBase _
) As System.Drawing.Brush
public static System.Drawing.Brush CreateDrawingBrush(
AnnotationBrushBase brush
)
public: static System.Drawing.Brush CreateDrawingBrush(
AnnotationBrushBase* 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.