VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfBrush Class / Clone Methods / Clone(PdfBrush) Method
Syntax Requirements SeeAlso
In This Topic
    Clone(PdfBrush) Method (PdfBrush)
    In This Topic
    Creates an exact copy of specified PdfBrush object.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Clone( _
    ByVal brush
    The source brush.
    As PdfBrush _
    ) As PdfBrush
    public static PdfBrush Clone(
    PdfBrush brush
    )
    public: static PdfBrush* Clone(
    PdfBrush* brush
    )
    public:
    static PdfBrush^ Clone(
    PdfBrush^ brush
    )

    Parameters

    brush
    The source brush.

    Return Value

    The exact copy of specified PdfBrush object.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also