Method SetGeometryAsync
SetGeometryAsync(PortalFrameSpanGeometryParams?, CancellationToken)
Sets the geometry of the span
Declaration
Task SetGeometryAsync(PortalFrameSpanGeometryParams? parameters, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| PortalFrameSpanGeometryParams | parameters | The parameters of the geometry |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task | The result of the operation |