C# Класс NPlot.TextItem

This class implements drawing text against two physical axes.
Наследование: IDrawable
Показать файл Открыть проект

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

Метод Описание
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