C# 클래스 JMeter.Toolkit.Engine.Extensions.TextObjExtensions

파일 보기 프로젝트 열기: fdore/jmeter-toolkit

공개 메소드들

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