Click or drag to resize
ReaderWmf Fields

The ReaderWmf type exposes the following members.

Fields
  NameDescription
Public fieldResolveBitmapOperation
ResolveBitmapOperation is called when a bitmap should be rendered by an operation that is not supported in WPF (defined in second parameter). The Func can be used to convert the bitmap so it will support the oparation - for example for alpha blending we can convert black to transparent. The second parameter defines the dwRop or blendoperation function defined by metadata - see GDI+ documentation for more info.
Public fieldResolveRasterOperation
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.
Top
See Also