Skip to main content

GraphicsCache.SaveAndSetClip(RectangleF, Boolean) Method

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public GraphicsClipState SaveAndSetClip(
    RectangleF bounds,
    bool intersect = false
)

Parameters

Name Type
bounds RectangleF

Optional Parameters

Name Type Default
intersect Boolean False

Returns

Type
DevExpress.Utils.Drawing.GraphicsClipState
See Also