Nevron .NET Vision
Nevron.NewGraphics Namespace / NImageBrush Class / NImageBrush Constructor / NImageBrush Constructor(Image)


In This Topic
    NImageBrush Constructor(Image)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal image As System.Drawing.Image _
    )
    'Usage
     
    
    Dim image As System.Drawing.Image
     
    Dim instance As New NImageBrush(image)
    public NImageBrush( 
       System.Drawing.Image image
    )

    Parameters

    image
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also