Table of Contents

Class DragSurface

Namespace
Gdk.Internal
Assembly
Gdk-4.0.dll
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 IntPtr

Transfer ownership: None Nullable: False

width int

Transfer ownership: None Nullable: False

height int

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False