System.Drawing.Toolkit.ToolkitGraphicsImageBase.SetClipRect C# (CSharp) Method

SetClipRect() private method

private SetClipRect ( int x, int y, int width, int height ) : void
x int
y int
width int
height int
return void
		public override void SetClipRect(int x, int y, int width, int height)
				{
					return;
				}