C# Class PixelFarm.Agg.VertexSource.ContourGenerator

Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
AddVertex ( double x, double y, VertexCmd cmd ) : void
ContourGenerator ( )
GetNextVertex ( double &x, double &y ) : VertexCmd
RemoveAll ( ) : void
SetMiterLimitTheta ( double t ) : void

Private Methods

Method Description
RewindZero ( ) : void

Method Details

AddVertex() public method

public AddVertex ( double x, double y, VertexCmd cmd ) : void
x double
y double
cmd VertexCmd
return void

ContourGenerator() public method

public ContourGenerator ( )

GetNextVertex() public method

public GetNextVertex ( double &x, double &y ) : VertexCmd
x double
y double
return VertexCmd

RemoveAll() public method

public RemoveAll ( ) : void
return void

SetMiterLimitTheta() public method

public SetMiterLimitTheta ( double t ) : void
t double
return void