Overload | Description |
---|---|
SelectZoneByPoint(Graphics,Int32,Point) | Draws a selection rectangle around the zone located at the specified point. |
SelectZoneByPoint(IntPtr,Int32,Point) | Draws a selection rectangle around the zone located at the specified point. |
Visual Basic | Copy Code |
---|---|
Public Sub SelectZoneByPointExample(ByVal graph As Graphics) |
C# | Copy Code |
---|---|
public void SelectZoneByPointExample(Graphics graph) |
Draws a selection rectangle around the zone that contains the specified point.
This method will update the SelectedZoneIndex property value if it finds a zone that contains the specified point. To draw a page, call DrawPage.
For more information, refer to Drawing Pages and Zones.
This method will update the SelectedZoneIndex property value if it finds a zone that contains the specified point. To draw a page, call DrawPage.
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
SelectZone(Graphics,Int32,Int32,Boolean) Method
RemoveSelectedZone Method
UpdateZoneArea Method
GetSelectedZoneData Method
ActivePage Property