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

    Parameters

    width
    Image width, in inches.
    height
    Image height, in inches.
    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