C# 클래스 TempNet.Fn_Visualize

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

공개 메소드들

메소드 설명
CreateBitmap ( TemporalNetwork net, string output_path, bool square = true, int border_width = 5 ) : void
Run ( string args ) : void

메소드 상세

CreateBitmap() 공개 정적인 메소드

public static CreateBitmap ( TemporalNetwork net, string output_path, bool square = true, int border_width = 5 ) : void
net TemporalNetwork
output_path string
square bool
border_width int
리턴 void

Run() 공개 정적인 메소드

public static Run ( string args ) : void
args string
리턴 void