C# Class PixelFarm.Agg.Lines.LineInterpolatorAA2

Inheritance: LineInterpolatorAABase
显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
LineInterpolatorAA2 ( OutlineRenderer ren, LineParameters lp, int ex, int ey ) : System
StepH ( ) : bool
StepV ( ) : bool

Method Details

LineInterpolatorAA2() public method

public LineInterpolatorAA2 ( OutlineRenderer ren, LineParameters lp, int ex, int ey ) : System
ren OutlineRenderer
lp LineParameters
ex int
ey int
return System

StepH() public method

public StepH ( ) : bool
return bool

StepV() public method

public StepV ( ) : bool
return bool