Class DragSurfaceHelper
- Namespace
- Gdk
- Assembly
- Gdk-4.0.dll
public sealed class DragSurfaceHelper : Surface, DragSurface, NativeObject, IDisposable, InstanceFactory, GTypeProvider
- Inheritance
-
DragSurfaceHelper
- Implements
- Inherited Members
Constructors
DragSurfaceHelper(SurfaceHandle)
public DragSurfaceHelper(SurfaceHandle handle)
Parameters
handleSurfaceHandle
Fields
ComputeSizeSignal
Signal Descriptor for OnComputeSize.
public static readonly Signal<DragSurface, DragSurface.ComputeSizeSignalArgs> ComputeSizeSignal
Field Value
Methods
GetGType()
public static Type GetGType()
Returns
Present(int, int)
public bool Present(int width, int height)
Parameters
Returns
Events
OnComputeSize
public event SignalHandler<DragSurface, DragSurface.ComputeSizeSignalArgs> OnComputeSize