div-point

A point with fixed coordinates.

JSON

{
  x*: {
    unit: "string",
    value*: "number"
  },
  y*: {
    unit: "string",
    value*: "number"
  }
}

Parameters

ParametersDescription
x

object

Required parameter.

X coordinate.

The value has the type div-dimension.

y

object

Required parameter.

Y coordinate.

The value has the type div-dimension.

ParametersDescription
x

object

Required parameter.

X coordinate.

The value has the type div-dimension.

y

object

Required parameter.

Y coordinate.

The value has the type div-dimension.