Back to Devexpress

Units.DocumentsToPixels Method

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

latest1.3 KB
Original Source

Units.DocumentsToPixels Method

NameParametersDescription
DocumentsToPixels(Point, Single, Single) staticval, dpiX, dpiYConverts rectangle coordinates from documents to pixels.
DocumentsToPixels(Rectangle, Single, Single) staticval, dpiX, dpiYConverts point coordinates from documents to pixels.
DocumentsToPixels(RectangleF, Single, Single) staticval, dpiX, dpiYConverts a rectangle from documents to pixels.
DocumentsToPixels(Size, Single, Single) staticval, dpiX, dpiYConverts height and width from documents to pixels.
DocumentsToPixels(Int32, Single) staticval, dpiConverts a measurement from documents to pixels. Returns the converted measurement as an Integer.