ReaderWmfReadPatternBrushes Property |
Namespace: Ab2d
Pattern brushes in GDI+ are not affected by the scale of the shown image. This means that if you zoom in or out of the metafile that is drawn by GDI+, the pattern brush is not scaled and is always the same. In WPF it is not possible to define bitmaps that would be independent of the scale.
Because of this difference, it is possible that sometimes the pattern brushes in WPF does not look correct. To prevent this it is possible to skip reading pattern brushed by setting ReadPatternBrushes to false.