C# 클래스 NPlot.TextItem

This class implements drawing text against two physical axes.
상속: IDrawable
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
Draw ( Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis ) : void

Draws the text on a plot surface.

TextItem ( PointD position, string text ) : System.Drawing

Constructor

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

Draw() 공개 메소드

Draws the text on a plot surface.
public Draw ( Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis ) : void
g System.Drawing.Graphics graphics surface on which to draw
xAxis PhysicalAxis The X-Axis to draw against.
yAxis PhysicalAxis The Y-Axis to draw against.
리턴 void

TextItem() 공개 메소드

Constructor
public TextItem ( PointD position, string text ) : System.Drawing
position PointD The position the text starts.
text string The text.
리턴 System.Drawing