示例#1
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public TextRenderer(TextRenderer other)
     : base(other)
 {
     TextFormatFlags = other.TextFormatFlags;
 }
示例#2
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public TextRenderer(TextRenderer other)
     : base(other)
 {
     TextFormatFlags = other.TextFormatFlags;
 }