HolographicKeyboard.SetPlacementOverride 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.
Overloads
SetPlacementOverride(SpatialCoordinateSystem, Vector3, Quaternion) |
Overrides the placement of the Holographic keyboard. |
SetPlacementOverride(SpatialCoordinateSystem, Vector3, Quaternion, Vector2) |
Overrides the placement of the Holographic keyboard. |
SetPlacementOverride(SpatialCoordinateSystem, Vector3, Quaternion)
Overrides the placement of the Holographic keyboard.
public:
virtual void SetPlacementOverride(SpatialCoordinateSystem ^ coordinateSystem, float3 topCenterPosition, quaternion orientation) = SetPlacementOverride;
/// [Windows.Foundation.Metadata.Overload("SetPlacementOverride")]
void SetPlacementOverride(SpatialCoordinateSystem const& coordinateSystem, float3 const& topCenterPosition, quaternion const& orientation);
[Windows.Foundation.Metadata.Overload("SetPlacementOverride")]
public void SetPlacementOverride(SpatialCoordinateSystem coordinateSystem, Vector3 topCenterPosition, Quaternion orientation);
function setPlacementOverride(coordinateSystem, topCenterPosition, orientation)
Public Sub SetPlacementOverride (coordinateSystem As SpatialCoordinateSystem, topCenterPosition As Vector3, orientation As Quaternion)
Parameters
- coordinateSystem
- SpatialCoordinateSystem
The spatial coordinate system relative to which the other parameters are interpreted.
The point in space where the center of the top edge of the keyboard should be placed.
- orientation
-
Quaternion
Quaternion
quaternion
A quaternion describing how the keyboard should be rotated; horizontal alignment is the caller’s responsibility.
- Attributes
Applies to
SetPlacementOverride(SpatialCoordinateSystem, Vector3, Quaternion, Vector2)
Overrides the placement of the Holographic keyboard.
public:
virtual void SetPlacementOverride(SpatialCoordinateSystem ^ coordinateSystem, float3 topCenterPosition, quaternion orientation, float2 maxSize) = SetPlacementOverride;
/// [Windows.Foundation.Metadata.Overload("SetPlacementOverrideWithMaxSize")]
void SetPlacementOverride(SpatialCoordinateSystem const& coordinateSystem, float3 const& topCenterPosition, quaternion const& orientation, float2 const& maxSize);
[Windows.Foundation.Metadata.Overload("SetPlacementOverrideWithMaxSize")]
public void SetPlacementOverride(SpatialCoordinateSystem coordinateSystem, Vector3 topCenterPosition, Quaternion orientation, Vector2 maxSize);
function setPlacementOverride(coordinateSystem, topCenterPosition, orientation, maxSize)
Public Sub SetPlacementOverride (coordinateSystem As SpatialCoordinateSystem, topCenterPosition As Vector3, orientation As Quaternion, maxSize As Vector2)
Parameters
- coordinateSystem
- SpatialCoordinateSystem
The spatial coordinate system relative to which the other parameters are interpreted.
The point in space where the center of the top edge of the keyboard should be placed.
- orientation
-
Quaternion
Quaternion
quaternion
A quaternion describing how the keyboard should be rotated; horizontal alignment is the caller’s responsibility.
- Attributes