Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / ImageBrush Class / ImageBrush Constructor / ImageBrush Constructor(ImageBrush)

In This Topic
    ImageBrush Constructor(ImageBrush)
    In This Topic
    Creates a copy of a ImageBrush object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As ImageBrush _
    )
    public ImageBrush( 
       ImageBrush source
    )

    Parameters

    source
    See Also