2 implementations of DrawImage
ReachFramework (2)
AlphaFlattener\DrawingContext.cs (2)
141
void IProxyDrawingContext.
DrawImage
(ImageProxy image, Rect dest, Geometry clip, Matrix trans)
828
void IProxyDrawingContext.
DrawImage
(ImageProxy image, Rect dest, Geometry clip, Matrix trans)
2 references to DrawImage
ReachFramework (2)
AlphaFlattener\Optimizer.cs (1)
114
dc.
DrawImage
(new ImageProxy(brushImage), m_bounds, clip, Matrix.Identity);
AlphaFlattener\PrimitiveRenderer.cs (1)
306
_dc.
DrawImage
(image, dest, clip, trans);