mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-31 13:21:05 +00:00
32 lines
1.5 KiB
C#
32 lines
1.5 KiB
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Drawing.Design.UnsafeNativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_Drawing_Design_UnsafeNativeMethodsImpl
|
|
{
|
|
|
|
public static System.Int32 ClientToScreen(System.Runtime.InteropServices.HandleRef hWnd, System.Drawing.Design.NativeMethods+POINT pt)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Design.UnsafeNativeMethods.ClientToScreen' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 ScreenToClient(System.Runtime.InteropServices.HandleRef hWnd, System.Drawing.Design.NativeMethods+POINT pt)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Design.UnsafeNativeMethods.ScreenToClient' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr SetFocus(System.Runtime.InteropServices.HandleRef hWnd)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Design.UnsafeNativeMethods.SetFocus' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetFocus()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Design.UnsafeNativeMethods.GetFocus' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void NotifyWinEvent(System.Int32 winEvent, System.Runtime.InteropServices.HandleRef hwnd, System.Int32 objType, System.Int32 objID)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Design.UnsafeNativeMethods.NotifyWinEvent' has not been implemented!");
|
|
}
|
|
}
|
|
}
|