| ProjectionBottom Property |
Gets or sets the minimum y-value of the view volume at the near view-plane.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Bottom { get; set; }
Public Property Bottom As Single
Get
Set
public:
property float Bottom {
float get ();
void set (float value);
}
member Bottom : float32 with get, set
Property Value
Type:
SingleThe minimum y-value of the view volume at the near view-plane.
See Also