Exemplo n.º 1
0
 public TextPart(TextContent text)
 {
     Text = text;
 }
 public TextElement(TextContent text, RectangleF rect)
 {
     Text = text; Rect = rect;
 }