C# Class GameMaker.FlowAnalysis.GraphVizNode

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

Méthodes publiques

Свойство Type Description
ID string
fontsize int?
height double?
label string
labelloc string
margin string
shape string

Méthodes publiques

Méthode Description
GraphVizNode ( int id ) : System
GraphVizNode ( string id ) : System
Save ( TextWriter writer ) : void

Method Details

GraphVizNode() public méthode

public GraphVizNode ( int id ) : System
id int
Résultat System

GraphVizNode() public méthode

public GraphVizNode ( string id ) : System
id string
Résultat System

Save() public méthode

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

Property Details

ID public_oe property

public string ID
Résultat string

fontsize public_oe property

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

height public_oe property

minimum height in inches
public double? height
Résultat double?

label public_oe property

public string label
Résultat string

labelloc public_oe property

public string labelloc
Résultat string

margin public_oe property

space around label
public string margin
Résultat string

shape public_oe property

node shape
public string shape
Résultat string