Monobjc.Types.TSRect.TSRect C# (CSharp) Method

TSRect() public method

public TSRect ( TSPoint origin, TSSize size ) : System
origin TSPoint
size TSSize
return System
        public TSRect(TSPoint origin, TSSize size)
        {
            this.origin = origin;
            this.size = size;
        }

Same methods

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