VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Inflate Methods / Inflate(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
Inflate(Int32,Int32) Method (VintasoftRectI)
In This Topic
Inflates this VintasoftRectI by the specified amount.
Syntax
'Declaration

Public Overloads Sub Inflate( _
ByVal x
The amount to inflate this VintasoftRectI structure horizontally.
As Integer, _
ByVal y
The amount to inflate this VintasoftRectI structure vertically.
As Integer _
)
public void Inflate(
int x,
int y
)

Parameters

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

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

See Also