C# 클래스 NewTOAPIA.Drawing.conv_transform

상속: IVertexSource
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

attach() 공개 메소드

public attach ( IVertexSource VertexSource ) : void
VertexSource IVertexSource
리턴 void

conv_transform() 공개 메소드

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

rewind() 공개 메소드

public rewind ( int path_id ) : void
path_id int
리턴 void

transformer() 공개 메소드

public transformer ( ITransform InTransform ) : void
InTransform ITransform
리턴 void

vertex() 공개 메소드

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