ProjectedRasterDirections Property |
Gets the direction vectors in the projection's reference frame that define the
Projection's frustum.
The collection contains the direction vector down the center of the projection, and the bottom left, bottom right, upper right, and upper left corner direction vectors, in that order.
If no direction can be calculated, Cartesian.Zero is returned.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<UnitCartesian> Directions { get; }
Public ReadOnly Property Directions As ReadOnlyCollection(Of UnitCartesian)
Get
public:
property ReadOnlyCollection<UnitCartesian>^ Directions {
ReadOnlyCollection<UnitCartesian>^ get ();
}
member Directions : ReadOnlyCollection<UnitCartesian> with get
Property Value
Type:
ReadOnlyCollectionUnitCartesianSee Also