PdfGradientBrush
CloneBackgroundValue Method
|
Clones the background value.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected void CloneBackgroundValue(
PdfGradientBrush brush
)
Protected Sub CloneBackgroundValue (
brush As PdfGradientBrush
)
protected:
void CloneBackgroundValue(
PdfGradientBrush^ brush
)
member CloneBackgroundValue :
brush : PdfGradientBrush -> unit
Parameters
-
brush
-
Type:
Spire.Pdf.Graphics
PdfGradientBrush
The brush.
See Also