Example #1
0
 public ImageLayout()
 {
     this.VertexElement = new VertexElement();
 }
Example #2
0
 public TextLayout()
 {
     this.VertexElement     = new VertexElement();
     mTextGeneratorSettings = new TextGenerationSettings();
 }