Nevron .NET Vision
Nevron.GraphicsCore Namespace / NCustomImageList Class / NCustomImageList Constructor


In This Topic
    NCustomImageList Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal image As System.Drawing.Image, _
       ByVal itemSize As NSize _
    )
    'Usage
     
    
    Dim image As System.Drawing.Image
    Dim itemSize As NSize
     
    Dim instance As New NCustomImageList(image, itemSize)
    public NCustomImageList( 
       System.Drawing.Image image,
       NSize itemSize
    )

    Parameters

    image
    itemSize
    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