Click or drag to resize
ReaderWmfResolveRasterOperation Field
ResolveRasterOperation can be used to set a delegate that is called when an unsupported raster operation is used in metafile. ResolveRasterOperation delegate returns a Brush that is used for the unsupported raster operation. If null is returned than the Rectangle will not be created.

Namespace: Ab2d
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public ReaderWmfResolveRasterOperationHandler ResolveRasterOperation

Field Value

Type: ReaderWmfResolveRasterOperationHandler
See Also