C# Class PixelFarm.Agg.Lines.LineInterpolatorAA1

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

Public Methods

Method Description
LineInterpolatorAA1 ( OutlineRenderer ren, LineParameters lp, int sx, int sy ) : System
StepH ( ) : bool
StepV ( ) : bool

Method Details

LineInterpolatorAA1() public method

public LineInterpolatorAA1 ( OutlineRenderer ren, LineParameters lp, int sx, int sy ) : System
ren OutlineRenderer
lp LineParameters
sx int
sy int
return System

StepH() public method

public StepH ( ) : bool
return bool

StepV() public method

public StepV ( ) : bool
return bool