System.Drawing.Size.Size C# (CSharp) Method

Size() public method

public Size ( int width, int height )
width int
height int
        public Size(int width, int height) { throw null; }
        public int Height { get { throw null; } set { } }

Same methods

Size::Size ( System pt )
Size::Size ( Point pt ) : System.Numerics.Hashing
Size::Size ( int width, int height ) : System.Numerics.Hashing