C# Class NewTOAPIA.Drawing.conv_transform

Inheritance: IVertexSource
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
attach ( IVertexSource VertexSource ) : void
conv_transform ( IVertexSource VertexSource, ITransform InTransform ) : NewTOAPIA.Graphics
rewind ( int path_id ) : void
transformer ( ITransform InTransform ) : void
vertex ( double &x, double &y ) : Path.FlagsAndCommand

Method Details

attach() public méthode

public attach ( IVertexSource VertexSource ) : void
VertexSource IVertexSource
Résultat void

conv_transform() public méthode

public conv_transform ( IVertexSource VertexSource, ITransform InTransform ) : NewTOAPIA.Graphics
VertexSource IVertexSource
InTransform ITransform
Résultat NewTOAPIA.Graphics

rewind() public méthode

public rewind ( int path_id ) : void
path_id int
Résultat void

transformer() public méthode

public transformer ( ITransform InTransform ) : void
InTransform ITransform
Résultat void

vertex() public méthode

public vertex ( double &x, double &y ) : Path.FlagsAndCommand
x double
y double
Résultat Path.FlagsAndCommand