IPortalFrameSpanSetGeometryAsync Method

Sets the geometry of the span

Namespace:  TSD.API.Remoting.PortalFrames
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IOperationResult> SetGeometryAsync(
	PortalFrameSpanGeometryParams parameters
)

Parameters

parameters
Type: TSD.API.Remoting.PortalFrames.CreatePortalFrameSpanGeometryParams
The parameters of the geometry

Return Value

Type: TaskIOperationResult
The result of the operation
See Also