Pinta.ImageManipulation.Rectangle.Rectangle C# (CSharp) Метод

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

public Rectangle ( Point location, Size size ) : System
location Point
size Size
Результат System
		public Rectangle (Point location, Size size) : this (location.X, location.Y, size.Width, size.Height)
		{
		}

Same methods

Rectangle::Rectangle ( int x, int y, int width, int height ) : System