HeifRegionItemAddRectangle Method
Adds a rectangle to the region geometry.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public void AddRectangle(
int x,
int y,
long width,
long height
)
Public Sub AddRectangle (
x As Integer,
y As Integer,
width As Long,
height As Long
)
public:
void AddRectangle(
int x,
int y,
long long width,
long long height
)
member AddRectangle :
x : int *
y : int *
width : int64 *
height : int64 -> unit
Parameters
- x Int32
- The x coordinate.
- y Int32
- The y coordinate.
- width Int64
- The width.
- height Int64
- The height.