ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / SetBrush Method / SetBrush(Color) Method

In This Topic
    SetBrush(Color) Method
    In This Topic
    For internal use only. Sets the current brush color.
    Syntax
    'Declaration
     
    
    Protected Overloads Sub SetBrush( _
       ByVal color As Color _
    ) 
    protected void SetBrush( 
       Color color
    )

    Parameters

    color
    See Also