C# Class JMeter.Toolkit.Engine.Extensions.TextObjExtensions

Afficher le fichier Open project: fdore/jmeter-toolkit

Méthodes publiques

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

Method Details

Style() public static méthode

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
Résultat ZedGraph.TextObj

Style() public static méthode

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
Résultat ZedGraph.TextObj