UIOffset(NFloat, NFloat) Constructor

Definition

Creates a new UIOffset with the specified horizontal and vertical offsets.

public UIOffset(System.Runtime.InteropServices.NFloat horizontal, System.Runtime.InteropServices.NFloat vertical);
new UIKit.UIOffset : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> UIKit.UIOffset

Parameters

horizontal
NFloat

The horizontal offset.

vertical
NFloat

The vertical offset.

Applies to