C# Класс Smrf.NodeXL.Layouts.FreeSpaceBox

Manages the various free space boxes that are available
All methods are static.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
boxRectangle System.Drawing.RectangleF
orientation Orientation

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

Метод Описание
FreeSpaceBox ( float left, float top, float right, float bottom, Orientation orientation ) : System

This constructor sets the box boundaries and orientation

GetArea ( ) : double

Gets the area of a FreeSpaceBox

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

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

This constructor sets the box boundaries and orientation
public FreeSpaceBox ( float left, float top, float right, float bottom, Orientation orientation ) : System
left float
top float
right float
bottom float
orientation Orientation
Результат System

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

Gets the area of a FreeSpaceBox
public GetArea ( ) : double
Результат double

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

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

The underlying RectangleF of this FreeSpaceBox
public RectangleF,System.Drawing boxRectangle
Результат System.Drawing.RectangleF

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

Defines the orientation of this box
public Orientation orientation
Результат Orientation