C# 클래스 FlaxEngine.GUI.SolidColorBrush

Implementation of IBrush for single color fill.
상속: IBrush
파일 보기 프로젝트 열기: FlaxEngine/FlaxEngine

공개 메소드들

메소드 설명
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.