C# Class Smrf.NodeXL.Layouts.FreeSpaceBox

Manages the various free space boxes that are available
All methods are static.
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Свойство Type Description
boxRectangle System.Drawing.RectangleF
orientation Orientation

Méthodes publiques

Méthode Description
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

Method Details

FreeSpaceBox() public méthode

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
Résultat System

GetArea() public méthode

Gets the area of a FreeSpaceBox
public GetArea ( ) : double
Résultat double

Property Details

boxRectangle public_oe property

The underlying RectangleF of this FreeSpaceBox
public RectangleF,System.Drawing boxRectangle
Résultat System.Drawing.RectangleF

orientation public_oe property

Defines the orientation of this box
public Orientation orientation
Résultat Orientation