Share via


UIOffset Struct

Definition

A position offset.

public struct UIOffset
type UIOffset = struct
Inheritance
UIOffset

Remarks

Represents a position offset. Positive values are to the right and down.

Constructors

Name Description
UIOffset(NFloat, NFloat)

Fields

Name Description
Horizontal

The horizontal offset.

Vertical

The vertical offset.

Zero

A static identity offset of 0,0.

Methods

Name Description
Equals(Object)

Whether this has the same value as obj.

GetHashCode()

The hash code for this UIOffset.

Operators

Name Description
Equality(UIOffset, UIOffset)
Inequality(UIOffset, UIOffset)

Applies to