C# 클래스 IronPythonConsoleControl.OutputSpan

Maintains the content and visual representation of a piece of chunk of text. For wraping, this text must be splittable, by character count.
파일 보기 프로젝트 열기: pterelaos/revitpythonshell 1 사용 예제들

공개 메소드들

메소드 설명
GetSize ( Graphics g ) : Size
OutputSpan ( string text, Font font ) : System
Print ( Graphics graphics, int xPosition, int yPosition ) : void

Prints a span to the graphics, at the position (xPosition, yPosition)

메소드 상세

GetSize() 공개 메소드

public GetSize ( Graphics g ) : Size
g System.Drawing.Graphics
리턴 System.Drawing.Size

OutputSpan() 공개 메소드

public OutputSpan ( string text, Font font ) : System
text string
font System.Drawing.Font
리턴 System

Print() 공개 메소드

Prints a span to the graphics, at the position (xPosition, yPosition)
public Print ( Graphics graphics, int xPosition, int yPosition ) : void
graphics System.Drawing.Graphics
xPosition int
yPosition int
리턴 void