C# Class FlatRedBall.Gui.CollapseWindow

Summary description for CollapseWindow.
Inheritance: Window
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

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

Private Methods

Méthode Description
DoubleClickCollapse ( ) : void
DrawSelfAndChildren ( Camera camera ) : void
GetNumberOfVerticesToDraw ( ) : int
UpdateStateToCollapsed ( ) : void

Method Details

Collapse() public méthode

public Collapse ( ) : void
Résultat void

CollapseWindow() public méthode

public CollapseWindow ( Cursor cursor ) : System
cursor Cursor
Résultat System

Expand() public méthode

public Expand ( ) : void
Résultat void

IsPointOnWindow() public méthode

public IsPointOnWindow ( float screenRelativeX, float screenRelativeY ) : bool
screenRelativeX float
screenRelativeY float
Résultat bool

TestCollision() public méthode

public TestCollision ( Cursor cursor ) : void
cursor Cursor
Résultat void