C# 클래스 InTheHand.Foundation.Rect

Contains number values that represent the location and size of a rectangle.
파일 보기 프로젝트 열기: inthehand/Charming 1 사용 예제들

공개 메소드들

메소드 설명
Rect ( double x, double y, double width, double height )

Initializes a Rect structure that has the specified x-coordinate, y-coordinate, width, and height.

메소드 상세

Rect() 공개 메소드

Initializes a Rect structure that has the specified x-coordinate, y-coordinate, width, and height.
public Rect ( double x, double y, double width, double height )
x double The x-coordinate of the top-left corner of the rectangle.
y double The y-coordinate of the top-left corner of the rectangle.
width double The width of the rectangle.
height double The height of the rectangle.