Show / Hide Table of Contents

Enum CoordType

Coord variable value type.

public enum CoordType

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
Fraction

Coord.FractionValue is fraction of a rectangle, where 0.0 is left or top, and 1.0 is right or bottom (outside of the rectangle).

None

No value. The variable is default(Coord).

Normal

Coord.Value is pixel offset from left or top of a rectangle.

Reverse

Coord.Value is pixel offset from right or bottom of a rectangle, towards left or top.

Extension Methods

ExtMisc.HasAny<CoordType>(CoordType, CoordType)
ExtMisc.Has<CoordType>(CoordType, CoordType)
ExtMisc.SetFlag<CoordType>(ref CoordType, CoordType, bool)