C# Class PixelFarm.Agg.StrokeGenerator

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

Public Methods

Method Description
AddVertex ( double x, double y, VertexCmd cmd ) : void
RemoveAll ( ) : void
SetMiterLimitTheta ( double t ) : void
StrokeGenerator ( ) : System
WriteTo ( VertexStore outputVxs ) : void

Private Methods

Method Description
GetNextVertex ( double &x, double &y ) : VertexCmd
Rewind ( ) : void

Method Details

AddVertex() public method

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

RemoveAll() public method

public RemoveAll ( ) : void
return void

SetMiterLimitTheta() public method

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

StrokeGenerator() public method

public StrokeGenerator ( ) : System
return System

WriteTo() public method

public WriteTo ( VertexStore outputVxs ) : void
outputVxs VertexStore
return void