VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpSolidBrush Class / SkiaSharpSolidBrush Constructor(ColorBase)
Syntax Exceptions Requirements SeeAlso
In This Topic
    SkiaSharpSolidBrush Constructor(ColorBase)
    In This Topic
    Initializes a new instance of the SkiaSharpSolidBrush class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal color
    The brush color.
    As Vintasoft.Imaging.ImageColors.ColorBase _
    )
    public SkiaSharpSolidBrush(
    Vintasoft.Imaging.ImageColors.ColorBase color
    )
    public: SkiaSharpSolidBrush(
    Vintasoft.Imaging.ImageColors.ColorBase* color
    )
    public:
    SkiaSharpSolidBrush(
    Vintasoft.Imaging.ImageColors.ColorBase^ color
    )

    Parameters

    color
    The brush color.
    Exceptions
    ExceptionDescription
    Thrown if color is null.
    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