Font SpecDraw(Graphics, Pane Base, String, Single, Single, Align H, Align V, Single, Size F) Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public void Draw(
Graphics g,
PaneBase pane,
string text,
float x,
float y,
AlignH alignH,
AlignV alignV,
float scaleFactor,
SizeF layoutArea
)VB
Public Sub Draw (
g As Graphics,
pane As PaneBase,
text As String,
x As Single,
y As Single,
alignH As AlignH,
alignV As AlignV,
scaleFactor As Single,
layoutArea As SizeF
)