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




point
Point to convert in page space.
toX
X coordinate of converted point in image space.
toY
Y coordinate of converted point in image space.
Converts coordinates in page space (in inches) to coordinates in image space (in pixels).

Syntax

Visual Basic (Declaration) 
Public Overloads Sub FromPagePoint( _
   ByVal point As IPoint, _
   ByRef toX As Integer, _
   ByRef toY As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim point As IPoint
Dim toX As Integer
Dim toY As Integer
 
instance.FromPagePoint(point, toX, toY)
C# 
public void FromPagePoint( 
   IPoint point,
   out int toX,
   out int toY
)

Parameters

point
Point to convert in page space.
toX
X coordinate of converted point in image space.
toY
Y coordinate of converted point in image space.

Remarks

Used to convert dataframe locations on the layout to pixel units.

See Also

© 2010 All Rights Reserved.