C# 클래스 ScreenToGif.Util.UserActivityHook.POINT

파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 프로퍼티들

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

프로퍼티 상세

x 공개적으로 프로퍼티

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

y 공개적으로 프로퍼티

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