'Declaration Public Overloads Function Add( _ ByVal width As System.Single, _ ByVal height As System.Single _ ) As CanvasShape
public CanvasShape Add( System.float width, System.float height )
Parameters
- width
- The canvas width, in points.
- height
- The canvas height, in points.
Return Value
The inserted CanvasShape.