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