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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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