C# 클래스 StdPaint.RandomColorBufferBrush

Produces a random pattern of colors determined by a random number generator.
상속: BufferBrush
파일 보기 프로젝트 열기: TheBerkin/StdPaint

공개 메소드들

메소드 설명
GetColor ( int x, int y ) : BufferColor

Gets the color of the brush at the specified coordinates.

RandomColorBufferBrush ( ) : System

Creates a new RandomColorBufferBrush with the specified colors.

메소드 상세

GetColor() 공개 메소드

Gets the color of the brush at the specified coordinates.
public GetColor ( int x, int y ) : BufferColor
x int The X coordinate.
y int The Y coordinate.
리턴 BufferColor

RandomColorBufferBrush() 공개 메소드

Creates a new RandomColorBufferBrush with the specified colors.
public RandomColorBufferBrush ( ) : System
리턴 System