CenterAtPoint Method
Summary
Centers the image display at the specified point.
Syntax
public void CenterAtPoint(
Point pt
)
Public Sub CenterAtPoint( _
ByVal pt As Point _
)
public:
void CenterAtPoint(
Point pt
)
Parameters
pt
The point at which to center the image display, in client coordinates.