ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
ToPagePoint Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebPageLayout Class : ToPagePoint 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 IPoint
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim fromX As Integer
Dim fromY As Integer
Dim value As IPoint
 
value = instance.ToPagePoint(fromX, fromY)
C# 
public 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.

See Also

© 2010 All Rights Reserved.