Converts the XViewportPanel panel coordinates to the view coordinates.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Point PointFromPanel(
	Point p
)

Parameters

p
Type: System.Drawing..::.Point
The XViewportPanel panel coordinates.

Return Value

Returns the recalculated coordinates for this XViewport view.

See Also