Treefrog.Framework.Imaging.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 ( Point location, int width, int height ) : System
Rectangle::Rectangle ( int x, int y, int width, int height ) : System