C# Класс FlaxEngine.GUI.SolidColorBrush

Implementation of IBrush for single color fill.
Наследование: IBrush
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Draw() публичный Метод

public Draw ( Rectangle rect, Color color ) : void
rect Rectangle
color Color
Результат void

SolidColorBrush() публичный Метод

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

SolidColorBrush() публичный Метод

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