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