LinearGradientBrushObject(PointF2D, PointF2D) Constructor
Initializes a new instance of the LinearGradientBrushObject class with the specified points.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
startPoint | DevExpress.XtraGauges.Core.Base.PointF2D | A PointF2D structure that is used to initialize the LinearGradientBrushObject.StartPoint property. |
endPoint | DevExpress.XtraGauges.Core.Base.PointF2D | A PointF2D structure that is used to initialize the LinearGradientBrushObject.EndPoint property. |
See Also