Clip command

裁剪命令

实现

构造函数

属性

访问器

方法

构造函数

属性

height: number

Height of the clip rectangle.

裁剪矩形的高度。

width: number

Width of the clip rectangle.

裁剪矩形的宽度。

x: number

X-axis offset.

X 轴偏移量。

y: number

Y-axis offset.

Y 轴偏移量。

ID: string = "ClipRect"

Identifier for the ClipRectCmd

裁剪命令的标识符

访问器

方法

  • 参数

    • context: Context

      The rendering context.

    • gx: number

      The global x coordinate.

    • gy: number

      The global y coordinate.

    返回 void

    Execute the clip rectangle command in the given context.

    在给定的上下文中执行裁剪矩形命令。

  • 参数

    • x: number

      The x-coordinate of the top-left corner of the clip rectangle.

    • y: number

      The y-coordinate of the top-left corner of the clip rectangle.

    • width: number

      The width of the clip rectangle.

    • height: number

      The height of the clip rectangle.

    返回 ClipRectCmd

    A ClipRectCmd instance initialized with the given parameters.

    Creates or retrieves a ClipRectCmd instance from the object pool and initializes it with the specified parameters.

    从对象池创建或获取一个 ClipRectCmd 实例,并使用指定的参数进行初始化。