C# Class FlaxEngine.GUI.SolidColorBrush

Implementation of IBrush for single color fill.
Inheritance: IBrush
Afficher le fichier Open project: FlaxEngine/FlaxEngine

Méthodes publiques

Méthode Description
Draw ( Rectangle rect, Color color ) : void
SolidColorBrush ( )

Initializes a new instance of the SolidColorBrush class.

SolidColorBrush ( Color color )

Initializes a new instance of the SolidColorBrush struct.

Method Details

Draw() public méthode

public Draw ( Rectangle rect, Color color ) : void
rect Rectangle
color Color
Résultat void

SolidColorBrush() public méthode

Initializes a new instance of the SolidColorBrush class.
public SolidColorBrush ( )

SolidColorBrush() public méthode

Initializes a new instance of the SolidColorBrush struct.
public SolidColorBrush ( Color color )
color Color The color.