Table of Contents

Class InputerShapeDrawingLayerBase<T>

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

Type Parameters

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

Methods

CancelInputer()

public virtual void CancelInputer()

Clear()

public override void Clear()

ClearInputer()

public void ClearInputer()

CommitInputer()

public virtual void CommitInputer()

OnCoordinateChanged(object, EventArgs)

public override void OnCoordinateChanged(object sender, EventArgs e)

Parameters

sender object
e EventArgs

OnMouseDown(object, MouseButtonEventArgs)

public override void OnMouseDown(object sender, MouseButtonEventArgs e)

Parameters

sender object
e MouseButtonEventArgs

ShowInputer(object, Action)

public virtual void ShowInputer(object presenter, Action commit = null)

Parameters

presenter object
commit Action

UpdateInputer(Point)

public virtual void UpdateInputer(Point point)

Parameters

point Point