ArcObjects Library Reference (Controls)  

IPageLayoutControlDefault.ToPagePoint Method

Converts device co-ordinates (typically pixels) to a point on the page (in page units).

ERROR: Syntax information about IPageLayoutControlDefault.ToPagePoint may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT ToPagePoint(
  long X,
  long Y,
  IPoint** point
);
[C++]

Parameters

X [in]   X is a parameter of type long Y [in]   Y is a parameter of type long point [out, retval]

  point is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine.

Description

ToPagePoint converts a (X,Y) location in pixels to IPage::Units.

Errors Returned

1000 800a03e8: An internal call to create an object has failed

See Also

IPageLayoutControlDefault Interface | IPageLayoutControlDefault.FromPagePoint Method