C# Класс Binarysharp.MemoryManagement.Native.Rectangle

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Bottom int
Left int
Right int
Top int

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

Метод Описание
ToString ( ) : string

Returns a string that represents the current object.

Описание методов

ToString() публичный Метод

Returns a string that represents the current object.
public ToString ( ) : string
Результат string

Описание свойств

Bottom публичное свойство

The y-coordinate of the lower-right corner of the rectangle.
public int Bottom
Результат int

Left публичное свойство

The x-coordinate of the upper-left corner of the rectangle.
public int Left
Результат int

Right публичное свойство

The x-coordinate of the lower-right corner of the rectangle.
public int Right
Результат int

Top публичное свойство

The y-coordinate of the upper-left corner of the rectangle.
public int Top
Результат int