C# Class FlatRedBall.Gui.CollapseWindow

Summary description for CollapseWindow.
Inheritance: Window
显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Collapse ( ) : void
CollapseWindow ( Cursor cursor ) : System
Expand ( ) : void
IsPointOnWindow ( float screenRelativeX, float screenRelativeY ) : bool
TestCollision ( Cursor cursor ) : void

Private Methods

Method Description
DoubleClickCollapse ( ) : void
DrawSelfAndChildren ( Camera camera ) : void
GetNumberOfVerticesToDraw ( ) : int
UpdateStateToCollapsed ( ) : void

Method Details

Collapse() public method

public Collapse ( ) : void
return void

CollapseWindow() public method

public CollapseWindow ( Cursor cursor ) : System
cursor Cursor
return System

Expand() public method

public Expand ( ) : void
return void

IsPointOnWindow() public method

public IsPointOnWindow ( float screenRelativeX, float screenRelativeY ) : bool
screenRelativeX float
screenRelativeY float
return bool

TestCollision() public method

public TestCollision ( Cursor cursor ) : void
cursor Cursor
return void