[]
        
(Showing Draft Content)

C1.Win.Bitmap.C1Bitmap.SetDpi

SetDpi Method

SetDpi(double)

Changes the physical resolution of the image.

Declaration
public void SetDpi(double dpi)
Parameters
Type Name Description
double dpi

The horizontal and vertical resolution.

SetDpi(double, double)

Changes the physical resolution of the image.

Declaration
public void SetDpi(double dpiX, double dpiY)
Parameters
Type Name Description
double dpiX

The horizontal resolution.

double dpiY

The vertical resolution.