public void AddPolygon(
IReadOnlyList<PolygonPoint> points
)
Public Sub AddPolygon (
points As IReadOnlyList(Of PolygonPoint)
)
public:
void AddPolygon(
IReadOnlyList<PolygonPoint>^ points
)
member AddPolygon :
points : IReadOnlyList<PolygonPoint> -> unit
ArgumentNullException | points is . |
HeifException | A LibHeif error occurred. |
ObjectDisposedException | The object has been disposed. |