コード例 #1
0
ファイル: LineStyle.cs プロジェクト: themnotyou/pablodraw
 public override void Apply(IList <Rectangle> updates = null)
 {
     BGI.SetLineStyle(Style, Pattern, Thickness);
 }