ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
FromPagePoint(IPoint) Method
See Also  Send Feedback
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 ESRI.ArcGIS.Geometry.IPoint _
) As Point
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim point As ESRI.ArcGIS.Geometry.IPoint
Dim value As Point
 
value = instance.FromPagePoint(point)
C# 
public Point FromPagePoint( 
   ESRI.ArcGIS.Geometry.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.

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.