C# Class wam.Vertex

Mostra file Open project: jannunzi/dev Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
Vertex ( ) : System
Vertex ( int id, string name, string label, int x, int y, int width, int height ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

Vertex() public method

public Vertex ( ) : System
return System

Vertex() public method

public Vertex ( int id, string name, string label, int x, int y, int width, int height ) : System
id int
name string
label string
x int
y int
width int
height int
return System