Draw ellipse command

绘制椭圆命令

实现

构造函数

属性

fillColor: any

Fill color

填充颜色

height: number

Vertical radius of the ellipse

椭圆的纵向半径

lineColor: any

(Optional) Border color

(可选)边框颜色

lineWidth: number = 0

(Optional) Border width

(可选)边框宽度

percent: boolean

Whether the position and size are percentages

位置和大小是否是百分比

width: number

Horizontal radius of the ellipse

椭圆的横向半径

x: number

X-axis position of the ellipse center

椭圆中心点X轴位置

y: number

Y-axis position of the ellipse center

椭圆中心点Y轴位置

ID: string = "DrawEllipse"

Identifier for the DrawEllipseCmd

绘制椭圆命令的标识符

访问器

方法

  • 参数

    • x: number

      X-axis position of the ellipse center

    • y: number

      Y-axis position of the ellipse center

    • width: number

      Horizontal radius of the ellipse

    • height: number

      Vertical radius of the ellipse

    • fillColor: any

      Fill color

    • lineColor: any

      Border color

    • lineWidth: number

      Border width

    • 可选percent: boolean

      Whether the position and size are percentages

    返回 DrawEllipseCmd

    A DrawEllipseCmd instance

    Create a DrawEllipseCmd instance

    创建一个绘制椭圆命令的实例