HeifRegionItemAddEllipse Method
Adds an ellipse to the region geometry.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public void AddEllipse(
int x,
int y,
long radiusX,
long radiusY
)
Public Sub AddEllipse (
x As Integer,
y As Integer,
radiusX As Long,
radiusY As Long
)
public:
void AddEllipse(
int x,
int y,
long long radiusX,
long long radiusY
)
member AddEllipse :
x : int *
y : int *
radiusX : int64 *
radiusY : int64 -> unit
Parameters
- x Int32
- The x coordinate.
- y Int32
- The y coordinate.
- radiusX Int64
- The x radius.
- radiusY Int64
- The y radius.