Skip to main content
All docs
V25.1
  • Units.PixelsToDocumentsF(SizeF, Single, Single) Method

    Converts a measurement from pixels to documents. Returns the converted measurement as a SizeF.

    Namespace: DevExpress.Office.Utils

    Assembly: DevExpress.Office.v25.1.Core.dll

    NuGet Package: DevExpress.Office.Core

    Declaration

    public static SizeF PixelsToDocumentsF(
        SizeF size,
        float dpiX,
        float dpiY
    )

    Parameters

    Name Type Description
    size SizeF

    A SizeF structure with values in pixels to be converted to documents.

    dpiX Single

    A dpi value used for conversion of the X-coordinate.

    dpiY Single

    A dpi value used for conversion of the Y-coordinate.

    Returns

    Type Description
    SizeF

    A SizeF value.

    See Also