Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / MultiScalingImageListResourcesManager Class
Members


In This Topic
    MultiScalingImageListResourcesManager Class
    In This Topic
    Represents the manager that support getting multiscaling versions of ImageList from resources. All the ImageList getting from this manager are cached in the manager for later requirement. When the manager is disposed, all the ImageList getting from this manager are also disposed.
    Syntax
    'Declaration
     
    
    Public Class MultiScalingImageListResourcesManager 
    'Usage
     
    
    Dim instance As MultiScalingImageListResourcesManager
    public class MultiScalingImageListResourcesManager 
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.DPISupporting.MultiScalingImageListResourcesManager

    See Also