C# Class GameMaker.FlowAnalysis.GraphVizEdge

Afficher le fichier Open project: WarlockD/GMdsam Class Usage Examples

Méthodes publiques

Свойство Type Description
Source string
color string
constraint bool?
fontsize int?
label string
style string

Méthodes publiques

Méthode Description
GraphVizEdge ( int source, int target ) : System
GraphVizEdge ( string source, string target ) : System
Save ( TextWriter writer ) : void

Method Details

GraphVizEdge() public méthode

public GraphVizEdge ( int source, int target ) : System
source int
target int
Résultat System

GraphVizEdge() public méthode

public GraphVizEdge ( string source, string target ) : System
source string
target string
Résultat System

Save() public méthode

public Save ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

Property Details

Source public_oe property

public string Source
Résultat string

color public_oe property

edge stroke color
public string color
Résultat string

constraint public_oe property

use edge to affect node ranking
public bool? constraint
Résultat bool?

fontsize public_oe property

point size of label
public int? fontsize
Résultat int?

label public_oe property

public string label
Résultat string

style public_oe property

public string style
Résultat string