Font SpecMeasure String(Graphics, String, 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 SizeF MeasureString(
Graphics g,
string text,
float scaleFactor,
SizeF layoutArea
)VB
Public Function MeasureString (
g As Graphics,
text As String,
scaleFactor As Single,
layoutArea As SizeF
) As SizeF