TextObjPointInBox Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public override bool PointInBox(
	PointF pt,
	PaneBase pane,
	Graphics g,
	float scaleFactor
)

Parameters

pt  PointF
 
pane  PaneBase
 
g  Graphics
 
scaleFactor  Single
 

Return Value

Boolean

See Also