This document is archived and information here might be outdated. Recommended version. |
Moves the center of the page layout to the specified point.
[Visual Basic .NET]
Public Sub CenterAt ( _
ByVal xCoord As Double, _
ByVal yCoord As Double _
)
[C#]
public void CenterAt (
double xCoord,
double yCoord
);
The CenterAt method positions the supplied x and y page coordinates in the center of the ARPageLayout display area. The extent of the ARPageLayout will change, but the ZoomPercent will remain the same.
IARPageLayout Interface | IARPageLayout.ZoomIn Method | IARPageLayout.ZoomOut Method | IARPageLayout.Pan Method