Метод | Описание | |
---|---|---|
ReadLine ( this reader ) : makeLine.Line, | ||
ReadLineFrame ( this s ) : List
|
||
ReadLineSet ( this reader ) : List |
||
ReadPoint ( this reader ) : makeLine.Point, | ||
Write ( this writer, List |
||
Write ( this writer, makeLine, l ) : void | ||
WriteLineFrame ( this s, List |
||
WriteLineFrame ( this s, makeLine, &mlines ) : void |
public static ReadLine ( this reader ) : makeLine.Line, | ||
reader | this | |
Результат | makeLine.Line, |
public static ReadLineFrame ( this s ) : List
|
||
s | this | |
Результат | List
|
public static ReadLineSet ( this reader ) : List |
||
reader | this | |
Результат | List |
public static ReadPoint ( this reader ) : makeLine.Point, | ||
reader | this | |
Результат | makeLine.Point, |
public static Write ( this writer, List |
||
writer | this | |
lframe | List |
|
Результат | void |
public static Write ( this writer, makeLine, l ) : void | ||
writer | this | |
l | makeLine, | |
Результат | void |
public static WriteLineFrame ( this s, List |
||
s | this | |
lframe | List |
|
Результат | void |
public static WriteLineFrame ( this s, makeLine, &mlines ) : void | ||
s | this | |
mlines | makeLine, | |
Результат | void |