C# 클래스 Accord.Video.DirectShow.Internals.RECT

파일 보기 프로젝트 열기: accord-net/framework

공개 프로퍼티들

프로퍼티 타입 설명
Bottom int
Left int
Right int
Top int

프로퍼티 상세

Bottom 공개적으로 프로퍼티

Specifies the y-coordinate of the lower-right corner of the rectangle.
public int Bottom
리턴 int

Left 공개적으로 프로퍼티

Specifies the x-coordinate of the upper-left corner of the rectangle.
public int Left
리턴 int

Right 공개적으로 프로퍼티

Specifies the x-coordinate of the lower-right corner of the rectangle.
public int Right
리턴 int

Top 공개적으로 프로퍼티

Specifies the y-coordinate of the upper-left corner of the rectangle.
public int Top
리턴 int