Class DragSurface
public class DragSurface
- Inheritance
-
DragSurface
- Inherited Members
Methods
GetGType()
Calls native function gdk_drag_surface_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
Present(IntPtr, int, int)
Calls native method gdk_drag_surface_present.
public static extern bool Present(IntPtr dragSurface, int width, int height)
Parameters
dragSurface
IntPtrTransfer ownership: None Nullable: False
width
intTransfer ownership: None Nullable: False
height
intTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False