C# 클래스 Hawkeye.WinApi.POINT

파일 보기 프로젝트 열기: odalet/Hawkeye2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
X int
Y int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to this instance.

FromPoint ( Point pt ) : POINT
GetHashCode ( ) : int

Returns a hash code for this instance.

POINT ( int x, int y ) : System
ToPoint ( ) : Point
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

Determines whether the specified System.Object is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
리턴 bool

FromPoint() 공개 정적인 메소드

public static FromPoint ( Point pt ) : POINT
pt Point
리턴 POINT

GetHashCode() 공개 메소드

Returns a hash code for this instance.
public GetHashCode ( ) : int
리턴 int

POINT() 공개 메소드

public POINT ( int x, int y ) : System
x int
y int
리턴 System

ToPoint() 공개 메소드

public ToPoint ( ) : Point
리턴 Point

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int