ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
ToPagePoint(Int32,Int32) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebPageLayout Class : ToPagePoint(Int32,Int32) Method




fromX
X coordinate of point to convert in image space.
fromY
Y coordinate of point to convert in image space.
Converts coordinates in image space (in pixels) to coordinates in page space (in inches).

Syntax

Visual Basic (Declaration) 
Public Function ToPagePoint( _
   ByVal fromX As Integer, _
   ByVal fromY As Integer _
) As ESRI.ArcGIS.Geometry.IPoint
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim fromX As Integer
Dim fromY As Integer
Dim value As ESRI.ArcGIS.Geometry.IPoint
 
value = instance.ToPagePoint(fromX, fromY)
C# 
public ESRI.ArcGIS.Geometry.IPoint ToPagePoint( 
   int fromX,
   int fromY
)

Parameters

fromX
X coordinate of point to convert in image space.
fromY
Y coordinate of point to convert in image space.

Return Value

Point in page space.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.