Converts view coordinates to the XViewportPanel panel coordinates.

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

Syntax

C#
public Point PointToPanel(
	Point p
)

Parameters

p
Type: System.Drawing..::.Point
Coordinates in the view.

Return Value

Returns the recalculated coordinates for the XViewportPanel panel containing this view.

See Also