OpenTK.Platform.MacOS.Carbon.CarbonPoint.CarbonPoint C# (CSharp) 메소드

CarbonPoint() 공개 메소드

public CarbonPoint ( int x, int y ) : System
x int
y int
리턴 System
        public CarbonPoint(int x, int y)
        {
            V = (short)x;
            H = (short)y;
        }
    }
CarbonPoint