Méthode | Description | |
---|---|---|
GetLocation ( ) : Point? | ||
GetLocation ( bool tryReturnIfHidden ) : Point? | ||
GetLocation ( int accuracy ) : Point? | ||
GetLocation ( int accuracy, bool tryReturnIfHidden ) : Point? | ||
InitDrop ( ) : void | ||
InitDrop ( bool debug ) : void |
Méthode | Description | |
---|---|---|
DropRefreshCallback ( bool successful ) : void | ||
HandleDragDrop ( object sender, |
||
HandleDragEnter ( object sender, |
||
HandleDragLeave ( object sender, |
||
HandleDragOver ( object sender, |
public GetLocation ( bool tryReturnIfHidden ) : Point? | ||
tryReturnIfHidden | bool | |
Résultat | Point? |
public GetLocation ( int accuracy ) : Point? | ||
accuracy | int | |
Résultat | Point? |
public GetLocation ( int accuracy, bool tryReturnIfHidden ) : Point? | ||
accuracy | int | |
tryReturnIfHidden | bool | |
Résultat | Point? |