VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageSize Class / FromMillimeters(Double,Double,Resolution) Method
Syntax Requirements SeeAlso
In This Topic
    FromMillimeters(Double,Double,Resolution) Method (ImageSize)
    In This Topic
    Creates the new ImageSize from specified millimeter-size and Resolution.
    Syntax
    'Declaration
    
    Public Shared Function FromMillimeters( _
    ByVal width
    Image width, in millimeters.
    As Double, _
    ByVal height
    Image height, in millimeters.
    As Double, _
    ByVal resolution
    Resolution.
    As Resolution _
    ) As ImageSize
    public static ImageSize FromMillimeters(
    double width,
    double height,
    Resolution resolution
    )
    public: static ImageSize* FromMillimeters(
    double width,
    double height,
    Resolution resolution
    )
    public:
    static ImageSize^ FromMillimeters(
    double width,
    double height,
    Resolution resolution
    )

    Parameters

    width
    Image width, in millimeters.
    height
    Image height, in millimeters.
    resolution
    Resolution.

    Return Value

    New instance of ImageSize class.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also