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




point
Point to convert in page space.
Converts coordinates in page space (in inches) to coordinates in image space (in pixels).

Syntax

Visual Basic (Declaration) 
Public Overloads Function FromPagePoint( _
   ByVal point As IPoint _
) As Point
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim point As IPoint
Dim value As Point
 
value = instance.FromPagePoint(point)
C# 
public Point FromPagePoint( 
   IPoint point
)

Parameters

point
Point to convert in page space.

Return Value

Point in image space.

Remarks

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

See Also

© 2010 All Rights Reserved.