Graph PaneReverse Transform(Point F, Double, Double, Double, Double) 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 ReverseTransform(
PointF ptF,
out double x,
out double x2,
out double y,
out double y2
)VB
Public Sub ReverseTransform (
ptF As PointF,
<OutAttribute> ByRef x As Double,
<OutAttribute> ByRef x2 As Double,
<OutAttribute> ByRef y As Double,
<OutAttribute> ByRef y2 As Double
)