OpenTK.Platform.MacOS.Carbon.CarbonPoint.CarbonPoint C# (CSharp) Méthode

CarbonPoint() public méthode

public CarbonPoint ( int x, int y ) : System
x int
y int
Résultat System
        public CarbonPoint(int x, int y)
        {
            V = (short)x;
            H = (short)y;
        }
    }
CarbonPoint