VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpSolidBrush Class
Constructors Properties Methods SeeAlso
    SkiaSharpSolidBrush Class Members
    The following tables list the members exposed by SkiaSharpSolidBrush.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SkiaSharpSolidBrush class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the color of this brush.
    Public PropertyGets or sets a value indicating whether this brush is used in device space. (Inherited from SkiaSharpBrush)
    Public PropertyGets the source object of this brush. (Inherited from SkiaSharpBrush)
    Public Methods
     NameDescription
    Public MethodReturns a new brush that is a copy of the current instance.
    Public MethodCopies current SkiaSharpBrush to the target SkiaSharpBrush. (Inherited from SkiaSharpBrush)
    Public MethodReleases all resources used by this SkiaSharpBrush object. (Inherited from SkiaSharpBrush)
    Public MethodDetermines whether the specified object is equal to the current object.
    Public MethodServes as a hash function for a particular type.
    Protected Methods
     NameDescription
    Protected MethodDisposes the source. (Inherited from SkiaSharpBrush)
    Protected MethodInvalidates the source. (Inherited from SkiaSharpBrush)
    Protected MethodUpdates the source.
    See Also