Pinta.ImageManipulation.RectangleD.RectangleD C# (CSharp) Method

RectangleD() public method

public RectangleD ( Point location, Size size ) : System
location Point
size Size
return System
		public RectangleD (Point location, Size size) : this (location.X, location.Y, size.Width, size.Height)
		{
		}

Same methods

RectangleD::RectangleD ( double x, double y, double width, double height ) : System