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

Size() public method

public Size ( int height, int width ) : System
height int
width int
return System
		public Size (int height, int width) : this ()
		{
			Height = height;
			Width = width;
		}