예제 #1
0
 protected internal override ExcelDxfFill Clone()
 {
     return(new ExcelDxfFill(_styles)
     {
         PatternType = PatternType, PatternColor = PatternColor.Clone(), BackgroundColor = BackgroundColor.Clone()
     });
 }