Cosmos/source2/Users/Orvid/Cosmos.Plugs/System.Drawing/System/Drawing/Internal/IntUnsafeNativeMethodsImpl.cs

312 lines
18 KiB
C#

namespace Cosmos.Plugs
{
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Drawing.Internal.IntUnsafeNativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
public static class System_Drawing_Internal_IntUnsafeNativeMethodsImpl
{
public static System.IntPtr IntCreateFontIndirect(System.Object lf)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntCreateFontIndirect' has not been implemented!");
}
public static System.IntPtr IntGetDC(System.Runtime.InteropServices.HandleRef hWnd)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntGetDC' has not been implemented!");
}
public static System.Boolean IntDeleteDC(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.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.Internal.IntUnsafeNativeMethods.IntReleaseDC' has not been implemented!");
}
public static System.IntPtr IntCreateDC(System.String lpszDriverName, System.String lpszDeviceName, System.String lpszOutput, System.Runtime.InteropServices.HandleRef lpInitData)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntCreateDC' has not been implemented!");
}
public static System.IntPtr IntCreateIC(System.String lpszDriverName, System.String lpszDeviceName, System.String lpszOutput, System.Runtime.InteropServices.HandleRef lpInitData)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntCreateIC' has not been implemented!");
}
public static System.IntPtr IntCreateCompatibleDC(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntCreateCompatibleDC' has not been implemented!");
}
public static System.Int32 IntSaveDC(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntSaveDC' has not been implemented!");
}
public static System.Boolean IntRestoreDC(System.Runtime.InteropServices.HandleRef hDC, System.Int32 nSavedDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntRestoreDC' has not been implemented!");
}
public static System.IntPtr WindowFromDC(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.WindowFromDC' has not been implemented!");
}
public static System.Int32 GetDeviceCaps(System.Runtime.InteropServices.HandleRef hDC, System.Int32 nIndex)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.GetDeviceCaps' has not been implemented!");
}
public static System.Boolean IntOffsetViewportOrgEx(System.Runtime.InteropServices.HandleRef hDC, System.Int32 nXOffset, System.Int32 nYOffset, System.Drawing.Internal.IntNativeMethods+POINT point)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntOffsetViewportOrgEx' has not been implemented!");
}
public static System.Int32 IntSetGraphicsMode(System.Runtime.InteropServices.HandleRef hDC, System.Int32 iMode)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntSetGraphicsMode' has not been implemented!");
}
public static System.Int32 GetGraphicsMode(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.GetGraphicsMode' has not been implemented!");
}
public static System.Int32 GetROP2(System.Runtime.InteropServices.HandleRef hdc)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.GetROP2' has not been implemented!");
}
public static System.Int32 SetROP2(System.Runtime.InteropServices.HandleRef hDC, System.Int32 nDrawMode)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.SetROP2' has not been implemented!");
}
public static System.Drawing.Internal.IntNativeMethods+RegionFlags IntCombineRgn(System.Runtime.InteropServices.HandleRef hRgnDest, System.Runtime.InteropServices.HandleRef hRgnSrc1, System.Runtime.InteropServices.HandleRef hRgnSrc2, System.Drawing.Internal.RegionCombineMode combineMode)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntCombineRgn' has not been implemented!");
}
public static System.Int32 IntGetClipRgn(System.Runtime.InteropServices.HandleRef hDC, System.Runtime.InteropServices.HandleRef hRgn)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntGetClipRgn' has not been implemented!");
}
public static System.Drawing.Internal.IntNativeMethods+RegionFlags IntSelectClipRgn(System.Runtime.InteropServices.HandleRef hDC, System.Runtime.InteropServices.HandleRef hRgn)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntSelectClipRgn' has not been implemented!");
}
public static System.Drawing.Internal.IntNativeMethods+RegionFlags IntGetRgnBox(System.Runtime.InteropServices.HandleRef hRgn, System.Drawing.Internal.IntNativeMethods+RECT* clipRect)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntGetRgnBox' has not been implemented!");
}
public static System.Boolean IntDeleteObject(System.Runtime.InteropServices.HandleRef hObject)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntDeleteObject' has not been implemented!");
}
public static System.Int32 IntGetObject(System.Runtime.InteropServices.HandleRef hBrush, System.Int32 nSize, System.Drawing.Internal.IntNativeMethods+LOGBRUSH lb)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntGetObject' has not been implemented!");
}
public static System.Int32 IntGetObject(System.Runtime.InteropServices.HandleRef hFont, System.Int32 nSize, System.Drawing.Internal.IntNativeMethods+LOGFONT lf)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntGetObject' has not been implemented!");
}
public static System.IntPtr IntSelectObject(System.Runtime.InteropServices.HandleRef hdc, System.Runtime.InteropServices.HandleRef obj)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntSelectObject' has not been implemented!");
}
public static System.IntPtr IntGetCurrentObject(System.Runtime.InteropServices.HandleRef hDC, System.Int32 uObjectType)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntGetCurrentObject' has not been implemented!");
}
public static System.IntPtr IntGetStockObject(System.Int32 nIndex)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntGetStockObject' has not been implemented!");
}
public static System.Int32 GetNearestColor(System.Runtime.InteropServices.HandleRef hDC, System.Int32 color)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.GetNearestColor' has not been implemented!");
}
public static System.Int32 SetTextColor(System.Runtime.InteropServices.HandleRef hDC, System.Int32 crColor)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.SetTextColor' has not been implemented!");
}
public static System.Int32 GetTextAlign(System.Runtime.InteropServices.HandleRef hdc)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.GetTextAlign' has not been implemented!");
}
public static System.Int32 GetTextColor(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.GetTextColor' has not been implemented!");
}
public static System.Int32 SetBkColor(System.Runtime.InteropServices.HandleRef hDC, System.Int32 clr)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.SetBkColor' has not been implemented!");
}
public static System.Int32 IntSetBkMode(System.Runtime.InteropServices.HandleRef hDC, System.Int32 nBkMode)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntSetBkMode' has not been implemented!");
}
public static System.Int32 IntGetBkMode(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntGetBkMode' has not been implemented!");
}
public static System.Int32 GetBkColor(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.GetBkColor' has not been implemented!");
}
public static System.Int32 DrawTextW(System.Runtime.InteropServices.HandleRef hDC, System.String lpszString, System.Int32 nCount, System.Drawing.Internal.IntNativeMethods+RECT* lpRect, System.Int32 nFormat)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.DrawTextW' has not been implemented!");
}
public static System.Int32 DrawTextA(System.Runtime.InteropServices.HandleRef hDC, System.Byte[] lpszString, System.Int32 byteCount, System.Drawing.Internal.IntNativeMethods+RECT* lpRect, System.Int32 nFormat)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.DrawTextA' has not been implemented!");
}
public static System.Int32 DrawTextExW(System.Runtime.InteropServices.HandleRef hDC, System.String lpszString, System.Int32 nCount, System.Drawing.Internal.IntNativeMethods+RECT* lpRect, System.Int32 nFormat, System.Drawing.Internal.IntNativeMethods+DRAWTEXTPARAMS lpDTParams)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.DrawTextExW' has not been implemented!");
}
public static System.Int32 DrawTextExA(System.Runtime.InteropServices.HandleRef hDC, System.Byte[] lpszString, System.Int32 byteCount, System.Drawing.Internal.IntNativeMethods+RECT* lpRect, System.Int32 nFormat, System.Drawing.Internal.IntNativeMethods+DRAWTEXTPARAMS lpDTParams)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.DrawTextExA' has not been implemented!");
}
public static System.Int32 GetTextExtentPoint32W(System.Runtime.InteropServices.HandleRef hDC, System.String text, System.Int32 len, System.Drawing.Internal.IntNativeMethods+SIZE size)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.GetTextExtentPoint32W' has not been implemented!");
}
public static System.Int32 GetTextExtentPoint32A(System.Runtime.InteropServices.HandleRef hDC, System.Byte[] lpszString, System.Int32 byteCount, System.Drawing.Internal.IntNativeMethods+SIZE size)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.GetTextExtentPoint32A' has not been implemented!");
}
public static System.Boolean ExtTextOut(System.Runtime.InteropServices.HandleRef hdc, System.Int32 x, System.Int32 y, System.Int32 options, System.Drawing.Internal.IntNativeMethods+RECT* rect, System.String str, System.Int32 length, System.Int32[] spacing)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.ExtTextOut' has not been implemented!");
}
public static System.Boolean IntLineTo(System.Runtime.InteropServices.HandleRef hdc, System.Int32 x, System.Int32 y)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntLineTo' has not been implemented!");
}
public static System.Boolean IntMoveToEx(System.Runtime.InteropServices.HandleRef hdc, System.Int32 x, System.Int32 y, System.Drawing.Internal.IntNativeMethods+POINT pt)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntMoveToEx' has not been implemented!");
}
public static System.Boolean IntRectangle(System.Runtime.InteropServices.HandleRef hdc, System.Int32 left, System.Int32 top, System.Int32 right, System.Int32 bottom)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntRectangle' has not been implemented!");
}
public static System.Boolean IntFillRect(System.Runtime.InteropServices.HandleRef hdc, System.Drawing.Internal.IntNativeMethods+RECT* rect, System.Runtime.InteropServices.HandleRef hbrush)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntFillRect' has not been implemented!");
}
public static System.Int32 IntSetMapMode(System.Runtime.InteropServices.HandleRef hDC, System.Int32 nMapMode)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntSetMapMode' has not been implemented!");
}
public static System.Int32 IntGetMapMode(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntGetMapMode' has not been implemented!");
}
public static System.Boolean IntGetViewportExtEx(System.Runtime.InteropServices.HandleRef hdc, System.Drawing.Internal.IntNativeMethods+SIZE lpSize)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntGetViewportExtEx' has not been implemented!");
}
public static System.Boolean IntGetViewportOrgEx(System.Runtime.InteropServices.HandleRef hdc, System.Drawing.Internal.IntNativeMethods+POINT lpPoint)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntGetViewportOrgEx' has not been implemented!");
}
public static System.Boolean IntSetViewportExtEx(System.Runtime.InteropServices.HandleRef hDC, System.Int32 x, System.Int32 y, System.Drawing.Internal.IntNativeMethods+SIZE size)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntSetViewportExtEx' has not been implemented!");
}
public static System.Boolean IntSetViewportOrgEx(System.Runtime.InteropServices.HandleRef hDC, System.Int32 x, System.Int32 y, System.Drawing.Internal.IntNativeMethods+POINT point)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntSetViewportOrgEx' has not been implemented!");
}
public static System.Int32 GetTextMetricsW(System.Runtime.InteropServices.HandleRef hDC, System.Drawing.Internal.IntNativeMethods+TEXTMETRIC* lptm)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.GetTextMetricsW' has not been implemented!");
}
public static System.Int32 GetTextMetricsA(System.Runtime.InteropServices.HandleRef hDC, System.Drawing.Internal.IntNativeMethods+TEXTMETRICA* lptm)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.GetTextMetricsA' has not been implemented!");
}
public static System.Boolean IntBeginPath(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntBeginPath' has not been implemented!");
}
public static System.Boolean IntEndPath(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntEndPath' has not been implemented!");
}
public static System.Boolean IntStrokePath(System.Runtime.InteropServices.HandleRef hDC)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntStrokePath' has not been implemented!");
}
public static System.Boolean IntAngleArc(System.Runtime.InteropServices.HandleRef hDC, System.Int32 x, System.Int32 y, System.Int32 radius, System.Single startAngle, System.Single endAngle)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntAngleArc' has not been implemented!");
}
public static System.Boolean IntArc(System.Runtime.InteropServices.HandleRef hDC, System.Int32 nLeftRect, System.Int32 nTopRect, System.Int32 nRightRect, System.Int32 nBottomRect, System.Int32 nXStartArc, System.Int32 nYStartArc, System.Int32 nXEndArc, System.Int32 nYEndArc)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntArc' has not been implemented!");
}
public static System.Int32 SetTextAlign(System.Runtime.InteropServices.HandleRef hDC, System.Int32 nMode)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.SetTextAlign' has not been implemented!");
}
public static System.Boolean IntEllipse(System.Runtime.InteropServices.HandleRef hDc, System.Int32 x1, System.Int32 y1, System.Int32 x2, System.Int32 y2)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.IntEllipse' has not been implemented!");
}
public static System.Int32 WideCharToMultiByte(System.Int32 codePage, System.Int32 flags, System.String wideStr, System.Int32 chars, System.Byte[] pOutBytes, System.Int32 bufferBytes, System.IntPtr defaultChar, System.IntPtr pDefaultUsed)
{
throw new System.NotImplementedException("Method 'System.Drawing.Internal.IntUnsafeNativeMethods.WideCharToMultiByte' has not been implemented!");
}
}
}