Interface DucPointPosition

interface DucPointPosition {
    x: PrecisionValue;
    y: PrecisionValue;
}

Properties

x y

Properties