C# 클래스 Smrf.NodeXL.Layouts.FreeSpaceBox

Manages the various free space boxes that are available
All methods are static.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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