UIPointerAccessoryPosition(NFloat, NFloat) Constructor
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.
Initializes a new UIPointerAccessoryPosition with the specified offset and angle.
public UIPointerAccessoryPosition(System.Runtime.InteropServices.NFloat offset, System.Runtime.InteropServices.NFloat angle);
new UIKit.UIPointerAccessoryPosition : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> UIKit.UIPointerAccessoryPosition
Parameters
- offset
- NFloat
The offset of the accessory from its default position.
- angle
- NFloat
The angle of the accessory, in radians.