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