C# Класс JMeter.Toolkit.Engine.Extensions.TextObjExtensions

Показать файл Открыть проект

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

Метод Описание
Style ( this textObj, Color color, int size ) : ZedGraph.TextObj

Apply style to Zedgraph text object

Style ( this textObj, Color color, int size, AlignH alignH ) : ZedGraph.TextObj

Apply style to Zedgraph text object

Описание методов

Style() публичный статический Метод

Apply style to Zedgraph text object
public static Style ( this textObj, Color color, int size ) : ZedGraph.TextObj
textObj this
color System.Drawing.Color
size int
Результат ZedGraph.TextObj

Style() публичный статический Метод

Apply style to Zedgraph text object
public static Style ( this textObj, Color color, int size, AlignH alignH ) : ZedGraph.TextObj
textObj this
color System.Drawing.Color
size int
alignH AlignH
Результат ZedGraph.TextObj