UIOffset Struct
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.
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 |
GetHashCode() |
The hash code for this UIOffset. |
Operators
Equality(UIOffset, UIOffset) |
Whether |
Inequality(UIOffset, UIOffset) |
Whether |