Table of Contents

Class SwipeableInterfaceHandle

Namespace
Adw.Internal
Assembly
Adw-1.dll
public abstract class SwipeableInterfaceHandle : SafeHandle, IDisposable
Inheritance
SwipeableInterfaceHandle
Implements
Derived
Inherited Members

Constructors

SwipeableInterfaceHandle(bool)

protected SwipeableInterfaceHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(SwipeableInterfaceHandle?)

public bool Equals(SwipeableInterfaceHandle? other)

Parameters

other SwipeableInterfaceHandle

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetGetCancelProgress()

public SwipeableInterfaceData.GetCancelProgressCallback GetGetCancelProgress()

Returns

SwipeableInterfaceData.GetCancelProgressCallback

GetGetDistance()

public SwipeableInterfaceData.GetDistanceCallback GetGetDistance()

Returns

SwipeableInterfaceData.GetDistanceCallback

GetGetProgress()

public SwipeableInterfaceData.GetProgressCallback GetGetProgress()

Returns

SwipeableInterfaceData.GetProgressCallback

GetGetSnapPoints()

public SwipeableInterfaceData.GetSnapPointsCallback GetGetSnapPoints()

Returns

SwipeableInterfaceData.GetSnapPointsCallback

GetGetSwipeArea()

public SwipeableInterfaceData.GetSwipeAreaCallback GetGetSwipeArea()

Returns

SwipeableInterfaceData.GetSwipeAreaCallback

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetParent()

public TypeInterfaceData GetParent()

Returns

TypeInterfaceData