MediaFrameSourceInfo.CoordinateSystem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.