C# 클래스 Pattern.Svg

파일 보기 프로젝트 열기: TelerikAcademy/Data-Structures-and-Algorithms 1 사용 예제들

공개 메소드들

메소드 설명
WriteToFile ( string filename, string directions, int width = 32 ) : void

비공개 메소드들

메소드 설명
WriteToStream ( StreamWriter outFile, string directions, int width ) : void

메소드 상세

WriteToFile() 공개 정적인 메소드

public static WriteToFile ( string filename, string directions, int width = 32 ) : void
filename string
directions string
width int
리턴 void