コード例 #1
0
ファイル: D2DLib.cs プロジェクト: patmosxx-v2/d2dlib
 public void ClosePath()
 {
     D2D.ClosePath(this.Handle);
 }