Example #1
0
 public void CloseFigure()
 {
     Gdip.CheckStatus(Gdip.GdipClosePathFigure(new HandleRef(this, _nativePath)));
 }
Example #2
0
        public void CloseFigure()
        {
            int s = Gdip.GdipClosePathFigure(_nativePath);

            Gdip.CheckStatus(s);
        }