C# Class PixelFarm.Agg.VertexData

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

Méthodes publiques

Свойство Type Description
command VertexCmd
x double
y double

Méthodes publiques

Méthode Description
ToString ( ) : string
VertexData ( VertexCmd command ) : PixelFarm.VectorMath
VertexData ( VertexCmd command, Vector2 position ) : PixelFarm.VectorMath
VertexData ( VertexCmd command, double x, double y ) : PixelFarm.VectorMath

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

VertexData() public méthode

public VertexData ( VertexCmd command ) : PixelFarm.VectorMath
command VertexCmd
Résultat PixelFarm.VectorMath

VertexData() public méthode

public VertexData ( VertexCmd command, Vector2 position ) : PixelFarm.VectorMath
command VertexCmd
position Vector2
Résultat PixelFarm.VectorMath

VertexData() public méthode

public VertexData ( VertexCmd command, double x, double y ) : PixelFarm.VectorMath
command VertexCmd
x double
y double
Résultat PixelFarm.VectorMath

Property Details

command public_oe property

public VertexCmd command
Résultat VertexCmd

x public_oe property

public double x
Résultat double

y public_oe property

public double y
Résultat double