Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace
Inheritance Hierarchy
In This Topic
    FarPoint.Win.DPISupporting Namespace
    In This Topic
    Classes
     ClassDescription
    ClassThe collection function that support multi DPI.
    ClassRepresents 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.
    ClassRepresents 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.
    Interfaces
     InterfaceDescription
    InterfaceRepresents an interface which provides supported method to process Bitmap.
    Structures
     StructureDescription
    StructureRepresents the information about a scale version of resource file.
    Enumerations
     EnumerationDescription
    EnumerationRepresents the supporting DPI mode.
    See Also