C# 클래스 BrightnessTray.NativeMethods.POINT

파일 보기 프로젝트 열기: navhaxs/BrightnessTray

공개 프로퍼티들

프로퍼티 타입 설명
x int
y int

프로퍼티 상세

x 공개적으로 프로퍼티

The x-coordinate of the point.
public int x
리턴 int

y 공개적으로 프로퍼티

The y-coordinate of the point.
public int y
리턴 int