Beispiel #1
0
        public Control2DGl()
        {
            // Windows専用の機能
            if (Yanesdk.System.Platform.PlatformID != Yanesdk.System.PlatformID.Windows)
                throw new YanesdkException(YanesdkResult.NotImplemented);

            window = new Win32Window2DGl(Handle);
        }
Beispiel #2
0
        public Control2DGl()
        {
            // Windows専用の機能
            if (Yanesdk.System.Platform.PlatformID != Yanesdk.System.PlatformID.Windows)
            {
                throw new YanesdkException(YanesdkResult.NotImplemented);
            }

            window = new Win32Window2DGl(Handle);
        }