C# Class PixelFarm.Agg.VertexSource.ContourGenerator

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

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

Private Methods

Méthode Description
RewindZero ( ) : 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

ContourGenerator() public méthode

public ContourGenerator ( )

GetNextVertex() public méthode

public GetNextVertex ( double &x, double &y ) : VertexCmd
x double
y double
Résultat VertexCmd

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

SetMiterLimitTheta() public méthode

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