描边信息类型

interface StrokeInfoType {
    color: RGBColor;
    isStroke: boolean;
}

Properties

Properties

color: RGBColor

以 RGB 格式表示的描边颜色

isStroke: boolean

指示是否应用描边