コード例 #1
0
ファイル: BorderTest.cs プロジェクト: ReaZhuang/itext7-dotnet
 public TestRoundDotsBorder(BorderTest _enclosing, float width)
     : base(width)
 {
     this._enclosing = _enclosing;
 }
コード例 #2
0
ファイル: BorderTest.cs プロジェクト: ReaZhuang/itext7-dotnet
 public TestDottedBorder(BorderTest _enclosing, float width)
     : base(width)
 {
     this._enclosing = _enclosing;
 }