示例#1
0
 public override ShapeInfo GetShapeInfo()
 {
     return(new TextableShapeInfo
     {
         Center = new ShapePoint()
         {
             X = this.Center.X, Y = this.Center.Y
         },
         Height = this.Height,
         Width = this.Width,
         Content = UseCaseStroke.toServerStyle(this.textContent),
         Color = new ColorConverter().ConvertToString(this.DrawingAttributes.Color)
     });
 }