This document is archived and information here might be outdated.  Recommended version.


IResizeInteraction.Center Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IResizeInteraction Interface > IResizeInteraction.Center Property
ArcGIS Developer Help

IResizeInteraction.Center Property

Center of the resize operation.

[Visual Basic .NET]
Public Property Center As IPoint
[C#]
public IPoint Center {get; set;}
[C++]
HRESULT get_Center(
  IPoint* Center
);
[C++]
HRESULT put_Center(
  IPoint** Center
);
[C++]
Parameters
Center [in]

Center is a parameter of type IPoint* Center [out, retval]
Center is a parameter of type IPoint**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IResizeInteraction Interface