C# 클래스 BoxDiagrams.DiagramGestureAnalyzer.Section

Used during gesture recognition to represent a section of mouse input that is being interpreted as single a line segment.
파일 보기 프로젝트 열기: qwertie/ecsharp

공개 프로퍼티들

프로퍼티 타입 설명
AngleMod8 int
LengthPx float
StartSS Loyc.Geometry.Point
iStart int

공개 메소드들

메소드 설명
ToString ( ) : string
Vector ( ) : Loyc.Geometry.Vector

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Vector() 공개 메소드

public Vector ( ) : Loyc.Geometry.Vector
리턴 Loyc.Geometry.Vector

프로퍼티 상세

AngleMod8 공개적으로 프로퍼티

public int AngleMod8
리턴 int

LengthPx 공개적으로 프로퍼티

public float LengthPx
리턴 float

StartSS 공개적으로 프로퍼티

public Point,Loyc.Geometry StartSS
리턴 Loyc.Geometry.Point

iStart 공개적으로 프로퍼티

public int iStart
리턴 int