Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / MultiScalingImageListResourcesManager Class / MultiScalingImageListResourcesManager Constructor / MultiScalingImageListResourcesManager Constructor(Size,Boolean)
The size of original (1x) image in the original (1x) 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(Size,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal imageSize As Size, _
       ByVal imageListHaveKey As Boolean _
    )
    'Usage
     
    
    Dim imageSize As Size
    Dim imageListHaveKey As Boolean
     
    Dim instance As New MultiScalingImageListResourcesManager(imageSize, imageListHaveKey)
    public MultiScalingImageListResourcesManager( 
       Size imageSize,
       bool imageListHaveKey
    )

    Parameters

    imageSize
    The size of original (1x) image in the original (1x) 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