VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / Frame Class / Frame Constructor(Single,Single,Single,Single)
Syntax Requirements SeeAlso
In This Topic
    Frame Constructor(Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of the Frame class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal left
    Value of the left-most edge of the rectangle, in UnitOfMeasure.
    As Single, _
    ByVal top
    Value of the top-most edge of the rectangle, in UnitOfMeasure.
    As Single, _
    ByVal right
    Value of the right-most edge of the rectangle, in UnitOfMeasure.
    As Single, _
    ByVal bottom
    Value of the bottom-most edge of the rectangle, in UnitOfMeasure.
    As Single _
    )
    public Frame(
    float left,
    float top,
    float right,
    float bottom
    )
    public: Frame(
    float left,
    float top,
    float right,
    float bottom
    )
    public:
    Frame(
    float left,
    float top,
    float right,
    float bottom
    )

    Parameters

    left
    Value of the left-most edge of the rectangle, in UnitOfMeasure.
    top
    Value of the top-most edge of the rectangle, in UnitOfMeasure.
    right
    Value of the right-most edge of the rectangle, in UnitOfMeasure.
    bottom
    Value of the bottom-most edge of the rectangle, in UnitOfMeasure.
    Requirements

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

    See Also