Back to Devexpress

DXFont.Clone() Method

corelibraries-devexpress-dot-drawing-dot-dxfont-89b45734.md

latest961 B
Original Source

DXFont.Clone() Method

Creates a copy of the DXFont instance.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXFont Clone()
vb
Public Function Clone As DXFont

Returns

TypeDescription
DXFont

The copy of the DXFont instance.

|

See Also

DXFont Class

DXFont Members

DevExpress.Drawing Namespace