C# Class AddonHelper.DragCallback

Datei anzeigen Open project: angelog/ClipUpload Class Usage Examples

Public Properties

Property Type Description
Animation System.IO.MemoryStream
Image Image
Type DragCallbackType

Property Details

Animation public_oe property

A MemoryStream containing the buffer of the animation
public MemoryStream,System.IO Animation
return System.IO.MemoryStream

Image public_oe property

The image that the user dragged
public Image Image
return Image

Type public_oe property

What kind of callback this is
public DragCallbackType Type
return DragCallbackType