C# 클래스 StdPaint.BufferBrush

The base class for buffer brushes.
파일 보기 프로젝트 열기: TheBerkin/StdPaint 1 사용 예제들

공개 메소드들

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

Gets the color at the specified position.

메소드 상세

GetColor() 공개 추상적인 메소드

Gets the color at the specified position.
public abstract GetColor ( int x, int y ) : BufferColor
x int The X position to sample from.
y int The Y position to sample from.
리턴 BufferColor