VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiImageBrush Class / GdiImageBrush Constructor(VintasoftImage,Boolean)
Syntax Exceptions Requirements SeeAlso
In This Topic
    GdiImageBrush Constructor(VintasoftImage,Boolean)
    In This Topic
    Initializes a new instance of the GdiImageBrush class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal image
    The image, which must be associated with brush.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal disposeImageAfterUse
    A value indicating whether image must be disposed when this brush is disposed.
    As Boolean _
    )

    Parameters

    image
    The image, which must be associated with brush.
    disposeImageAfterUse
    A value indicating whether image must be disposed when this brush is disposed.
    Exceptions
    ExceptionDescription
    Thrown if image is null.
    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