C# Класс InTheHand.Foundation.Rect

Contains number values that represent the location and size of a rectangle.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.