VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationGdiConverter Class / CreateAnnotationBrush(Brush) Method
Syntax Requirements SeeAlso
In This Topic
    CreateAnnotationBrush(Brush) Method (AnnotationGdiConverter)
    In This Topic
    Creates the AnnotationBrushBase object from the System.Drawing.Brush object.
    Syntax
    'Declaration
    
    Public Shared Function CreateAnnotationBrush( _
    ByVal brush
    The System.Drawing.Brush object to convert.
    As System.Drawing.Brush _
    ) As AnnotationBrushBase
    public static AnnotationBrushBase CreateAnnotationBrush(
    System.Drawing.Brush brush
    )
    public: static AnnotationBrushBase* CreateAnnotationBrush(
    System.Drawing.Brush brush
    )
    public:
    static AnnotationBrushBase^ CreateAnnotationBrush(
    System.Drawing.Brush brush
    )

    Parameters

    brush
    The System.Drawing.Brush object to convert.

    Return Value

    Requirements

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

    See Also