C# 클래스 IronPythonConsoleControl.OutputLine

A line of output. Caches the rendering of this line for a given console width.
파일 보기 프로젝트 열기: pterelaos/revitpythonshell 1 사용 예제들

공개 메소드들

메소드 설명
Append ( OutputSpan span ) : void
GetHeight ( Graphics g, int Width ) : int

Given a width, returns the height of this line, including wrapped lines.

OutputLine ( ) : System
Print ( Graphics graphics, int yPosition ) : void

Draws the content of the line to the graphics at the position (0, yPosition)

메소드 상세

Append() 공개 메소드

public Append ( OutputSpan span ) : void
span OutputSpan
리턴 void

GetHeight() 공개 메소드

Given a width, returns the height of this line, including wrapped lines.
public GetHeight ( Graphics g, int Width ) : int
g System.Drawing.Graphics
Width int
리턴 int

OutputLine() 공개 메소드

public OutputLine ( ) : System
리턴 System

Print() 공개 메소드

Draws the content of the line to the graphics at the position (0, yPosition)
public Print ( Graphics graphics, int yPosition ) : void
graphics System.Drawing.Graphics
yPosition int
리턴 void