ProjectionNearPlane Property  | 
 
Gets or sets the near plane associated with the 
Projection.
 
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double NearPlane { get; set; }Public Property NearPlane As Double
	Get
	Set
public:
property double NearPlane {
	double get ();
	void set (double value);
}member NearPlane : float with get, set
Property Value
Type: 
Double
See Also