Ant Organisation Ltd documentation

Controller.AddImage Method 

Adds a named drag image, or replaces an existing image of the same name.

void AddImage(
   string name,
   Image image,
   Color transparentColour
);

Parameters

name
Name of image.
image
Image to add.
transparentColour
Transparency colour for image.

See Also

Controller Interface | Ant.Shared.Windows.DragDrop Namespace