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


In This Topic
    MultiScalingBitmapManager Class
    In This Topic
    Represents the manager that support getting multiscaling versions of Bitmap from resources or provided multiresolution versions of a Bitmap. All the Bitmap getting from this manager are not cached in the manager. So we must dispose the getting Bitmap when we don't need to use that Bitmap. The Bitmap may hold the Bitmaps loading from the resources of the clone versions of the provided multiresolution versions of a Bitmap. So the manager need to be disposed when we don't need to use the manager.
    Syntax
    'Declaration
     
    
    Public Class MultiScalingBitmapManager 
    'Usage
     
    
    Dim instance As MultiScalingBitmapManager
    public class MultiScalingBitmapManager 
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.DPISupporting.MultiScalingBitmapManager

    See Also