VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Inflate Methods / Inflate(VintasoftRectI,Int32,Int32) Method
Синтаксис Требования Смотрите также
В этом разделе
Inflate(VintasoftRectI,Int32,Int32) Метод (VintasoftRectI)
В этом разделе
Creates and returns an inflated copy of the specified VintasoftRectI structure.
Синтаксис
'Declaration

Public Overloads Shared Function Inflate( _
ByVal rectangle
The VintasoftRectI to be copied. This rectangle is not modified.
As VintasoftRectI, _
ByVal x
The amount to inflate the copy of the rectangle horizontally.
As System.Int32, _
ByVal y
The amount to inflate the copy of the rectangle vertically.
As System.Int32 _
) As VintasoftRectI
public static VintasoftRectI Inflate(
VintasoftRectI rectangle,
System.Int32 x,
System.Int32 y
)

Parameters

rectangle
The VintasoftRectI to be copied. This rectangle is not modified.
x
The amount to inflate the copy of the rectangle horizontally.
y
The amount to inflate the copy of the rectangle vertically.

Return Value

The inflated VintasoftRectI.
Требования

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

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