Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / MultiScalingImageListResourcesManager Class / GetImageList Method
The specifed scale factor.


In This Topic
    GetImageList Method
    In This Topic
    Get the specified scale version ImageList from the manager
    Syntax
    'Declaration
     
    
    Public Function GetImageList( _
       ByVal scaleFactor As Single _
    ) As ImageList
    'Usage
     
    
    Dim instance As MultiScalingImageListResourcesManager
    Dim scaleFactor As Single
    Dim value As ImageList
     
    value = instance.GetImageList(scaleFactor)
    public ImageList GetImageList( 
       float scaleFactor
    )

    Parameters

    scaleFactor
    The specifed scale factor.

    Return Value

    The specified scale version ImageList.
    See Also