ReaderWmfResolveRasterOperationHandler Delegate |
Delegate that is used for ResolveRasterOperation.
Namespace: Ab2dAssembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax public delegate Brush ResolveRasterOperationHandler(
uint dwRop,
Rect destRect
)
Parameters
- dwRop
- Type: SystemUInt32
BITBLT dwRop operation value (see GDI+ documentation for more information). - destRect
- Type: System.WindowsRect
coordinates of the rectangle where the raster operation is used - in local coordinate space
Return Value
Type:
BrushWPF Brush used to fill the Rectangle. If null is returned than the Rectangle will not be created.
See Also