FontSpecGetBox Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public PointF[] GetBox(
	Graphics g,
	string text,
	float x,
	float y,
	AlignH alignH,
	AlignV alignV,
	float scaleFactor,
	SizeF layoutArea
)

Parameters

g  Graphics
 
text  String
 
x  Single
 
y  Single
 
alignH  AlignH
 
alignV  AlignV
 
scaleFactor  Single
 
layoutArea  SizeF
 

Return Value

PointF

See Also