VintaSoft Barcode .NET SDK 16.0: Руководство для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Inflate Methods / Inflate(Int32,Int32) Method
Синтаксис Требования Смотрите также
В этом разделе
Inflate(Int32,Int32) Метод (VintasoftRectI)
В этом разделе
Inflates this T:Vintasoft.Primitives.VintasoftRectI by the specified amount.
Синтаксис
'Declaration

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

Parameters

x
The amount to inflate this T:Vintasoft.Primitives.VintasoftRectI structure horizontally.
y
The amount to inflate this T:Vintasoft.Primitives.VintasoftRectI structure vertically.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также