VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftRect Structure / Inflate Methods / Inflate(Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    Inflate(Double,Double) Method (VintasoftRect)
    In This Topic
    Inflates this VintasoftRect by the specified amount.
    Syntax
    'Declaration
    
    Public Overloads Sub Inflate( _
    ByVal x
    The amount to inflate this VintasoftRect structure horizontally.
    As Double, _
    ByVal y
    The amount to inflate this VintasoftRect structure vertically.
    As Double _
    )
    public void Inflate(
    double x,
    double y
    )
    public: void Inflate(
    double x,
    double y
    )
    public:
    void Inflate(
    double x,
    double y
    )

    Parameters

    x
    The amount to inflate this VintasoftRect structure horizontally.
    y
    The amount to inflate this VintasoftRect structure vertically.
    Requirements

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

    See Also