This method of the ImageX Class retrieves an ImageRepresentation of a native Win32 cursor based on the current ImageX object.
public int getCursor(int x, int y);
Returns the handle of a native cursor.
x | The x-coordinate of the cursor's hot spot. |
y | The y-coordinate of the cursor's hot spot. |