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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also