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