GraphicsCache.SetPathClip(GraphicsPath, CombineMode) Method
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
public void SetPathClip(
GraphicsPath path,
CombineMode combineMode = CombineMode.Replace
)
Parameters
Name | Type |
---|---|
path | GraphicsPath |
Optional Parameters
Name | Type | Default |
---|---|---|
combineMode | CombineMode | Replace |
See Also