C# Class Nohal.RleEditor.RleParser.VectorLine

Inheritance: Symbol
Datei anzeigen Open project: nohal/RleEditor Class Usage Examples

Public Methods

Method Description
Clone ( ) : VectorLine
IsValid ( ) : bool
ToString ( ) : string
VectorLine ( string vectordata, ColorTable colortable ) : System

Method Details

Clone() public method

public Clone ( ) : VectorLine
return VectorLine

IsValid() public method

public IsValid ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

VectorLine() public method

public VectorLine ( string vectordata, ColorTable colortable ) : System
vectordata string
colortable ColorTable
return System