Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / DPIUtils Class / GetBitmap Method


In This Topic
    GetBitmap Method (DPIUtils)
    In This Topic
    Get the specified scale Bitmap of specified Bitmap resource. The result Bitmap is scaled from the existing versions of the Bitmap resource of all DPI supporting scale versions (see GetDPISupportingScaleFactor).
    Overload List
    OverloadDescription
    Get the specified scale Bitmap of specified Bitmap resource. The result Bitmap is scaled from the existing versions of the Bitmap resource of all DPI supporting scale versions (see GetDPISupportingScaleFactor).  
    Get the specified scaled Bitmap of specified Bitmap resource. The result Bitmap is scaled from nearest existing higher resolution version in the specified scale versions of the Bitmap resource. If there isn't any existing higher resolution version, the result Bitmap is scaled from nearest existing lower resolution version in the specified scale versions of the Bitmap resource.  
    Get the specified scaled Bitmap of specified Bitmap resource. The result Bitmap is scaled from nearest existing higher resolution version in the specified scale versions of the Bitmap resource. If there isn't any existing higher resolution version, the result Bitmap is scaled from nearest existing lower resolution version in the specified scale versions of the Bitmap resource.  
    Get the Bitmap from the specified resource.  
    See Also