C# Class PixelFarm.Agg.StrokeGenerator

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetNextVertex ( double &x, double &y ) : VertexCmd
Rewind ( ) : void

Method Details

AddVertex() public méthode

public AddVertex ( double x, double y, VertexCmd cmd ) : void
x double
y double
cmd VertexCmd
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

SetMiterLimitTheta() public méthode

public SetMiterLimitTheta ( double t ) : void
t double
Résultat void

StrokeGenerator() public méthode

public StrokeGenerator ( ) : System
Résultat System

WriteTo() public méthode

public WriteTo ( VertexStore outputVxs ) : void
outputVxs VertexStore
Résultat void