| Visual Basic (Declaration) | |
|---|---|
Public Sub CenterPan() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void CenterPan() | |
| C++/CLI | |
|---|---|
public: void CenterPan(); | |
This example will load an image from an uri
| Visual Basic | Copy Code |
|---|---|
Public Sub ImagePanViewer_CenterPan(ByVal panViewer As ImagePanViewer) | |
| C# | Copy Code |
|---|---|
public void ImagePanViewer_CenterPan(ImagePanViewer panViewer) | |
This method will center the pan rectangle and update the scroll bars to the image center .
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family