Back to Devexpress

DXBrush.Clone() Method

corelibraries-devexpress-dot-drawing-dot-dxbrush.md

latest911 B
Original Source

DXBrush.Clone() Method

Clones the current DXBrush object.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public abstract DXBrush Clone()
vb
Public MustOverride Function Clone As DXBrush

Returns

TypeDescription
DXBrush

A copy of the current DXBrush object.

|

See Also

DXBrush Class

DXBrush Members

DevExpress.Drawing Namespace