copy method
复制当前矩形特征
Implementation
QuadAnnotation copy() {
return QuadAnnotation(
topLeft: topLeft,
topRight: topRight,
bottomRight: bottomRight,
bottomLeft: bottomLeft,
);
}
复制当前矩形特征
QuadAnnotation copy() {
return QuadAnnotation(
topLeft: topLeft,
topRight: topRight,
bottomRight: bottomRight,
bottomLeft: bottomLeft,
);
}