C# 클래스 Grafiti.GestureRecognizers.LazoGR

상속: Grafiti.GlobalGestureRecognizer
파일 보기 프로젝트 열기: nuigroup/grafiti

공개 메소드들

메소드 설명
LazoGR ( ) : System
LazoGR ( GRConfiguration configuration ) : System
PointInPath ( float x, float y, Trace trace ) : bool

Determine if a point is inside the polygon described by the trace. Thanks to Daniel Kuppitz who posted a message with the code in a forum.

Process ( List traces ) : void

메소드 상세

LazoGR() 공개 메소드

public LazoGR ( ) : System
리턴 System

LazoGR() 공개 메소드

public LazoGR ( GRConfiguration configuration ) : System
configuration Grafiti.GRConfiguration
리턴 System

PointInPath() 공개 정적인 메소드

Determine if a point is inside the polygon described by the trace. Thanks to Daniel Kuppitz who posted a message with the code in a forum.
public static PointInPath ( float x, float y, Trace trace ) : bool
x float X coordinate of the point.
y float Y coordinate of the point.
trace Trace The trace describing the polygon.
리턴 bool

Process() 공개 메소드

public Process ( List traces ) : void
traces List
리턴 void