| HeightFieldOriginX Property |
Gets or sets height field origin along the x-axis.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public float OriginX { get; set; }
Public Property OriginX As Single
Get
Set
public:
property float OriginX {
float get ();
void set (float value);
}
member OriginX : float32 with get, set
Property Value
Type:
SingleThe height field origin along the x-axis. The default value is 0.
Remarks
The height field origin determines the position of the top-left height field corner
(Samples[0]).
See Also