C# 클래스 GameMaker.FlowAnalysis.GraphVizNode

파일 보기 프로젝트 열기: WarlockD/GMdsam 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID string
fontsize int?
height double?
label string
labelloc string
margin string
shape string

공개 메소드들

메소드 설명
GraphVizNode ( int id ) : System
GraphVizNode ( string id ) : System
Save ( TextWriter writer ) : void

메소드 상세

GraphVizNode() 공개 메소드

public GraphVizNode ( int id ) : System
id int
리턴 System

GraphVizNode() 공개 메소드

public GraphVizNode ( string id ) : System
id string
리턴 System

Save() 공개 메소드

public Save ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void

프로퍼티 상세

ID 공개적으로 프로퍼티

public string ID
리턴 string

fontsize 공개적으로 프로퍼티

point size of label
public int? fontsize
리턴 int?

height 공개적으로 프로퍼티

minimum height in inches
public double? height
리턴 double?

label 공개적으로 프로퍼티

public string label
리턴 string

labelloc 공개적으로 프로퍼티

public string labelloc
리턴 string

margin 공개적으로 프로퍼티

space around label
public string margin
리턴 string

shape 공개적으로 프로퍼티

node shape
public string shape
리턴 string