Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / MultiScalingImageListResourcesManager Class / MultiScalingImageListResourcesManager Constructor / MultiScalingImageListResourcesManager Constructor(ColorDepth,Boolean)
The color depth of image in ImageList.
Indicates if each image in the ImageList would have key (key is equal to the path of the original (1x) Image resource.


In This Topic
    MultiScalingImageListResourcesManager Constructor(ColorDepth,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal colorDepth As ColorDepth, _
       ByVal imageListHaveKey As Boolean _
    )
    'Usage
     
    
    Dim colorDepth As ColorDepth
    Dim imageListHaveKey As Boolean
     
    Dim instance As New MultiScalingImageListResourcesManager(colorDepth, imageListHaveKey)
    public MultiScalingImageListResourcesManager( 
       ColorDepth colorDepth,
       bool imageListHaveKey
    )

    Parameters

    colorDepth
    The color depth of image in ImageList.
    imageListHaveKey
    Indicates if each image in the ImageList would have key (key is equal to the path of the original (1x) Image resource.
    See Also