Table of Contents

Interface IDropArea

Namespace
HeBianGu.Control.Dock.Controls
Assembly
HeBianGu.Control.Dock.dll

Describes a drop target which can be the final position of an item that is being dragged and dropped to dock it somewhere else in the UI of the framework.

public interface IDropArea
Extension Methods

Properties

DetectionRect

Gets the width, height, and location of a rectangle that describes the drop target of a drag and drop operation on the users screen.

Rect DetectionRect { get; }

Property Value

Rect

Type

Gets the type of drop area for this drop target.

DropAreaType Type { get; }

Property Value

DropAreaType

Methods

TransformToDeviceDPI(Point)

Point TransformToDeviceDPI(Point dragPosition)

Parameters

dragPosition Point

Returns

Point