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

UIOffset(nfloat, nfloat)

Fields

Horizontal

The horizontal offset.

Vertical

The vertical offset.

Zero

A static identity offset of 0,0.

Methods

Equals(Object)

Whether this has the same value as obj.

GetHashCode()

The hash code for this UIOffset.

Operators

Equality(UIOffset, UIOffset)

Whether left is equal to right.

Inequality(UIOffset, UIOffset)

Whether left is not equal to right.

Applies to