C# 클래스 EducationSystem.SignNumGame.Point

파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect

공개 메소드들

메소드 설명
Add ( Point other ) : Point
Equals ( object obj ) : bool
Point ( int x, int y )

메소드 상세

Add() 공개 메소드

public Add ( Point other ) : Point
other Point
리턴 Point

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Point() 공개 메소드

public Point ( int x, int y )
x int
y int