C# Class BoxDiagrams.DiagramGestureAnalyzer.Section

Used during gesture recognition to represent a section of mouse input that is being interpreted as single a line segment.
显示文件 Open project: qwertie/ecsharp

Public Properties

Property Type Description
AngleMod8 int
LengthPx float
StartSS Loyc.Geometry.Point
iStart int

Public Methods

Method Description
ToString ( ) : string
Vector ( ) : Loyc.Geometry.Vector

Method Details

ToString() public method

public ToString ( ) : string
return string

Vector() public method

public Vector ( ) : Loyc.Geometry.Vector
return Loyc.Geometry.Vector

Property Details

AngleMod8 public_oe property

public int AngleMod8
return int

LengthPx public_oe property

public float LengthPx
return float

StartSS public_oe property

public Point,Loyc.Geometry StartSS
return Loyc.Geometry.Point

iStart public_oe property

public int iStart
return int