公共的图形——圆

This commit is contained in:
joylink_zhaoerwei 2024-10-11 15:15:41 +08:00
parent ea8b911846
commit 87726ae091
1 changed files with 12 additions and 0 deletions

View File

@ -19,6 +19,7 @@ message CommonGraphicStorage {
repeated Text texts = 2;
repeated Rect rects = 3;
repeated Line lines = 4;
repeated Circle circles = 5;
}
message Arrow {
@ -58,6 +59,17 @@ message Line {
string lineColor = 7; // 线
}
message Circle {
common.CommonInfo common = 1;
string code = 2;
common.Point position = 3;
float radius = 4;
int32 lineWidth = 5;
string lineColor = 6;
string fillColor = 7;
float alpha = 8;
}
//CCTV按钮
message CCTVButton {
enum ButtonType {