normalized property

Brush2DExtent get normalized

Returns a normalized extent where starts <= ends.

Implementation

Brush2DExtent get normalized => Brush2DExtent(x.normalized, y.normalized);