C# Class MonoGameUi.CanvasControl

Inheritance: Control
Afficher le fichier Open project: OctoAwesome/monogameui

Méthodes publiques

Méthode Description
AddControl ( Control control, Point position ) : void
CanvasControl ( BaseScreenComponent manager, string style = "" ) : System
GetExpectedSize ( Point available ) : Point
RemoveControl ( Control control ) : void
SetActualSize ( Point available ) : void

Méthodes protégées

Méthode Description
OnInsertControl ( CollectionEventArgs args ) : void
OnRemoveControl ( CollectionEventArgs args ) : void

Method Details

AddControl() public méthode

public AddControl ( Control control, Point position ) : void
control Control
position Point
Résultat void

CanvasControl() public méthode

public CanvasControl ( BaseScreenComponent manager, string style = "" ) : System
manager BaseScreenComponent
style string
Résultat System

GetExpectedSize() public méthode

public GetExpectedSize ( Point available ) : Point
available Point
Résultat Point

OnInsertControl() protected méthode

protected OnInsertControl ( CollectionEventArgs args ) : void
args CollectionEventArgs
Résultat void

OnRemoveControl() protected méthode

protected OnRemoveControl ( CollectionEventArgs args ) : void
args CollectionEventArgs
Résultat void

RemoveControl() public méthode

public RemoveControl ( Control control ) : void
control Control
Résultat void

SetActualSize() public méthode

public SetActualSize ( Point available ) : void
available Point
Résultat void