UIOffset(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.
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.