public void AddPoint(
int x,
int y
)
Public Sub AddPoint (
x As Integer,
y As Integer
)
public:
void AddPoint(
int x,
int y
)
member AddPoint :
x : int *
y : int -> unit
HeifException | A LibHeif error occurred. |
ObjectDisposedException | The object has been disposed. |