C# 클래스 StdPaint.SolidBufferBrush

A buffer brush that produces a solid color.
상속: BufferBrush
파일 보기 프로젝트 열기: TheBerkin/StdPaint

공개 메소드들

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

Gets the color of the brush at the specified coordinates.

SolidBufferBrush ( BufferColor color ) : System

Creates a new SolidBufferBrush of a specified color.

메소드 상세

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

SolidBufferBrush() 공개 메소드

Creates a new SolidBufferBrush of a specified color.
public SolidBufferBrush ( BufferColor color ) : System
color BufferColor The color of the brush.
리턴 System