ArcObjects Library Reference (Controls)  

IPageLayoutControl3.CenterAt Method

Moves the center of the PageLayoutControl to the specified location.

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

[C++]
HRESULT CenterAt(
  IPoint* centerPoint
);
[C++]

Parameters

centerPoint [in]

  centerPoint is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine.

Description

The CenterAt method positions the supplied point in the center of the PageLayoutControl. The Extent of the PageLayoutControl will change, but the scale will remain the same.

See Also

IPageLayoutControl3 Interface