예제 #1
0
 public ImageParagraph(Gwen.RichText.ImageParagraph imageParagraph)
 {
     this.imageParagraph = imageParagraph;
 }
예제 #2
0
 public ImageParagraph(Margin margin = null, int indent = 0)
 {
     this.imageParagraph = new Gwen.RichText.ImageParagraph(margin != null ? margin.Target : Gwen.Margin.Zero, indent);
 }