Class PosAbsolute
Represents an absolute position in the layout. This is used to specify a fixed position in the layout.
public record PosAbsolute : Pos, IEquatable<Pos>, IEquatable<PosAbsolute>
- Inheritance
-
PosAbsolute
- Implements
- Inherited Members
Remarks
This is a low-level API that is typically used internally by the layout system. Use the various static methods on the Pos class to create Pos objects instead.
Constructors
- PosAbsolute(int)
Represents an absolute position in the layout. This is used to specify a fixed position in the layout.
Properties
Methods
- ToString()
Returns a string that represents the current object.