VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Right Property
Syntax Requirements SeeAlso
In This Topic
    Right Property (VintasoftRectI)
    In This Topic
    Gets the x-coordinate that is the sum of X and Width of this VintasoftRectI structure.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property Right As Integer
    
    
    [Browsable(False)]
    public int Right { get; }
    
    
    [Browsable(False)]
    public: __property int get_Right();
    
    
    
    [Browsable(False)]
    public:
    property int Right { int get(); }
    Requirements

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

    See Also