ProjectionFieldOfViewHorizontal 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: 23.2.417.0 (23.2.417.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