Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CenterAtPoint Method
See Also 
Leadtools.Web.Controls Namespace > WebImageViewer Class : CenterAtPoint Method



pt
The point at which to center the image display, in client coordinates.
pt
The point at which to center the image display, in client coordinates.
Centers the image display at the specified point.

Syntax

Visual Basic (Declaration) 
Public Sub CenterAtPoint( _
   ByVal pt As Point _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebImageViewer
Dim pt As Point
 
instance.CenterAtPoint(pt)
C# 
public void CenterAtPoint( 
   Point pt
)
C++/CLI 
public:
void CenterAtPoint( 
   Point pt
) 

Parameters

pt
The point at which to center the image display, in client coordinates.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also