Class VelloPathGradientBrush
Namespace: VelloSharp.WinForms
Assembly: VelloSharp.WinForms.Core.dll
public sealed class VelloPathGradientBrush : VelloBrush, IDisposable
Inheritance
object ← VelloBrush ← VelloPathGradientBrush
Implements
Inherited Members
VelloBrush.Transform, VelloBrush.Dispose(), object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
VelloPathGradientBrush(PointF, float, Color, Color)
public VelloPathGradientBrush(PointF center, float radius, Color centerColor, Color surroundColor)
Parameters
center
PointF
radius
float
centerColor
Color
surroundColor
Color
VelloPathGradientBrush(ReadOnlySpan<PointF>, Color, Color)
public VelloPathGradientBrush(ReadOnlySpan<PointF> points, Color centerColor, Color surroundColor)
Parameters
points
ReadOnlySpan<PointF>
centerColor
Color
surroundColor
Color
Properties
Center
public PointF Center { get; set; }
Property Value
CenterColor
public Color CenterColor { get; set; }
Property Value
ExtendMode
public ExtendMode ExtendMode { get; set; }
Property Value
ExtendMode
Radius
public float Radius { get; set; }
Property Value
SurroundColor
public Color SurroundColor { get; set; }
Property Value
Methods
CreateCoreBrushCore()
protected override Brush CreateCoreBrushCore()
Returns
Brush