ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
PageCenterAt(IPoint) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebPageLayout Class > PageCenterAt Method : PageCenterAt(IPoint) Method




point
Point to center at, in page space.
Draws the page layout after centering its extent at the point provided.

Syntax

Visual Basic (Declaration) 
Public Overloads Function PageCenterAt( _
   ByVal point As IPoint _
) As LayoutImage
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim point As IPoint
Dim value As LayoutImage
 
value = instance.PageCenterAt(point)
C# 
public LayoutImage PageCenterAt( 
   IPoint point
)

Parameters

point
Point to center at, in page space.

Return Value

The result of the draw.

See Also

© 2010 All Rights Reserved.