C# Класс SWFProcessing.ModellingUtils.Geom.Rect

A rectangle.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Rect ( float xmin, float xmax, float ymin, float ymax )

Initializes a new instance of a rectangle

ToString ( ) : string

Renders the rectangle as a string. Used only in test/debug console output.

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

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

Initializes a new instance of a rectangle
public Rect ( float xmin, float xmax, float ymin, float ymax )
xmin float Left-hand edge, in pixels
xmax float Right-hand edge, in pixels
ymin float Top edge, in pixels
ymax float Bottom edge, in pixels

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

Renders the rectangle as a string. Used only in test/debug console output.
public ToString ( ) : string
Результат string