MediaFrameSourceInfo.CoordinateSystem Property

Definition

Gets an object representing the spatial coordinate system in which the data from a MediaFrameSource is expressed.

public:
 property SpatialCoordinateSystem ^ CoordinateSystem { SpatialCoordinateSystem ^ get(); };
SpatialCoordinateSystem CoordinateSystem();
public SpatialCoordinateSystem CoordinateSystem { get; }
var spatialCoordinateSystem = mediaFrameSourceInfo.coordinateSystem;
Public ReadOnly Property CoordinateSystem As SpatialCoordinateSystem

Property Value

An object representing the spatial coordinate system of the media frame source.

Applies to