Skip to main content
Version: Latest(3.11)

Point 点信息

1. 结构声明

class Point extends BaseNode {
x: number;
y: number;
}