HeifRegionItemAddEllipse Method

Adds an ellipse to the region geometry.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public void AddEllipse(
	int x,
	int y,
	long radiusX,
	long radiusY
)

Parameters

x  Int32
The x coordinate.
y  Int32
The y coordinate.
radiusX  Int64
The x radius.
radiusY  Int64
The y radius.

Exceptions

ArgumentOutOfRangeExceptionradiusX must be in the range of [0, 4294967295]. -or- radiusY must be in the range of [0, 4294967295].
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also