Highlights a region by displaying a filled, color representation of the region in the given Windows device context handle.
Syntax
Parameters
- hdc
- Windows device context handle where the image is displayed and where the frame is to appear.
- xform
- RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates
and image coordinates.
- color
- The color value to be XORed with colors within a region to determine the new colors for displaying
the region. The color corresponding to a particular part of the region is determined as follows:
Region Color Displayed = (color of pixel in region) XOR (crRgnColor)
Example
Remarks
Requirements
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
See Also