CCT.NUI.Core.Rectangle.Rectangle C# (CSharp) 메소드

Rectangle() 공개 메소드

public Rectangle ( Point location, Size size ) : System
location Point
size Size
리턴 System
        public Rectangle(Point location, Size size)
            : this()
        {
            this.Location = location;
            this.Size = size;
        }

Same methods

Rectangle::Rectangle ( float x, float y, float width, float height ) : System