C# 클래스 GUI.ModelDiagram.Boxes.TextProcessing.TextChunk

Registers a text to display
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

공개 메소드들

메소드 설명
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