Skip to main content

SceneModifier.Clip(RectangleF) Method

Modifies the current clip with the specified rectangle.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void Clip(
    RectangleF clipBounds
)

Parameters

Name Type Description
clipBounds RectangleF

A RectangleF value specifying the rectangle to intersect with the current clip.

See Also