mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 04:40:14 +00:00
67 lines
3.2 KiB
C#
67 lines
3.2 KiB
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Drawing.UnsafeNativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_Drawing_UnsafeNativeMethodsImpl
|
|
{
|
|
|
|
public static System.IntPtr IntGetDC(System.Runtime.InteropServices.HandleRef hWnd)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.IntGetDC' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean IntDeleteDC(System.Runtime.InteropServices.HandleRef hDC)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.IntDeleteDC' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntReleaseDC(System.Runtime.InteropServices.HandleRef hWnd, System.Runtime.InteropServices.HandleRef hDC)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.IntReleaseDC' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr IntCreateCompatibleDC(System.Runtime.InteropServices.HandleRef hDC)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.IntCreateCompatibleDC' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetStockObject(System.Int32 nIndex)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.GetStockObject' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetSystemDefaultLCID()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.GetSystemDefaultLCID' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetSystemMetrics(System.Int32 nIndex)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.GetSystemMetrics' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean SystemParametersInfo(System.Int32 uiAction, System.Int32 uiParam, System.Drawing.NativeMethods+NONCLIENTMETRICS pvParam, System.Int32 fWinIni)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.SystemParametersInfo' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetDeviceCaps(System.Runtime.InteropServices.HandleRef hDC, System.Int32 nIndex)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.GetDeviceCaps' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetObjectType(System.Runtime.InteropServices.HandleRef hObject)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.GetObjectType' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void CopyMemory(System.Runtime.InteropServices.HandleRef destData, System.Runtime.InteropServices.HandleRef srcData, System.Int32 size)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.CopyMemory' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean SystemParametersInfo(System.Int32 uiAction, System.Int32 uiParam, System.Drawing.SafeNativeMethods+LOGFONT pvParam, System.Int32 fWinIni)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.UnsafeNativeMethods.SystemParametersInfo' has not been implemented!");
|
|
}
|
|
}
|
|
}
|