C# 클래스 StdPaint.HorizontalStripeBufferBrush

A buffer brush that produces horizontal stripes of different colors.
상속: BufferBrush
파일 보기 프로젝트 열기: TheBerkin/StdPaint

공개 메소드들

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

Gets the color of the brush at the specified coordinates.

HorizontalStripeBufferBrush ( int thickness ) : System

Creates a new HorizontalStripeBufferBrush 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

HorizontalStripeBufferBrush() 공개 메소드

Creates a new HorizontalStripeBufferBrush with the specified colors.
public HorizontalStripeBufferBrush ( int thickness ) : System
thickness int The thickness of the stripes.
리턴 System