Skip to main content
All docs
V23.2

DXRegion.Intersect(DXRegion) Method

Assigns the clip region to the intersection of the current region and the specified region.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void Intersect(
    DXRegion right
)

Parameters

Name Type Description
right DXRegion

A region that intersects with the current region.

See Also