C# Класс GUI.ModelDiagram.Boxes.TextProcessing.TextChunk

Registers a text to display
Показать файл Открыть проект

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

Метод Описание
Display ( Graphics graphics, PointF initialLocation ) : void

Displays the text chunk using the position, color, ... in the graphics

TextChunk ( TextPart part, Point location ) : System.Drawing

Constructor

Описание методов

Display() публичный Метод

Displays the text chunk using the position, color, ... in the graphics
public Display ( Graphics graphics, PointF initialLocation ) : void
graphics System.Drawing.Graphics
initialLocation System.Drawing.PointF The relative position where the text should be displayed
Результат void

TextChunk() публичный Метод

Constructor
public TextChunk ( TextPart part, Point location ) : System.Drawing
part TextPart
location System.Drawing.Point The initialLocation of the text chunk in the display
Результат System.Drawing