Monobjc.Types.TSPoint.TSPoint C# (CSharp) Метод

TSPoint() публичный Метод

public TSPoint ( float x, float y ) : System
x float
y float
Результат System
        public TSPoint(float x, float y)
        {
            this.x = x;
            this.y = y;
        }
    }
TSPoint