C# 클래스 StdPaint.CheckeredBufferBrush

A buffer brush that produces a checkered pattern when used.
상속: BufferBrush
파일 보기 프로젝트 열기: TheBerkin/StdPaint

공개 메소드들

메소드 설명
CheckeredBufferBrush ( BufferColor colorA, BufferColor colorB ) : System

Creates a new CheckeredBufferBrush with the specified colors.

GetColor ( int x, int y ) : BufferColor

Gets the color of the brush at the specified coordinates.

메소드 상세

CheckeredBufferBrush() 공개 메소드

Creates a new CheckeredBufferBrush with the specified colors.
public CheckeredBufferBrush ( BufferColor colorA, BufferColor colorB ) : System
colorA BufferColor The first color in the pattern.
colorB BufferColor The second color in the pattern.
리턴 System

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