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) |
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