- zoneIndex
- The zero-based index of the zone.
| Visual Basic (Declaration) | |
|---|---|
Overridable Function GetZoneBoundsInPixels( _ ByVal zoneIndex As Integer _ ) As RectangleF | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual RectangleF GetZoneBoundsInPixels( int zoneIndex ) | |
| C++/CLI | |
|---|---|
virtual RectangleF GetZoneBoundsInPixels( int zoneIndex ) | |
Parameters
- zoneIndex
- The zero-based index of the zone.
Return Value
A RectangleF object that contains the zone bounding rectangle in pixels.For an example, refer to HitTestZone.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code