Interface PointInfo

interface PointInfo {
    block: RegisterBlock;
    point: Point;
}

Properties

Properties

point: Point