Skip to main content
A newer version of this page is available. .

LinearGradientBrushObject(PointF2D, PointF2D) Constructor

Initializes a new instance of the LinearGradientBrushObject class with the specified points.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

public LinearGradientBrushObject(
    PointF2D startPoint,
    PointF2D endPoint
)

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