interface CanvasState {
    restore(): void;
    save(): void;
}

层级 (查看完整内容)

方法

方法

  • 返回 void

  • 返回 void