Class GdiRadialGradientBrush
Inheritance
System.Object
GdiRadialGradientBrush
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Drawing
Assembly: Telerik.WinControls.dll
Syntax
public class GdiRadialGradientBrush : RadRadialGradientBrush, IDisposable
Constructors
GdiRadialGradientBrush(PointF, Single, Single, GradientStop[])
Declaration
public GdiRadialGradientBrush(PointF center, float xRadius, float yRadius, GradientStop[] gradientStops)
Parameters
System.Drawing.PointF
center
|
System.Single
xRadius
|
System.Single
yRadius
|
GradientStop[]
gradientStops
|
Properties
RawBrush
Declaration
public override object RawBrush { get; }
Property Value
System.Object
|
Overrides
Methods
DisposeUnmanagedResources()
Declaration
protected override void DisposeUnmanagedResources()
Overrides
GetCenter()
Declaration
public override PointF GetCenter()
Returns
System.Drawing.PointF
|
Overrides
GetGradientStops()
GetRadiusX()
Declaration
public override float GetRadiusX()
Returns
System.Single
|
Overrides
GetRadiusY()
Declaration
public override float GetRadiusY()
Returns
System.Single
|
Overrides
SetGradientStops(GradientStop[])
Declaration
public void SetGradientStops(GradientStop[] gradientStops)
Parameters
GradientStop[]
gradientStops
|