Projection.FieldOfViewHorizontal Property |
Gets or sets the horizontal field of view 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 FieldOfViewHorizontal { get; set; }
Public Property FieldOfViewHorizontal As Double
Get
Set
public:
property double FieldOfViewHorizontal {
double get ();
void set (double value);
}
member FieldOfViewHorizontal : float with get, set
Property Value
Type:
Double
See Also