ObjectSearchArea.FromFieldOfView Method
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.
Creates a search area from a field of view.
public:
static Microsoft::Azure::ObjectAnchors::ObjectSearchArea ^ FromFieldOfView(Microsoft::Azure::ObjectAnchors::SpatialGraph::SpatialGraphCoordinateSystem coordinateSystem, Microsoft::Azure::ObjectAnchors::SpatialGraph::SpatialFieldOfView fieldOfView);
public static Microsoft.Azure.ObjectAnchors.ObjectSearchArea FromFieldOfView (Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialGraphCoordinateSystem coordinateSystem, Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialFieldOfView fieldOfView);
static member FromFieldOfView : Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialGraphCoordinateSystem * Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialFieldOfView -> Microsoft.Azure.ObjectAnchors.ObjectSearchArea
Public Shared Function FromFieldOfView (coordinateSystem As SpatialGraphCoordinateSystem, fieldOfView As SpatialFieldOfView) As ObjectSearchArea
Parameters
- coordinateSystem
- SpatialGraphCoordinateSystem
Reference coordinate system for the search area.
- fieldOfView
- SpatialFieldOfView
The field of view.