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

Registers a text to display
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Méthodes publiques

Méthode 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 méthode

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
Résultat void

TextChunk() public méthode

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