VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain Namespace / Resolution Class / Resolution Constructors / Resolution Constructor(Single,Single)
Syntax Requirements SeeAlso
In This Topic
    Resolution Constructor(Single,Single)
    In This Topic
    Initializes a new instance of the Resolution class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal xResolution
    X resolution in inches.
    As Single, _
    ByVal yResolution
    Y resolution in inches.
    As Single _
    )
    public Resolution(
    float xResolution,
    float yResolution
    )
    public: Resolution(
    float xResolution,
    float yResolution
    )
    public:
    Resolution(
    float xResolution,
    float yResolution
    )

    Parameters

    xResolution
    X resolution in inches.
    yResolution
    Y resolution in inches.
    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