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

            Gdip.CheckStatus(s);
        }