Back to Devexpress

Units.PixelsToDocuments Method

officefileapi-devexpress-dot-office-dot-utils-dot-units-dot-pixelstodocuments.md

latest1.5 KB
Original Source

Units.PixelsToDocuments Method

NameParametersDescription
PixelsToDocuments(Double, Single) staticval, dpiConverts a measurement from pixels to documents. Returns the converted measurement as an Integer.
PixelsToDocuments(Point, Single, Single) staticpoint, dpiX, dpiYConverts point coordinates from pixels to documents.
PixelsToDocuments(Rectangle, Single, Single) staticrect, dpiX, dpiYConverts a rectangle from pixels to documents.
PixelsToDocuments(RectangleF, Single, Single) staticrect, dpiX, dpiYConverts rectangle coordinates from pixels to documents.
PixelsToDocuments(Size, Single, Single) staticsize, dpiX, dpiYConverts measurements from pixels to documents.
PixelsToDocuments(Int32, Single) staticval, dpiConverts a measurement from pixels to documents. Returns the converted measurement as an Integer.