GridParamsOrigin Property

Gets or sets the origin of the grid

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public Point2D Origin { get; set; }

Property Value

Type: Point2D
Remarks
Default value is [0.0, 0.0]
See Also