简体中文
外观
Home > SCH_PrimitiveRectangle
原理图 & 符号 / 矩形图元类
export declare class SCH_PrimitiveRectangle implements ISCH_PrimitiveAPI
实现自:ISCH_PrimitiveAPI
方法名
修饰符
描述
create(topLeftX, topLeftY, width, height, cornerRadius, rotation, color, fillColor, lineWidth, lineType)
创建矩形
delete(primitiveIds)
删除矩形
get(primitiveIds)
获取矩形
getAll()
获取所有矩形
getAllPrimitiveId()
获取所有矩形的图元 ID
modify(primitiveId, topLeftX, topLeftY, width, height, cornerRadius, rotation, color, fillColor, lineWidth, lineType)
修改矩形