Table of Contents

Class HitShapeDrawingLayerBase<T>

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public abstract class HitShapeDrawingLayerBase<T> : ShapeDrawLayerBase<T>, IMouseLayer, IDrawLayer, ILayer where T : IHitShape

Type Parameters

T
Inheritance
HitShapeDrawingLayerBase<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

HitShapeDrawingLayerBase()

public HitShapeDrawingLayerBase()

Fields

UseHitHandleProperty

public static readonly DependencyProperty UseHitHandleProperty

Field Value

DependencyProperty

UseHitShapeProperty

public static readonly DependencyProperty UseHitShapeProperty

Field Value

DependencyProperty

Properties

UseHitHandle

public bool UseHitHandle { get; set; }

Property Value

bool

UseHitShape

public bool UseHitShape { get; set; }

Property Value

bool

Methods

Hit()

protected virtual void Hit()

OnMouseMove(object, MouseEventArgs)

public override void OnMouseMove(object sender, MouseEventArgs e)

Parameters

sender object
e MouseEventArgs

SetCursorPosition(Point)

protected void SetCursorPosition(Point logicalPoint)

Parameters

logicalPoint Point