This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPageLayoutControl Interface > IPageLayoutControl.ToPagePoint Method (ArcObjects .NET 10.4 SDK) |
Converts device co-ordinates (typically pixels) to a point on the page (in page units).
[Visual Basic .NET] Public Function ToPagePoint ( _ ByVal X As Integer, _ ByVal Y As Integer _ ) As IPoint
[C#] public IPoint ToPagePoint ( int X, int Y );
[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
ToPagePoint converts a (X,Y) location in pixels to IPage::Units.
1000 800a03e8: An internal call to create an object has failed
IPageLayoutControl Interface | IPageLayoutControl.FromPagePoint Method