C# Class GUI.ModelDiagram.Boxes.TextProcessing.TextChunk

Registers a text to display
Datei anzeigen Open project: ERTMSSolutions/ERTMSFormalSpecs

Public Methods

Method Description
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

Method Details

Display() public method

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
return void

TextChunk() public method

Constructor
public TextChunk ( TextPart part, Point location ) : System.Drawing
part TextPart
location System.Drawing.Point The initialLocation of the text chunk in the display
return System.Drawing