mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-31 05:11:08 +00:00
37 lines
1.8 KiB
C#
37 lines
1.8 KiB
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Drawing.Internal.IntSafeNativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_Drawing_Internal_IntSafeNativeMethodsImpl
|
|
{
|
|
|
|
public static System.IntPtr IntCreateSolidBrush(System.Int32 crColor)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntSafeNativeMethods.IntCreateSolidBrush' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr IntCreatePen(System.Int32 fnStyle, System.Int32 nWidth, System.Int32 crColor)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntSafeNativeMethods.IntCreatePen' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr IntExtCreatePen(System.Int32 fnStyle, System.Int32 dwWidth, System.Drawing.Internal.IntNativeMethods+LOGBRUSH lplb, System.Int32 dwStyleCount, System.Int32[] lpStyle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntSafeNativeMethods.IntExtCreatePen' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr IntCreateRectRgn(System.Int32 x1, System.Int32 y1, System.Int32 x2, System.Int32 y2)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntSafeNativeMethods.IntCreateRectRgn' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetUserDefaultLCID()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntSafeNativeMethods.GetUserDefaultLCID' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean GdiFlush()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntSafeNativeMethods.GdiFlush' has not been implemented!");
|
|
}
|
|
}
|
|
}
|