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