C# Class BoxDiagrams.DiagramGestureAnalyzer.DragState

Inheritance: Util.WinForms.DragState
Mostrar archivo Open project: qwertie/ecsharp

Public Properties

Property Type Description
ClickedShape HitTestResult
Control DiagramControl
_inputTransform Matrix

Public Methods

Method Description
DragState ( DiagramGestureAnalyzer ga, MouseEventArgs down ) : System
ToShapeSpace ( IListSource mousePoints ) : IListSource

Method Details

DragState() public method

public DragState ( DiagramGestureAnalyzer ga, MouseEventArgs down ) : System
ga DiagramGestureAnalyzer
down MouseEventArgs
return System

ToShapeSpace() public method

public ToShapeSpace ( IListSource mousePoints ) : IListSource
mousePoints IListSource
return IListSource

Property Details

ClickedShape public_oe property

public HitTestResult ClickedShape
return HitTestResult

Control public_oe property

public DiagramControl,BoxDiagrams Control
return DiagramControl

_inputTransform public_oe property

public Matrix _inputTransform
return Matrix