C# 클래스 MapAround.Rendering.HatchFill

Штриховая заливка.
상속: FillBase
파일 보기 프로젝트 열기: gkrsu/maparound.core

공개 메소드들

메소드 설명
GetPixelColor ( int x, int y ) : Int32

Вычисляет цвет пикселя

HatchFill ( bool pattern, Int32 color1, Int32 color2, int originX, int originY ) : System

Создает экземпляр HatchFill.

메소드 상세

GetPixelColor() 공개 메소드

Вычисляет цвет пикселя
public GetPixelColor ( int x, int y ) : Int32
x int Координата x пикселя
y int Координата y пикселя
리턴 System.Int32

HatchFill() 공개 메소드

Создает экземпляр HatchFill.
public HatchFill ( bool pattern, Int32 color1, Int32 color2, int originX, int originY ) : System
pattern bool Таблица штриховки
color1 System.Int32 Цвет 1
color2 System.Int32 Цвет 2
originX int Координата x начала отсчета
originY int Координата y начала отсчета
리턴 System