| ViewVolumeLeft Property |
Gets or sets the minimum x-value of the view volume at the near clip plane.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public float Left { get; set; }
Public Property Left As Single
Get
Set
public:
property float Left {
float get ();
void set (float value);
}
member Left : float32 with get, set
Property Value
Type:
SingleThe minimum x-value of the view volume at the near clip plane.
See Also