Click or drag to resize

PdfRadialGradientBrush Clone Method

Creates a new copy of a brush.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public override PdfBrush Clone()

Return Value

Type: PdfBrush
A new instance of the Brush class.
See Also