SIL.FieldWorks.SharpViews.SharpViewsTests.MockGraphics.RenderPicture C# (CSharp) Метод

RenderPicture() публичный Метод

public RenderPicture ( IPicture pic, int x, int y, int cx, int cy, int xSrc, int ySrc, int cxSrc, int cySrc, Rect &rcWBounds ) : void
pic IPicture
x int
y int
cx int
cy int
xSrc int
ySrc int
cxSrc int
cySrc int
rcWBounds Rect
Результат void
		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};
		}