Visual Basic (Declaration) | |
---|---|
Public Sub UpdateZoneArea( _ ByVal pageIndex As Integer, _ ByVal zoneIndex As Integer, _ ByVal area As Rectangle _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Managed Extensions for C++ | |
---|---|
public: void UpdateZoneArea( int pageIndex, int zoneIndex, Rectangle area ) |
Parameters
- pageIndex
- Page index. This index is zero-based.
- zoneIndex
- Zone index to be updated. This index is zero-based.
- area
- Specifies the new zone area to be updated.
Visual Basic | Copy Code |
---|---|
Public Sub UpdateZoneAreaExample(ByVal graph As Graphics) |
C# | Copy Code |
---|---|
public void UpdateZoneAreaExample(Graphics graph) |
Updates the specified zone area in the specified page.
To update general zone information, call
UpdateZone.
For more information, refer to Drawing Pages and Zones.
For more information, refer to Drawing Pages and Zones.
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
Reference
RasterDocumentEngine ClassRasterDocumentEngine Members
AddZone Method
UpdateZone Method
DrawPage(Graphics,Int32,Rectangle,Rectangle,Rectangle,Rectangle,RasterPaintProperties) Method
SelectZoneByPoint(Graphics,Int32,Point) Method
SelectZone(Graphics,Int32,Int32,Boolean) Method
GetSelectedZoneData Method
ActivePage Property