C# Class MapAround.Rendering.HatchFill

Штриховая заливка.
Inheritance: FillBase
Mostra file Open project: gkrsu/maparound.core

Public Methods

Method Description
GetPixelColor ( int x, int y ) : Int32

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

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

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

Method Details

GetPixelColor() public method

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

HatchFill() public method

Создает экземпляр 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 начала отсчета
return System