Table of Contents

Constructor CoordAndUnit

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

CoordAndUnit(int, CoordUnit)

Initializes a new instance of the CoordAndUnit struct with the specified value and unit.

public CoordAndUnit(int value, CoordUnit unit)

Parameters

value int

The coordinate value.

unit CoordUnit

The unit of the coordinate value.