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

Size() public method

public Size ( System pt )
pt System
        public Size(System.Drawing.Point pt) { throw null; }
        public Size(int width, int height) { throw null; }

Same methods

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