UIPointerAccessoryPosition(NFloat, NFloat) Constructor

Definition

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.

Applies to