C# 클래스 MyGUI.Tools

파일 보기 프로젝트 열기: Backman/Hellbound

공개 메소드들

메소드 설명
getLine ( Stack words, UILabel targetLabel, bool doLinePadding ) : string

Returns a line composed of the words in the stack that would fit into the label. The line is returned when the next word wouldn't fit or the last poped word was a newline. The stack is requiered to have all characters and all whitespaces in separate elements. The labels text must be blank.

메소드 상세

getLine() 공개 정적인 메소드

Returns a line composed of the words in the stack that would fit into the label. The line is returned when the next word wouldn't fit or the last poped word was a newline. The stack is requiered to have all characters and all whitespaces in separate elements. The labels text must be blank.
public static getLine ( Stack words, UILabel targetLabel, bool doLinePadding ) : string
words Stack
targetLabel UILabel
doLinePadding bool
리턴 string