public void RenderPicture(IPicture pic, int x, int y, int cx, int cy, int xSrc, int ySrc, int cxSrc, int cySrc, ref Rect rcWBounds) { LastRenderPictureArgs = new RenderPictureArgs() { Picture = pic, X = x, Y = y, Cx = cx, Cy = cy, XSrc = xSrc, YSrc = ySrc, CxSrc = cxSrc, CySrc = cySrc, RcWBounds = rcWBounds }; }
public void RenderPicture(IPicture pic, int x, int y, int cx, int cy, int xSrc, int ySrc, int cxSrc, int cySrc, ref Rect rcWBounds) { LastRenderPictureArgs = new RenderPictureArgs() {Picture = pic, X = x, Y = y, Cx = cx, Cy = cy, XSrc = xSrc, YSrc = ySrc, CxSrc = cxSrc, CySrc = cySrc, RcWBounds = rcWBounds}; }