| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Rectangle As Rect | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ImagePanViewerEventArgs Dim value As Rect value = instance.Rectangle | |
| C# | |
|---|---|
public Rect Rectangle {get;} | |
Property Value
The current pan rectangle being drawn.For C#/VB examples, refer to ImagePanViewer.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code