C# Class NewTOAPIA.Drawing.conv_transform

Inheritance: IVertexSource
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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 method

public attach ( IVertexSource VertexSource ) : void
VertexSource IVertexSource
return void

conv_transform() public method

public conv_transform ( IVertexSource VertexSource, ITransform InTransform ) : NewTOAPIA.Graphics
VertexSource IVertexSource
InTransform ITransform
return NewTOAPIA.Graphics

rewind() public method

public rewind ( int path_id ) : void
path_id int
return void

transformer() public method

public transformer ( ITransform InTransform ) : void
InTransform ITransform
return void

vertex() public method

public vertex ( double &x, double &y ) : Path.FlagsAndCommand
x double
y double
return Path.FlagsAndCommand