mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 21:00:30 +00:00
2857 lines
183 KiB
C#
2857 lines
183 KiB
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Drawing.Gdip), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_Drawing_SafeNativeMethods+GdipImpl
|
|
{
|
|
|
|
public static System.Int32 GdipGetImageWidth(System.Runtime.InteropServices.HandleRef image, System.Int32* width)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageWidth' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageHeight(System.Runtime.InteropServices.HandleRef image, System.Int32* height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageHeight' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImagePixelFormat(System.Runtime.InteropServices.HandleRef image, System.Int32* format)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImagePixelFormat' has not been implemented!");
|
|
}
|
|
|
|
public static System.UInt16 AddAtom(System.String lpString)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.AddAtom' has not been implemented!");
|
|
}
|
|
|
|
public static System.UInt16 DeleteAtom(System.UInt16 hAtom)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.DeleteAtom' has not been implemented!");
|
|
}
|
|
|
|
public static System.UInt16 FindAtom(System.String lpString)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.FindAtom' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdiplusStartup(System.IntPtr* token, System.Drawing.SafeNativeMethods+Gdip+StartupInput* input, System.Drawing.SafeNativeMethods+Gdip+StartupOutput* output)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdiplusStartup' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreatePath(System.Int32 brushMode, System.IntPtr* path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreatePath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeletePath(System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeletePath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPointCount(System.Runtime.InteropServices.HandleRef path, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPointCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathFillMode(System.Runtime.InteropServices.HandleRef path, System.Int32 fillmode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathFillMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathRectangleI(System.Runtime.InteropServices.HandleRef path, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathRectangleI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateMatrix(System.IntPtr* matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateMatrix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeleteMatrix(System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeleteMatrix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetMatrixElements(System.Runtime.InteropServices.HandleRef matrix, System.Single m11, System.Single m12, System.Single m21, System.Single m22, System.Single dx, System.Single dy)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetMatrixElements' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTransformMatrixPoints(System.Runtime.InteropServices.HandleRef matrix, System.Runtime.InteropServices.HandleRef pts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTransformMatrixPoints' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTransformMatrixPointsI(System.Runtime.InteropServices.HandleRef matrix, System.Runtime.InteropServices.HandleRef pts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTransformMatrixPointsI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetMatrixElements(System.Runtime.InteropServices.HandleRef matrix, System.IntPtr m)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetMatrixElements' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsMatrixIdentity(System.Runtime.InteropServices.HandleRef matrix, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsMatrixIdentity' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateRegion(System.IntPtr* region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateRegion' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateRegionRectI(System.Drawing.Internal.GPRECT* gprect, System.IntPtr* region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateRegionRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateRegionPath(System.Runtime.InteropServices.HandleRef path, System.IntPtr* region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateRegionPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCloneRegion(System.Runtime.InteropServices.HandleRef region, System.IntPtr* cloneregion)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCloneRegion' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeleteRegion(System.Runtime.InteropServices.HandleRef region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeleteRegion' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetInfinite(System.Runtime.InteropServices.HandleRef region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetInfinite' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetEmpty(System.Runtime.InteropServices.HandleRef region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetEmpty' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCombineRegionRectI(System.Runtime.InteropServices.HandleRef region, System.Drawing.Internal.GPRECT* gprect, System.Drawing.Drawing2D.CombineMode mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCombineRegionRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCombineRegionRegion(System.Runtime.InteropServices.HandleRef region, System.Runtime.InteropServices.HandleRef region2, System.Drawing.Drawing2D.CombineMode mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCombineRegionRegion' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetRegionHRgn(System.Runtime.InteropServices.HandleRef region, System.Runtime.InteropServices.HandleRef graphics, System.IntPtr* hrgn)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetRegionHRgn' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsInfiniteRegion(System.Runtime.InteropServices.HandleRef region, System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsInfiniteRegion' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeleteBrush(System.Runtime.InteropServices.HandleRef brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeleteBrush' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateHatchBrush(System.Int32 hatchstyle, System.Int32 forecol, System.Int32 backcol, System.IntPtr* brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateHatchBrush' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateTexture(System.Runtime.InteropServices.HandleRef bitmap, System.Int32 wrapmode, System.IntPtr* texture)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateTexture' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateSolidFill(System.Int32 color, System.IntPtr* brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateSolidFill' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetSolidFillColor(System.Runtime.InteropServices.HandleRef brush, System.Int32 color)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetSolidFillColor' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateLineBrushFromRectI(System.Drawing.Internal.GPRECT* rect, System.Int32 color1, System.Int32 color2, System.Int32 lineGradientMode, System.Int32 wrapMode, System.IntPtr* lineGradient)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateLineBrushFromRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateLineBrushFromRectWithAngleI(System.Drawing.Internal.GPRECT* rect, System.Int32 color1, System.Int32 color2, System.Single angle, System.Boolean isAngleScaleable, System.Int32 wrapMode, System.IntPtr* lineGradient)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateLineBrushFromRectWithAngleI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTranslateLineTransform(System.Runtime.InteropServices.HandleRef brush, System.Single dx, System.Single dy, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTranslateLineTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreatePathGradient(System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Int32 wrapMode, System.IntPtr* brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreatePathGradient' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathGradientCenterColor(System.Runtime.InteropServices.HandleRef brush, System.Int32 color)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathGradientCenterColor' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathGradientSurroundColorsWithCount(System.Runtime.InteropServices.HandleRef brush, System.Int32[] argb, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathGradientSurroundColorsWithCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathGradientCenterPoint(System.Runtime.InteropServices.HandleRef brush, System.Drawing.Internal.GPPOINTF point)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathGradientCenterPoint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientSurroundColorCount(System.Runtime.InteropServices.HandleRef brush, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientSurroundColorCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreatePen1(System.Int32 argb, System.Single width, System.Int32 unit, System.IntPtr* pen)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreatePen1' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreatePen2(System.Runtime.InteropServices.HandleRef brush, System.Single width, System.Int32 unit, System.IntPtr* pen)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreatePen2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeletePen(System.Runtime.InteropServices.HandleRef Pen)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeletePen' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipLoadImageFromStream(System.Drawing.UnsafeNativeMethods+IStream stream, System.IntPtr* image)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipLoadImageFromStream' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCloneImage(System.Runtime.InteropServices.HandleRef image, System.IntPtr* cloneimage)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCloneImage' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDisposeImage(System.Runtime.InteropServices.HandleRef image)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDisposeImage' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageGraphicsContext(System.Runtime.InteropServices.HandleRef image, System.IntPtr* graphics)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageGraphicsContext' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageType(System.Runtime.InteropServices.HandleRef image, System.Int32* type)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageType' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageRawFormat(System.Runtime.InteropServices.HandleRef image, System.Guid* format)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageRawFormat' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipImageGetFrameDimensionsCount(System.Runtime.InteropServices.HandleRef image, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipImageGetFrameDimensionsCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipImageGetFrameDimensionsList(System.Runtime.InteropServices.HandleRef image, System.IntPtr buffer, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipImageGetFrameDimensionsList' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPropertyCount(System.Runtime.InteropServices.HandleRef image, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPropertyCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPropertySize(System.Runtime.InteropServices.HandleRef image, System.Int32* totalSize, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPropertySize' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetAllPropertyItems(System.Runtime.InteropServices.HandleRef image, System.Int32 totalSize, System.Int32 count, System.IntPtr buffer)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetAllPropertyItems' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipImageForceValidation(System.Runtime.InteropServices.HandleRef image)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipImageForceValidation' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateBitmapFromStream(System.Drawing.UnsafeNativeMethods+IStream stream, System.IntPtr* bitmap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateBitmapFromStream' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateBitmapFromScan0(System.Int32 width, System.Int32 height, System.Int32 stride, System.Int32 format, System.Runtime.InteropServices.HandleRef scan0, System.IntPtr* bitmap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateBitmapFromScan0' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateBitmapFromHBITMAP(System.Runtime.InteropServices.HandleRef hbitmap, System.Runtime.InteropServices.HandleRef hpalette, System.IntPtr* bitmap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateBitmapFromHBITMAP' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateHBITMAPFromBitmap(System.Runtime.InteropServices.HandleRef nativeBitmap, System.IntPtr* hbitmap, System.Int32 argbBackground)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateHBITMAPFromBitmap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipBitmapLockBits(System.Runtime.InteropServices.HandleRef bitmap, System.Drawing.Internal.GPRECT* rect, System.Drawing.Imaging.ImageLockMode flags, System.Drawing.Imaging.PixelFormat format, System.Drawing.Imaging.BitmapData lockedBitmapData)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipBitmapLockBits' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipBitmapUnlockBits(System.Runtime.InteropServices.HandleRef bitmap, System.Drawing.Imaging.BitmapData lockedBitmapData)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipBitmapUnlockBits' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipBitmapGetPixel(System.Runtime.InteropServices.HandleRef bitmap, System.Int32 x, System.Int32 y, System.Int32* argb)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipBitmapGetPixel' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipBitmapSetPixel(System.Runtime.InteropServices.HandleRef bitmap, System.Int32 x, System.Int32 y, System.Int32 argb)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipBitmapSetPixel' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateImageAttributes(System.IntPtr* imageattr)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateImageAttributes' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDisposeImageAttributes(System.Runtime.InteropServices.HandleRef imageattr)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDisposeImageAttributes' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetImageAttributesColorMatrix(System.Runtime.InteropServices.HandleRef imageattr, System.Drawing.Imaging.ColorAdjustType type, System.Boolean enableFlag, System.Drawing.Imaging.ColorMatrix colorMatrix, System.Drawing.Imaging.ColorMatrix grayMatrix, System.Drawing.Imaging.ColorMatrixFlag flags)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetImageAttributesColorMatrix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetImageAttributesColorKeys(System.Runtime.InteropServices.HandleRef imageattr, System.Drawing.Imaging.ColorAdjustType type, System.Boolean enableFlag, System.Int32 colorLow, System.Int32 colorHigh)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetImageAttributesColorKeys' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateFromHDC(System.Runtime.InteropServices.HandleRef hdc, System.IntPtr* graphics)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateFromHDC' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateFromHWND(System.Runtime.InteropServices.HandleRef hwnd, System.IntPtr* graphics)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateFromHWND' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeleteGraphics(System.Runtime.InteropServices.HandleRef graphics)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeleteGraphics' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetDC(System.Runtime.InteropServices.HandleRef graphics, System.IntPtr* hdc)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetDC' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipReleaseDC(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef hdc)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipReleaseDC' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetTextRenderingHint(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Text.TextRenderingHint textRenderingHint)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetTextRenderingHint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetSmoothingMode(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Drawing2D.SmoothingMode smoothingMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetSmoothingMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPixelOffsetMode(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Drawing2D.PixelOffsetMode pixelOffsetMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPixelOffsetMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetTextRenderingHint(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Text.TextRenderingHint* textRenderingHint)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetTextRenderingHint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetWorldTransform(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetWorldTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTranslateWorldTransform(System.Runtime.InteropServices.HandleRef graphics, System.Single dx, System.Single dy, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTranslateWorldTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetWorldTransform(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetWorldTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPageUnit(System.Runtime.InteropServices.HandleRef graphics, System.Int32 unit)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPageUnit' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetDpiX(System.Runtime.InteropServices.HandleRef graphics, System.Single[] dpi)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetDpiX' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetDpiY(System.Runtime.InteropServices.HandleRef graphics, System.Single[] dpi)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetDpiY' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetNearestColor(System.Runtime.InteropServices.HandleRef graphics, System.Int32* color)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetNearestColor' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GdipCreateHalftonePalette()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateHalftonePalette' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawLineI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Int32 x1, System.Int32 y1, System.Int32 x2, System.Int32 y2)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawLineI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawRectangle(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Single x, System.Single y, System.Single width, System.Single height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawRectangle' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawRectangleI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawRectangleI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawEllipse(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Single x, System.Single y, System.Single width, System.Single height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawEllipse' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGraphicsClear(System.Runtime.InteropServices.HandleRef graphics, System.Int32 argb)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGraphicsClear' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillRectangle(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Single x, System.Single y, System.Single width, System.Single height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillRectangle' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillRectangleI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillRectangleI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillRectanglesI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef rects, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillRectanglesI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillPolygonI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Int32 brushMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillPolygonI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillEllipse(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Single x, System.Single y, System.Single width, System.Single height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillEllipse' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillRegion(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillRegion' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImageI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Int32 x, System.Int32 y)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImageI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImageRectI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImageRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImageRectRectI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Int32 dstx, System.Int32 dsty, System.Int32 dstwidth, System.Int32 dstheight, System.Int32 srcx, System.Int32 srcy, System.Int32 srcwidth, System.Int32 srcheight, System.Int32 srcunit, System.Runtime.InteropServices.HandleRef imageAttributes, System.Drawing.Graphics+DrawImageAbort callback, System.Runtime.InteropServices.HandleRef callbackdata)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImageRectRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetClipRectI(System.Runtime.InteropServices.HandleRef graphics, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Drawing.Drawing2D.CombineMode mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetClipRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetClipRegion(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef region, System.Drawing.Drawing2D.CombineMode mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetClipRegion' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTranslateClip(System.Runtime.InteropServices.HandleRef graphics, System.Single dx, System.Single dy)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTranslateClip' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetClip(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetClip' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsVisibleRectI(System.Runtime.InteropServices.HandleRef graphics, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsVisibleRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSaveGraphics(System.Runtime.InteropServices.HandleRef graphics, System.Int32* state)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSaveGraphics' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRestoreGraphics(System.Runtime.InteropServices.HandleRef graphics, System.Int32 state)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRestoreGraphics' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipBeginContainer2(System.Runtime.InteropServices.HandleRef graphics, System.Int32* state)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipBeginContainer2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEndContainer(System.Runtime.InteropServices.HandleRef graphics, System.Int32 state)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEndContainer' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateFontFamilyFromName(System.String name, System.Runtime.InteropServices.HandleRef fontCollection, System.IntPtr* FontFamily)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateFontFamilyFromName' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeleteFontFamily(System.Runtime.InteropServices.HandleRef fontFamily)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeleteFontFamily' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetFamilyName(System.Runtime.InteropServices.HandleRef family, System.Text.StringBuilder name, System.Int32 language)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetFamilyName' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsStyleAvailable(System.Runtime.InteropServices.HandleRef family, System.Drawing.FontStyle style, System.Int32* isStyleAvailable)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsStyleAvailable' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetEmHeight(System.Runtime.InteropServices.HandleRef family, System.Drawing.FontStyle style, System.Int32* EmHeight)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetEmHeight' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLineSpacing(System.Runtime.InteropServices.HandleRef family, System.Drawing.FontStyle style, System.Int32* LineSpaceing)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLineSpacing' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateFontFromLogfontW(System.Runtime.InteropServices.HandleRef hdc, System.Object lf, System.IntPtr* font)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateFontFromLogfontW' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateFont(System.Runtime.InteropServices.HandleRef fontFamily, System.Single emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, System.IntPtr* font)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateFont' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLogFontW(System.Runtime.InteropServices.HandleRef font, System.Runtime.InteropServices.HandleRef graphics, System.Object lf)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLogFontW' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeleteFont(System.Runtime.InteropServices.HandleRef font)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeleteFont' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetFamily(System.Runtime.InteropServices.HandleRef font, System.IntPtr* family)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetFamily' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetFontStyle(System.Runtime.InteropServices.HandleRef font, System.Drawing.FontStyle* style)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetFontStyle' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetFontSize(System.Runtime.InteropServices.HandleRef font, System.Single* size)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetFontSize' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetFontHeight(System.Runtime.InteropServices.HandleRef font, System.Runtime.InteropServices.HandleRef graphics, System.Single* size)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetFontHeight' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetFontUnit(System.Runtime.InteropServices.HandleRef font, System.Drawing.GraphicsUnit* unit)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetFontUnit' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawString(System.Runtime.InteropServices.HandleRef graphics, System.String textString, System.Int32 length, System.Runtime.InteropServices.HandleRef font, System.Drawing.Internal.GPRECTF* layoutRect, System.Runtime.InteropServices.HandleRef stringFormat, System.Runtime.InteropServices.HandleRef brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawString' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipMeasureString(System.Runtime.InteropServices.HandleRef graphics, System.String textString, System.Int32 length, System.Runtime.InteropServices.HandleRef font, System.Drawing.Internal.GPRECTF* layoutRect, System.Runtime.InteropServices.HandleRef stringFormat, System.Drawing.Internal.GPRECTF* boundingBox, System.Int32* codepointsFitted, System.Int32* linesFilled)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipMeasureString' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateStringFormat(System.Drawing.StringFormatFlags options, System.Int32 language, System.IntPtr* format)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateStringFormat' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeleteStringFormat(System.Runtime.InteropServices.HandleRef format)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeleteStringFormat' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetStringFormatFlags(System.Runtime.InteropServices.HandleRef format, System.Drawing.StringFormatFlags options)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetStringFormatFlags' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetStringFormatFlags(System.Runtime.InteropServices.HandleRef format, System.Drawing.StringFormatFlags* result)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetStringFormatFlags' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetStringFormatAlign(System.Runtime.InteropServices.HandleRef format, System.Drawing.StringAlignment align)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetStringFormatAlign' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetStringFormatAlign(System.Runtime.InteropServices.HandleRef format, System.Drawing.StringAlignment* align)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetStringFormatAlign' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetStringFormatLineAlign(System.Runtime.InteropServices.HandleRef format, System.Drawing.StringAlignment align)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetStringFormatLineAlign' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetStringFormatLineAlign(System.Runtime.InteropServices.HandleRef format, System.Drawing.StringAlignment* align)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetStringFormatLineAlign' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetStringFormatHotkeyPrefix(System.Runtime.InteropServices.HandleRef format, System.Drawing.Text.HotkeyPrefix hotkeyPrefix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetStringFormatHotkeyPrefix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetStringFormatHotkeyPrefix(System.Runtime.InteropServices.HandleRef format, System.Drawing.Text.HotkeyPrefix* hotkeyPrefix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetStringFormatHotkeyPrefix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetStringFormatTrimming(System.Runtime.InteropServices.HandleRef format, System.Drawing.StringTrimming trimming)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetStringFormatTrimming' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetStringFormatTrimming(System.Runtime.InteropServices.HandleRef format, System.Drawing.StringTrimming* trimming)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetStringFormatTrimming' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetCurrentProcessId()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GetCurrentProcessId' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void GdiplusShutdown(System.Runtime.InteropServices.HandleRef token)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdiplusShutdown' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreatePath2(System.Runtime.InteropServices.HandleRef points, System.Runtime.InteropServices.HandleRef types, System.Int32 count, System.Int32 brushMode, System.IntPtr* path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreatePath2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreatePath2I(System.Runtime.InteropServices.HandleRef points, System.Runtime.InteropServices.HandleRef types, System.Int32 count, System.Int32 brushMode, System.IntPtr* path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreatePath2I' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipClonePath(System.Runtime.InteropServices.HandleRef path, System.IntPtr* clonepath)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipClonePath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipResetPath(System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipResetPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathTypes(System.Runtime.InteropServices.HandleRef path, System.Byte[] types, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathTypes' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathPoints(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathPoints' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathFillMode(System.Runtime.InteropServices.HandleRef path, System.Int32* fillmode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathFillMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathData(System.Runtime.InteropServices.HandleRef path, System.IntPtr pathData)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathData' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipStartPathFigure(System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipStartPathFigure' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipClosePathFigure(System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipClosePathFigure' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipClosePathFigures(System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipClosePathFigures' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathMarker(System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathMarker' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipClearPathMarkers(System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipClearPathMarkers' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipReversePath(System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipReversePath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathLastPoint(System.Runtime.InteropServices.HandleRef path, System.Drawing.Internal.GPPOINTF lastPoint)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathLastPoint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathLine(System.Runtime.InteropServices.HandleRef path, System.Single x1, System.Single y1, System.Single x2, System.Single y2)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathLine' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathLine2(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathLine2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathArc(System.Runtime.InteropServices.HandleRef path, System.Single x, System.Single y, System.Single width, System.Single height, System.Single startAngle, System.Single sweepAngle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathArc' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathBezier(System.Runtime.InteropServices.HandleRef path, System.Single x1, System.Single y1, System.Single x2, System.Single y2, System.Single x3, System.Single y3, System.Single x4, System.Single y4)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathBezier' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathBeziers(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathBeziers' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathCurve(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathCurve' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathCurve2(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathCurve2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathCurve3(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count, System.Int32 offset, System.Int32 numberOfSegments, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathCurve3' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathClosedCurve(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathClosedCurve' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathClosedCurve2(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathClosedCurve2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathRectangle(System.Runtime.InteropServices.HandleRef path, System.Single x, System.Single y, System.Single width, System.Single height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathRectangle' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathRectangles(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef rects, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathRectangles' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathEllipse(System.Runtime.InteropServices.HandleRef path, System.Single x, System.Single y, System.Single width, System.Single height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathEllipse' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathPie(System.Runtime.InteropServices.HandleRef path, System.Single x, System.Single y, System.Single width, System.Single height, System.Single startAngle, System.Single sweepAngle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathPie' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathPolygon(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathPolygon' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathPath(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef addingPath, System.Boolean connect)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathString(System.Runtime.InteropServices.HandleRef path, System.String s, System.Int32 length, System.Runtime.InteropServices.HandleRef fontFamily, System.Int32 style, System.Single emSize, System.Drawing.Internal.GPRECTF* layoutRect, System.Runtime.InteropServices.HandleRef format)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathString' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathStringI(System.Runtime.InteropServices.HandleRef path, System.String s, System.Int32 length, System.Runtime.InteropServices.HandleRef fontFamily, System.Int32 style, System.Single emSize, System.Drawing.Internal.GPRECT* layoutRect, System.Runtime.InteropServices.HandleRef format)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathStringI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathLineI(System.Runtime.InteropServices.HandleRef path, System.Int32 x1, System.Int32 y1, System.Int32 x2, System.Int32 y2)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathLineI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathLine2I(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathLine2I' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathArcI(System.Runtime.InteropServices.HandleRef path, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Single startAngle, System.Single sweepAngle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathArcI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathBezierI(System.Runtime.InteropServices.HandleRef path, System.Int32 x1, System.Int32 y1, System.Int32 x2, System.Int32 y2, System.Int32 x3, System.Int32 y3, System.Int32 x4, System.Int32 y4)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathBezierI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathBeziersI(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathBeziersI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathCurveI(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathCurveI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathCurve2I(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathCurve2I' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathCurve3I(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count, System.Int32 offset, System.Int32 numberOfSegments, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathCurve3I' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathClosedCurveI(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathClosedCurveI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathClosedCurve2I(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathClosedCurve2I' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathRectanglesI(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef rects, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathRectanglesI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathEllipseI(System.Runtime.InteropServices.HandleRef path, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathEllipseI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathPieI(System.Runtime.InteropServices.HandleRef path, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Single startAngle, System.Single sweepAngle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathPieI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipAddPathPolygonI(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef memorypts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipAddPathPolygonI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFlattenPath(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef matrixfloat, System.Single flatness)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFlattenPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipWidenPath(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef matrix, System.Single flatness)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipWidenPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipWarpPath(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef matrix, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Single srcX, System.Single srcY, System.Single srcWidth, System.Single srcHeight, System.Drawing.Drawing2D.WarpMode warpMode, System.Single flatness)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipWarpPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTransformPath(System.Runtime.InteropServices.HandleRef path, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTransformPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathWorldBounds(System.Runtime.InteropServices.HandleRef path, System.Drawing.Internal.GPRECTF* gprectf, System.Runtime.InteropServices.HandleRef matrix, System.Runtime.InteropServices.HandleRef pen)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathWorldBounds' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsVisiblePathPoint(System.Runtime.InteropServices.HandleRef path, System.Single x, System.Single y, System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsVisiblePathPoint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsVisiblePathPointI(System.Runtime.InteropServices.HandleRef path, System.Int32 x, System.Int32 y, System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsVisiblePathPointI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsOutlineVisiblePathPoint(System.Runtime.InteropServices.HandleRef path, System.Single x, System.Single y, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsOutlineVisiblePathPoint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsOutlineVisiblePathPointI(System.Runtime.InteropServices.HandleRef path, System.Int32 x, System.Int32 y, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsOutlineVisiblePathPointI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreatePathIter(System.IntPtr* pathIter, System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreatePathIter' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeletePathIter(System.Runtime.InteropServices.HandleRef pathIter)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeletePathIter' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPathIterNextSubpath(System.Runtime.InteropServices.HandleRef pathIter, System.Int32* resultCount, System.Int32* startIndex, System.Int32* endIndex, System.Boolean* isClosed)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPathIterNextSubpath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPathIterNextSubpathPath(System.Runtime.InteropServices.HandleRef pathIter, System.Int32* resultCount, System.Runtime.InteropServices.HandleRef path, System.Boolean* isClosed)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPathIterNextSubpathPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPathIterNextPathType(System.Runtime.InteropServices.HandleRef pathIter, System.Int32* resultCount, System.Byte* pathType, System.Int32* startIndex, System.Int32* endIndex)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPathIterNextPathType' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPathIterNextMarker(System.Runtime.InteropServices.HandleRef pathIter, System.Int32* resultCount, System.Int32* startIndex, System.Int32* endIndex)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPathIterNextMarker' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPathIterNextMarkerPath(System.Runtime.InteropServices.HandleRef pathIter, System.Int32* resultCount, System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPathIterNextMarkerPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPathIterGetCount(System.Runtime.InteropServices.HandleRef pathIter, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPathIterGetCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPathIterGetSubpathCount(System.Runtime.InteropServices.HandleRef pathIter, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPathIterGetSubpathCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPathIterHasCurve(System.Runtime.InteropServices.HandleRef pathIter, System.Boolean* hasCurve)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPathIterHasCurve' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPathIterRewind(System.Runtime.InteropServices.HandleRef pathIter)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPathIterRewind' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPathIterEnumerate(System.Runtime.InteropServices.HandleRef pathIter, System.Int32* resultCount, System.IntPtr memoryPts, System.Byte[] types, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPathIterEnumerate' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPathIterCopyData(System.Runtime.InteropServices.HandleRef pathIter, System.Int32* resultCount, System.IntPtr memoryPts, System.Byte[] types, System.Int32 startIndex, System.Int32 endIndex)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPathIterCopyData' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateMatrix2(System.Single m11, System.Single m12, System.Single m21, System.Single m22, System.Single dx, System.Single dy, System.IntPtr* matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateMatrix2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateMatrix3(System.Drawing.Internal.GPRECTF* rect, System.Runtime.InteropServices.HandleRef dstplg, System.IntPtr* matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateMatrix3' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateMatrix3I(System.Drawing.Internal.GPRECT* rect, System.Runtime.InteropServices.HandleRef dstplg, System.IntPtr* matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateMatrix3I' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCloneMatrix(System.Runtime.InteropServices.HandleRef matrix, System.IntPtr* cloneMatrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCloneMatrix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipMultiplyMatrix(System.Runtime.InteropServices.HandleRef matrix, System.Runtime.InteropServices.HandleRef matrix2, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipMultiplyMatrix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTranslateMatrix(System.Runtime.InteropServices.HandleRef matrix, System.Single offsetX, System.Single offsetY, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTranslateMatrix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipScaleMatrix(System.Runtime.InteropServices.HandleRef matrix, System.Single scaleX, System.Single scaleY, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipScaleMatrix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRotateMatrix(System.Runtime.InteropServices.HandleRef matrix, System.Single angle, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRotateMatrix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipShearMatrix(System.Runtime.InteropServices.HandleRef matrix, System.Single shearX, System.Single shearY, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipShearMatrix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipInvertMatrix(System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipInvertMatrix' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipVectorTransformMatrixPoints(System.Runtime.InteropServices.HandleRef matrix, System.Runtime.InteropServices.HandleRef pts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipVectorTransformMatrixPoints' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipVectorTransformMatrixPointsI(System.Runtime.InteropServices.HandleRef matrix, System.Runtime.InteropServices.HandleRef pts, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipVectorTransformMatrixPointsI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsMatrixInvertible(System.Runtime.InteropServices.HandleRef matrix, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsMatrixInvertible' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsMatrixEqual(System.Runtime.InteropServices.HandleRef matrix, System.Runtime.InteropServices.HandleRef matrix2, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsMatrixEqual' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateRegionRect(System.Drawing.Internal.GPRECTF* gprectf, System.IntPtr* region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateRegionRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateRegionRgnData(System.Byte[] rgndata, System.Int32 size, System.IntPtr* region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateRegionRgnData' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateRegionHrgn(System.Runtime.InteropServices.HandleRef hRgn, System.IntPtr* region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateRegionHrgn' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCombineRegionRect(System.Runtime.InteropServices.HandleRef region, System.Drawing.Internal.GPRECTF* gprectf, System.Drawing.Drawing2D.CombineMode mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCombineRegionRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCombineRegionPath(System.Runtime.InteropServices.HandleRef region, System.Runtime.InteropServices.HandleRef path, System.Drawing.Drawing2D.CombineMode mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCombineRegionPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTranslateRegion(System.Runtime.InteropServices.HandleRef region, System.Single dx, System.Single dy)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTranslateRegion' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTranslateRegionI(System.Runtime.InteropServices.HandleRef region, System.Int32 dx, System.Int32 dy)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTranslateRegionI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTransformRegion(System.Runtime.InteropServices.HandleRef region, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTransformRegion' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetRegionBounds(System.Runtime.InteropServices.HandleRef region, System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Internal.GPRECTF* gprectf)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetRegionBounds' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsEmptyRegion(System.Runtime.InteropServices.HandleRef region, System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsEmptyRegion' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsEqualRegion(System.Runtime.InteropServices.HandleRef region, System.Runtime.InteropServices.HandleRef region2, System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsEqualRegion' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetRegionDataSize(System.Runtime.InteropServices.HandleRef region, System.Int32* bufferSize)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetRegionDataSize' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetRegionData(System.Runtime.InteropServices.HandleRef region, System.Byte[] regionData, System.Int32 bufferSize, System.Int32* sizeFilled)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetRegionData' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsVisibleRegionPoint(System.Runtime.InteropServices.HandleRef region, System.Single X, System.Single Y, System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsVisibleRegionPoint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsVisibleRegionPointI(System.Runtime.InteropServices.HandleRef region, System.Int32 X, System.Int32 Y, System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsVisibleRegionPointI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsVisibleRegionRect(System.Runtime.InteropServices.HandleRef region, System.Single X, System.Single Y, System.Single width, System.Single height, System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsVisibleRegionRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsVisibleRegionRectI(System.Runtime.InteropServices.HandleRef region, System.Int32 X, System.Int32 Y, System.Int32 width, System.Int32 height, System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsVisibleRegionRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetRegionScansCount(System.Runtime.InteropServices.HandleRef region, System.Int32* count, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetRegionScansCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetRegionScans(System.Runtime.InteropServices.HandleRef region, System.IntPtr rects, System.Int32* count, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetRegionScans' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCloneBrush(System.Runtime.InteropServices.HandleRef brush, System.IntPtr* clonebrush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCloneBrush' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetHatchStyle(System.Runtime.InteropServices.HandleRef brush, System.Int32* hatchstyle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetHatchStyle' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetHatchForegroundColor(System.Runtime.InteropServices.HandleRef brush, System.Int32* forecol)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetHatchForegroundColor' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetHatchBackgroundColor(System.Runtime.InteropServices.HandleRef brush, System.Int32* backcol)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetHatchBackgroundColor' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateTexture2(System.Runtime.InteropServices.HandleRef bitmap, System.Int32 wrapmode, System.Single x, System.Single y, System.Single width, System.Single height, System.IntPtr* texture)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateTexture2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateTextureIA(System.Runtime.InteropServices.HandleRef bitmap, System.Runtime.InteropServices.HandleRef imageAttrib, System.Single x, System.Single y, System.Single width, System.Single height, System.IntPtr* texture)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateTextureIA' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateTexture2I(System.Runtime.InteropServices.HandleRef bitmap, System.Int32 wrapmode, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.IntPtr* texture)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateTexture2I' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateTextureIAI(System.Runtime.InteropServices.HandleRef bitmap, System.Runtime.InteropServices.HandleRef imageAttrib, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.IntPtr* texture)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateTextureIAI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetTextureTransform(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetTextureTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetTextureTransform(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetTextureTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipResetTextureTransform(System.Runtime.InteropServices.HandleRef brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipResetTextureTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipMultiplyTextureTransform(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef matrix, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipMultiplyTextureTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTranslateTextureTransform(System.Runtime.InteropServices.HandleRef brush, System.Single dx, System.Single dy, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTranslateTextureTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipScaleTextureTransform(System.Runtime.InteropServices.HandleRef brush, System.Single sx, System.Single sy, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipScaleTextureTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRotateTextureTransform(System.Runtime.InteropServices.HandleRef brush, System.Single angle, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRotateTextureTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetTextureWrapMode(System.Runtime.InteropServices.HandleRef brush, System.Int32 wrapMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetTextureWrapMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetTextureWrapMode(System.Runtime.InteropServices.HandleRef brush, System.Int32* wrapMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetTextureWrapMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetTextureImage(System.Runtime.InteropServices.HandleRef brush, System.IntPtr* image)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetTextureImage' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetSolidFillColor(System.Runtime.InteropServices.HandleRef brush, System.Int32* color)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetSolidFillColor' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateLineBrush(System.Drawing.Internal.GPPOINTF point1, System.Drawing.Internal.GPPOINTF point2, System.Int32 color1, System.Int32 color2, System.Int32 wrapMode, System.IntPtr* lineGradient)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateLineBrush' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateLineBrushI(System.Drawing.Internal.GPPOINT point1, System.Drawing.Internal.GPPOINT point2, System.Int32 color1, System.Int32 color2, System.Int32 wrapMode, System.IntPtr* lineGradient)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateLineBrushI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateLineBrushFromRect(System.Drawing.Internal.GPRECTF* rect, System.Int32 color1, System.Int32 color2, System.Int32 lineGradientMode, System.Int32 wrapMode, System.IntPtr* lineGradient)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateLineBrushFromRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateLineBrushFromRectWithAngle(System.Drawing.Internal.GPRECTF* rect, System.Int32 color1, System.Int32 color2, System.Single angle, System.Boolean isAngleScaleable, System.Int32 wrapMode, System.IntPtr* lineGradient)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateLineBrushFromRectWithAngle' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetLineColors(System.Runtime.InteropServices.HandleRef brush, System.Int32 color1, System.Int32 color2)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetLineColors' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLineColors(System.Runtime.InteropServices.HandleRef brush, System.Int32[] colors)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLineColors' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLineRect(System.Runtime.InteropServices.HandleRef brush, System.Drawing.Internal.GPRECTF* gprectf)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLineRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLineGammaCorrection(System.Runtime.InteropServices.HandleRef brush, System.Boolean* useGammaCorrection)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLineGammaCorrection' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetLineGammaCorrection(System.Runtime.InteropServices.HandleRef brush, System.Boolean useGammaCorrection)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetLineGammaCorrection' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetLineSigmaBlend(System.Runtime.InteropServices.HandleRef brush, System.Single focus, System.Single scale)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetLineSigmaBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetLineLinearBlend(System.Runtime.InteropServices.HandleRef brush, System.Single focus, System.Single scale)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetLineLinearBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLineBlendCount(System.Runtime.InteropServices.HandleRef brush, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLineBlendCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLineBlend(System.Runtime.InteropServices.HandleRef brush, System.IntPtr blend, System.IntPtr positions, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLineBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetLineBlend(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef blend, System.Runtime.InteropServices.HandleRef positions, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetLineBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLinePresetBlendCount(System.Runtime.InteropServices.HandleRef brush, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLinePresetBlendCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLinePresetBlend(System.Runtime.InteropServices.HandleRef brush, System.IntPtr blend, System.IntPtr positions, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLinePresetBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetLinePresetBlend(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef blend, System.Runtime.InteropServices.HandleRef positions, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetLinePresetBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetLineWrapMode(System.Runtime.InteropServices.HandleRef brush, System.Int32 wrapMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetLineWrapMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLineWrapMode(System.Runtime.InteropServices.HandleRef brush, System.Int32* wrapMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLineWrapMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipResetLineTransform(System.Runtime.InteropServices.HandleRef brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipResetLineTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipMultiplyLineTransform(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef matrix, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipMultiplyLineTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLineTransform(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLineTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetLineTransform(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetLineTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipScaleLineTransform(System.Runtime.InteropServices.HandleRef brush, System.Single sx, System.Single sy, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipScaleLineTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRotateLineTransform(System.Runtime.InteropServices.HandleRef brush, System.Single angle, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRotateLineTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreatePathGradientI(System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Int32 wrapMode, System.IntPtr* brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreatePathGradientI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreatePathGradientFromPath(System.Runtime.InteropServices.HandleRef path, System.IntPtr* brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreatePathGradientFromPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientCenterColor(System.Runtime.InteropServices.HandleRef brush, System.Int32* color)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientCenterColor' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientSurroundColorsWithCount(System.Runtime.InteropServices.HandleRef brush, System.Int32[] color, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientSurroundColorsWithCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientCenterPoint(System.Runtime.InteropServices.HandleRef brush, System.Drawing.Internal.GPPOINTF point)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientCenterPoint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientRect(System.Runtime.InteropServices.HandleRef brush, System.Drawing.Internal.GPRECTF* gprectf)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientPointCount(System.Runtime.InteropServices.HandleRef brush, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientPointCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientBlendCount(System.Runtime.InteropServices.HandleRef brush, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientBlendCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientBlend(System.Runtime.InteropServices.HandleRef brush, System.IntPtr blend, System.IntPtr positions, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathGradientBlend(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef blend, System.Runtime.InteropServices.HandleRef positions, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathGradientBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientPresetBlendCount(System.Runtime.InteropServices.HandleRef brush, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientPresetBlendCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientPresetBlend(System.Runtime.InteropServices.HandleRef brush, System.IntPtr blend, System.IntPtr positions, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientPresetBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathGradientPresetBlend(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef blend, System.Runtime.InteropServices.HandleRef positions, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathGradientPresetBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathGradientSigmaBlend(System.Runtime.InteropServices.HandleRef brush, System.Single focus, System.Single scale)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathGradientSigmaBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathGradientLinearBlend(System.Runtime.InteropServices.HandleRef brush, System.Single focus, System.Single scale)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathGradientLinearBlend' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathGradientWrapMode(System.Runtime.InteropServices.HandleRef brush, System.Int32 wrapmode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathGradientWrapMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientWrapMode(System.Runtime.InteropServices.HandleRef brush, System.Int32* wrapmode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientWrapMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathGradientTransform(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathGradientTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientTransform(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipResetPathGradientTransform(System.Runtime.InteropServices.HandleRef brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipResetPathGradientTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipMultiplyPathGradientTransform(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef matrix, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipMultiplyPathGradientTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTranslatePathGradientTransform(System.Runtime.InteropServices.HandleRef brush, System.Single dx, System.Single dy, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTranslatePathGradientTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipScalePathGradientTransform(System.Runtime.InteropServices.HandleRef brush, System.Single sx, System.Single sy, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipScalePathGradientTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRotatePathGradientTransform(System.Runtime.InteropServices.HandleRef brush, System.Single angle, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRotatePathGradientTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPathGradientFocusScales(System.Runtime.InteropServices.HandleRef brush, System.Single[] xScale, System.Single[] yScale)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPathGradientFocusScales' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPathGradientFocusScales(System.Runtime.InteropServices.HandleRef brush, System.Single xScale, System.Single yScale)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPathGradientFocusScales' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipClonePen(System.Runtime.InteropServices.HandleRef pen, System.IntPtr* clonepen)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipClonePen' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenMode(System.Runtime.InteropServices.HandleRef pen, System.Drawing.Drawing2D.PenAlignment penAlign)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenMode(System.Runtime.InteropServices.HandleRef pen, System.Drawing.Drawing2D.PenAlignment* penAlign)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenWidth(System.Runtime.InteropServices.HandleRef pen, System.Single width)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenWidth' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenWidth(System.Runtime.InteropServices.HandleRef pen, System.Single[] width)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenWidth' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenLineCap197819(System.Runtime.InteropServices.HandleRef pen, System.Int32 startCap, System.Int32 endCap, System.Int32 dashCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenLineCap197819' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenStartCap(System.Runtime.InteropServices.HandleRef pen, System.Int32 startCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenStartCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenEndCap(System.Runtime.InteropServices.HandleRef pen, System.Int32 endCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenEndCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenStartCap(System.Runtime.InteropServices.HandleRef pen, System.Int32* startCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenStartCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenEndCap(System.Runtime.InteropServices.HandleRef pen, System.Int32* endCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenEndCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenDashCap197819(System.Runtime.InteropServices.HandleRef pen, System.Int32* dashCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenDashCap197819' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenDashCap197819(System.Runtime.InteropServices.HandleRef pen, System.Int32 dashCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenDashCap197819' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenLineJoin(System.Runtime.InteropServices.HandleRef pen, System.Int32 lineJoin)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenLineJoin' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenLineJoin(System.Runtime.InteropServices.HandleRef pen, System.Int32* lineJoin)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenLineJoin' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenCustomStartCap(System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef customCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenCustomStartCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenCustomStartCap(System.Runtime.InteropServices.HandleRef pen, System.IntPtr* customCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenCustomStartCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenCustomEndCap(System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef customCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenCustomEndCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenCustomEndCap(System.Runtime.InteropServices.HandleRef pen, System.IntPtr* customCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenCustomEndCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenMiterLimit(System.Runtime.InteropServices.HandleRef pen, System.Single miterLimit)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenMiterLimit' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenMiterLimit(System.Runtime.InteropServices.HandleRef pen, System.Single[] miterLimit)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenMiterLimit' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenTransform(System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenTransform(System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef matrix)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipResetPenTransform(System.Runtime.InteropServices.HandleRef brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipResetPenTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipMultiplyPenTransform(System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef matrix, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipMultiplyPenTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTranslatePenTransform(System.Runtime.InteropServices.HandleRef brush, System.Single dx, System.Single dy, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTranslatePenTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipScalePenTransform(System.Runtime.InteropServices.HandleRef brush, System.Single sx, System.Single sy, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipScalePenTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRotatePenTransform(System.Runtime.InteropServices.HandleRef brush, System.Single angle, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRotatePenTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenColor(System.Runtime.InteropServices.HandleRef pen, System.Int32 argb)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenColor' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenColor(System.Runtime.InteropServices.HandleRef pen, System.Int32* argb)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenColor' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenBrushFill(System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenBrushFill' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenBrushFill(System.Runtime.InteropServices.HandleRef pen, System.IntPtr* brush)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenBrushFill' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenFillType(System.Runtime.InteropServices.HandleRef pen, System.Int32* pentype)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenFillType' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenDashStyle(System.Runtime.InteropServices.HandleRef pen, System.Int32* dashstyle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenDashStyle' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenDashStyle(System.Runtime.InteropServices.HandleRef pen, System.Int32 dashstyle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenDashStyle' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenDashArray(System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef memorydash, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenDashArray' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenDashOffset(System.Runtime.InteropServices.HandleRef pen, System.Single[] dashoffset)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenDashOffset' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenDashOffset(System.Runtime.InteropServices.HandleRef pen, System.Single dashoffset)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenDashOffset' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenDashCount(System.Runtime.InteropServices.HandleRef pen, System.Int32* dashcount)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenDashCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenDashArray(System.Runtime.InteropServices.HandleRef pen, System.IntPtr memorydash, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenDashArray' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenCompoundCount(System.Runtime.InteropServices.HandleRef pen, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenCompoundCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPenCompoundArray(System.Runtime.InteropServices.HandleRef pen, System.Single[] array, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPenCompoundArray' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPenCompoundArray(System.Runtime.InteropServices.HandleRef pen, System.Single[] array, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPenCompoundArray' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateCustomLineCap(System.Runtime.InteropServices.HandleRef fillpath, System.Runtime.InteropServices.HandleRef strokepath, System.Drawing.Drawing2D.LineCap baseCap, System.Single baseInset, System.IntPtr* customCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateCustomLineCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeleteCustomLineCap(System.Runtime.InteropServices.HandleRef customCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeleteCustomLineCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCloneCustomLineCap(System.Runtime.InteropServices.HandleRef customCap, System.IntPtr* clonedCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCloneCustomLineCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetCustomLineCapType(System.Runtime.InteropServices.HandleRef customCap, System.Drawing.Drawing2D.CustomLineCapType* capType)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetCustomLineCapType' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetCustomLineCapStrokeCaps(System.Runtime.InteropServices.HandleRef customCap, System.Drawing.Drawing2D.LineCap startCap, System.Drawing.Drawing2D.LineCap endCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetCustomLineCapStrokeCaps' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetCustomLineCapStrokeCaps(System.Runtime.InteropServices.HandleRef customCap, System.Drawing.Drawing2D.LineCap* startCap, System.Drawing.Drawing2D.LineCap* endCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetCustomLineCapStrokeCaps' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetCustomLineCapStrokeJoin(System.Runtime.InteropServices.HandleRef customCap, System.Drawing.Drawing2D.LineJoin lineJoin)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetCustomLineCapStrokeJoin' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetCustomLineCapStrokeJoin(System.Runtime.InteropServices.HandleRef customCap, System.Drawing.Drawing2D.LineJoin* lineJoin)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetCustomLineCapStrokeJoin' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetCustomLineCapBaseCap(System.Runtime.InteropServices.HandleRef customCap, System.Drawing.Drawing2D.LineCap baseCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetCustomLineCapBaseCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetCustomLineCapBaseCap(System.Runtime.InteropServices.HandleRef customCap, System.Drawing.Drawing2D.LineCap* baseCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetCustomLineCapBaseCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetCustomLineCapBaseInset(System.Runtime.InteropServices.HandleRef customCap, System.Single inset)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetCustomLineCapBaseInset' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetCustomLineCapBaseInset(System.Runtime.InteropServices.HandleRef customCap, System.Single* inset)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetCustomLineCapBaseInset' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetCustomLineCapWidthScale(System.Runtime.InteropServices.HandleRef customCap, System.Single widthScale)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetCustomLineCapWidthScale' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetCustomLineCapWidthScale(System.Runtime.InteropServices.HandleRef customCap, System.Single* widthScale)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetCustomLineCapWidthScale' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateAdjustableArrowCap(System.Single height, System.Single width, System.Boolean isFilled, System.IntPtr* adjustableArrowCap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateAdjustableArrowCap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetAdjustableArrowCapHeight(System.Runtime.InteropServices.HandleRef adjustableArrowCap, System.Single height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetAdjustableArrowCapHeight' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetAdjustableArrowCapHeight(System.Runtime.InteropServices.HandleRef adjustableArrowCap, System.Single* height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetAdjustableArrowCapHeight' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetAdjustableArrowCapWidth(System.Runtime.InteropServices.HandleRef adjustableArrowCap, System.Single width)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetAdjustableArrowCapWidth' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetAdjustableArrowCapWidth(System.Runtime.InteropServices.HandleRef adjustableArrowCap, System.Single* width)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetAdjustableArrowCapWidth' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetAdjustableArrowCapMiddleInset(System.Runtime.InteropServices.HandleRef adjustableArrowCap, System.Single middleInset)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetAdjustableArrowCapMiddleInset' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetAdjustableArrowCapMiddleInset(System.Runtime.InteropServices.HandleRef adjustableArrowCap, System.Single* middleInset)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetAdjustableArrowCapMiddleInset' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetAdjustableArrowCapFillState(System.Runtime.InteropServices.HandleRef adjustableArrowCap, System.Boolean fillState)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetAdjustableArrowCapFillState' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetAdjustableArrowCapFillState(System.Runtime.InteropServices.HandleRef adjustableArrowCap, System.Boolean* fillState)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetAdjustableArrowCapFillState' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipLoadImageFromFile(System.String filename, System.IntPtr* image)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipLoadImageFromFile' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipLoadImageFromStreamICM(System.Drawing.UnsafeNativeMethods+IStream stream, System.IntPtr* image)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipLoadImageFromStreamICM' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipLoadImageFromFileICM(System.String filename, System.IntPtr* image)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipLoadImageFromFileICM' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSaveImageToFile(System.Runtime.InteropServices.HandleRef image, System.String filename, System.Guid* classId, System.Runtime.InteropServices.HandleRef encoderParams)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSaveImageToFile' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSaveImageToStream(System.Runtime.InteropServices.HandleRef image, System.Drawing.UnsafeNativeMethods+IStream stream, System.Guid* classId, System.Runtime.InteropServices.HandleRef encoderParams)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSaveImageToStream' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSaveAdd(System.Runtime.InteropServices.HandleRef image, System.Runtime.InteropServices.HandleRef encoderParams)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSaveAdd' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSaveAddImage(System.Runtime.InteropServices.HandleRef image, System.Runtime.InteropServices.HandleRef newImage, System.Runtime.InteropServices.HandleRef encoderParams)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSaveAddImage' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageBounds(System.Runtime.InteropServices.HandleRef image, System.Drawing.Internal.GPRECTF* gprectf, System.Drawing.GraphicsUnit* unit)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageBounds' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageDimension(System.Runtime.InteropServices.HandleRef image, System.Single* width, System.Single* height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageDimension' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageHorizontalResolution(System.Runtime.InteropServices.HandleRef image, System.Single* horzRes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageHorizontalResolution' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageVerticalResolution(System.Runtime.InteropServices.HandleRef image, System.Single* vertRes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageVerticalResolution' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageFlags(System.Runtime.InteropServices.HandleRef image, System.Int32* flags)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageFlags' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageThumbnail(System.Runtime.InteropServices.HandleRef image, System.Int32 thumbWidth, System.Int32 thumbHeight, System.IntPtr* thumbImage, System.Drawing.Image+GetThumbnailImageAbort callback, System.IntPtr callbackdata)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageThumbnail' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetEncoderParameterListSize(System.Runtime.InteropServices.HandleRef image, System.Guid* clsid, System.Int32* size)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetEncoderParameterListSize' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetEncoderParameterList(System.Runtime.InteropServices.HandleRef image, System.Guid* clsid, System.Int32 size, System.IntPtr buffer)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetEncoderParameterList' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipImageGetFrameCount(System.Runtime.InteropServices.HandleRef image, System.Guid* dimensionID, System.Int32[] count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipImageGetFrameCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipImageSelectActiveFrame(System.Runtime.InteropServices.HandleRef image, System.Guid* dimensionID, System.Int32 frameIndex)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipImageSelectActiveFrame' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipImageRotateFlip(System.Runtime.InteropServices.HandleRef image, System.Int32 rotateFlipType)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipImageRotateFlip' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImagePalette(System.Runtime.InteropServices.HandleRef image, System.IntPtr palette, System.Int32 size)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImagePalette' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetImagePalette(System.Runtime.InteropServices.HandleRef image, System.IntPtr palette)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetImagePalette' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImagePaletteSize(System.Runtime.InteropServices.HandleRef image, System.Int32* size)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImagePaletteSize' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPropertyIdList(System.Runtime.InteropServices.HandleRef image, System.Int32 count, System.Int32[] list)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPropertyIdList' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPropertyItemSize(System.Runtime.InteropServices.HandleRef image, System.Int32 propid, System.Int32* size)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPropertyItemSize' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPropertyItem(System.Runtime.InteropServices.HandleRef image, System.Int32 propid, System.Int32 size, System.IntPtr buffer)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPropertyItem' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRemovePropertyItem(System.Runtime.InteropServices.HandleRef image, System.Int32 propid)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRemovePropertyItem' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPropertyItem(System.Runtime.InteropServices.HandleRef image, System.Drawing.Imaging.PropertyItemInternal propitem)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPropertyItem' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageDecodersSize(System.Int32* numDecoders, System.Int32* size)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageDecodersSize' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageDecoders(System.Int32 numDecoders, System.Int32 size, System.IntPtr decoders)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageDecoders' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageEncodersSize(System.Int32* numEncoders, System.Int32* size)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageEncodersSize' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageEncoders(System.Int32 numEncoders, System.Int32 size, System.IntPtr encoders)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageEncoders' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateBitmapFromFile(System.String filename, System.IntPtr* bitmap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateBitmapFromFile' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateBitmapFromStreamICM(System.Drawing.UnsafeNativeMethods+IStream stream, System.IntPtr* bitmap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateBitmapFromStreamICM' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateBitmapFromFileICM(System.String filename, System.IntPtr* bitmap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateBitmapFromFileICM' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateBitmapFromGraphics(System.Int32 width, System.Int32 height, System.Runtime.InteropServices.HandleRef graphics, System.IntPtr* bitmap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateBitmapFromGraphics' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateBitmapFromHICON(System.Runtime.InteropServices.HandleRef hicon, System.IntPtr* bitmap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateBitmapFromHICON' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateBitmapFromResource(System.Runtime.InteropServices.HandleRef hresource, System.Runtime.InteropServices.HandleRef name, System.IntPtr* bitmap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateBitmapFromResource' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateHICONFromBitmap(System.Runtime.InteropServices.HandleRef nativeBitmap, System.IntPtr* hicon)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateHICONFromBitmap' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCloneBitmapArea(System.Single x, System.Single y, System.Single width, System.Single height, System.Int32 format, System.Runtime.InteropServices.HandleRef srcbitmap, System.IntPtr* dstbitmap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCloneBitmapArea' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCloneBitmapAreaI(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Int32 format, System.Runtime.InteropServices.HandleRef srcbitmap, System.IntPtr* dstbitmap)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCloneBitmapAreaI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipBitmapSetResolution(System.Runtime.InteropServices.HandleRef bitmap, System.Single dpix, System.Single dpiy)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipBitmapSetResolution' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCloneImageAttributes(System.Runtime.InteropServices.HandleRef imageattr, System.IntPtr* cloneImageattr)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCloneImageAttributes' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetImageAttributesThreshold(System.Runtime.InteropServices.HandleRef imageattr, System.Drawing.Imaging.ColorAdjustType type, System.Boolean enableFlag, System.Single threshold)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetImageAttributesThreshold' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetImageAttributesGamma(System.Runtime.InteropServices.HandleRef imageattr, System.Drawing.Imaging.ColorAdjustType type, System.Boolean enableFlag, System.Single gamma)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetImageAttributesGamma' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetImageAttributesNoOp(System.Runtime.InteropServices.HandleRef imageattr, System.Drawing.Imaging.ColorAdjustType type, System.Boolean enableFlag)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetImageAttributesNoOp' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetImageAttributesOutputChannel(System.Runtime.InteropServices.HandleRef imageattr, System.Drawing.Imaging.ColorAdjustType type, System.Boolean enableFlag, System.Drawing.Imaging.ColorChannelFlag flags)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetImageAttributesOutputChannel' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetImageAttributesOutputChannelColorProfile(System.Runtime.InteropServices.HandleRef imageattr, System.Drawing.Imaging.ColorAdjustType type, System.Boolean enableFlag, System.String colorProfileFilename)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetImageAttributesOutputChannelColorProfile' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetImageAttributesRemapTable(System.Runtime.InteropServices.HandleRef imageattr, System.Drawing.Imaging.ColorAdjustType type, System.Boolean enableFlag, System.Int32 mapSize, System.Runtime.InteropServices.HandleRef map)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetImageAttributesRemapTable' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetImageAttributesWrapMode(System.Runtime.InteropServices.HandleRef imageattr, System.Int32 wrapmode, System.Int32 argb, System.Boolean clamp)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetImageAttributesWrapMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetImageAttributesAdjustedPalette(System.Runtime.InteropServices.HandleRef imageattr, System.Runtime.InteropServices.HandleRef palette, System.Drawing.Imaging.ColorAdjustType type)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetImageAttributesAdjustedPalette' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFlush(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Drawing2D.FlushIntention intention)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFlush' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateFromHDC2(System.Runtime.InteropServices.HandleRef hdc, System.Runtime.InteropServices.HandleRef hdevice, System.IntPtr* graphics)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateFromHDC2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetCompositingMode(System.Runtime.InteropServices.HandleRef graphics, System.Int32 compositeMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetCompositingMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetTextContrast(System.Runtime.InteropServices.HandleRef graphics, System.Int32 textContrast)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetTextContrast' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetInterpolationMode(System.Runtime.InteropServices.HandleRef graphics, System.Int32 mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetInterpolationMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetCompositingMode(System.Runtime.InteropServices.HandleRef graphics, System.Int32* compositeMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetCompositingMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetRenderingOrigin(System.Runtime.InteropServices.HandleRef graphics, System.Int32 x, System.Int32 y)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetRenderingOrigin' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetRenderingOrigin(System.Runtime.InteropServices.HandleRef graphics, System.Int32* x, System.Int32* y)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetRenderingOrigin' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetCompositingQuality(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Drawing2D.CompositingQuality quality)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetCompositingQuality' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetCompositingQuality(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Drawing2D.CompositingQuality* quality)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetCompositingQuality' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetSmoothingMode(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Drawing2D.SmoothingMode* smoothingMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetSmoothingMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPixelOffsetMode(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Drawing2D.PixelOffsetMode* pixelOffsetMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPixelOffsetMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetTextContrast(System.Runtime.InteropServices.HandleRef graphics, System.Int32* textContrast)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetTextContrast' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetInterpolationMode(System.Runtime.InteropServices.HandleRef graphics, System.Int32* mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetInterpolationMode' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipResetWorldTransform(System.Runtime.InteropServices.HandleRef graphics)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipResetWorldTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipMultiplyWorldTransform(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef matrix, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipMultiplyWorldTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipScaleWorldTransform(System.Runtime.InteropServices.HandleRef graphics, System.Single sx, System.Single sy, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipScaleWorldTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRotateWorldTransform(System.Runtime.InteropServices.HandleRef graphics, System.Single angle, System.Drawing.Drawing2D.MatrixOrder order)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRotateWorldTransform' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPageUnit(System.Runtime.InteropServices.HandleRef graphics, System.Int32* unit)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPageUnit' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetPageScale(System.Runtime.InteropServices.HandleRef graphics, System.Single[] scale)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetPageScale' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetPageScale(System.Runtime.InteropServices.HandleRef graphics, System.Single scale)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetPageScale' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTransformPoints(System.Runtime.InteropServices.HandleRef graphics, System.Int32 destSpace, System.Int32 srcSpace, System.IntPtr points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTransformPoints' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipTransformPointsI(System.Runtime.InteropServices.HandleRef graphics, System.Int32 destSpace, System.Int32 srcSpace, System.IntPtr points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipTransformPointsI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawLine(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Single x1, System.Single y1, System.Single x2, System.Single y2)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawLine' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawLines(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawLines' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawLinesI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawLinesI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawArc(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Single x, System.Single y, System.Single width, System.Single height, System.Single startAngle, System.Single sweepAngle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawArc' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawArcI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Single startAngle, System.Single sweepAngle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawArcI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawBezier(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Single x1, System.Single y1, System.Single x2, System.Single y2, System.Single x3, System.Single y3, System.Single x4, System.Single y4)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawBezier' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawBeziers(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawBeziers' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawBeziersI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawBeziersI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawRectangles(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef rects, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawRectangles' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawRectanglesI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef rects, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawRectanglesI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawEllipseI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawEllipseI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawPie(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Single x, System.Single y, System.Single width, System.Single height, System.Single startAngle, System.Single sweepAngle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawPie' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawPieI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Single startAngle, System.Single sweepAngle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawPieI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawPolygon(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawPolygon' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawPolygonI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawPolygonI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawPath(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawCurve(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawCurve' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawCurveI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawCurveI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawCurve2(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawCurve2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawCurve2I(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawCurve2I' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawCurve3(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Int32 offset, System.Int32 numberOfSegments, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawCurve3' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawCurve3I(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Int32 offset, System.Int32 numberOfSegments, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawCurve3I' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawClosedCurve(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawClosedCurve' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawClosedCurveI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawClosedCurveI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawClosedCurve2(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawClosedCurve2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawClosedCurve2I(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef pen, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Single tension)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawClosedCurve2I' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillRectangles(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef rects, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillRectangles' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillPolygon(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Int32 brushMode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillPolygon' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillEllipseI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillEllipseI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillPie(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Single x, System.Single y, System.Single width, System.Single height, System.Single startAngle, System.Single sweepAngle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillPie' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillPieI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Single startAngle, System.Single sweepAngle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillPieI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillPath(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef path)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillClosedCurve(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillClosedCurve' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillClosedCurveI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillClosedCurveI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillClosedCurve2(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Single tension, System.Int32 mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillClosedCurve2' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipFillClosedCurve2I(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef brush, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Single tension, System.Int32 mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipFillClosedCurve2I' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImage(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Single x, System.Single y)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImage' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImageRect(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Single x, System.Single y, System.Single width, System.Single height)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImageRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImagePoints(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImagePoints' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImagePointsI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Runtime.InteropServices.HandleRef points, System.Int32 count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImagePointsI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImagePointRect(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Single x, System.Single y, System.Single srcx, System.Single srcy, System.Single srcwidth, System.Single srcheight, System.Int32 srcunit)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImagePointRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImagePointRectI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Int32 x, System.Int32 y, System.Int32 srcx, System.Int32 srcy, System.Int32 srcwidth, System.Int32 srcheight, System.Int32 srcunit)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImagePointRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImageRectRect(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Single dstx, System.Single dsty, System.Single dstwidth, System.Single dstheight, System.Single srcx, System.Single srcy, System.Single srcwidth, System.Single srcheight, System.Int32 srcunit, System.Runtime.InteropServices.HandleRef imageAttributes, System.Drawing.Graphics+DrawImageAbort callback, System.Runtime.InteropServices.HandleRef callbackdata)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImageRectRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImagePointsRect(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Single srcx, System.Single srcy, System.Single srcwidth, System.Single srcheight, System.Int32 srcunit, System.Runtime.InteropServices.HandleRef imageAttributes, System.Drawing.Graphics+DrawImageAbort callback, System.Runtime.InteropServices.HandleRef callbackdata)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImagePointsRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipDrawImagePointsRectI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef image, System.Runtime.InteropServices.HandleRef points, System.Int32 count, System.Int32 srcx, System.Int32 srcy, System.Int32 srcwidth, System.Int32 srcheight, System.Int32 srcunit, System.Runtime.InteropServices.HandleRef imageAttributes, System.Drawing.Graphics+DrawImageAbort callback, System.Runtime.InteropServices.HandleRef callbackdata)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipDrawImagePointsRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileDestPoint(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.Drawing.Internal.GPPOINTF destPoint, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileDestPoint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileDestPointI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.Drawing.Internal.GPPOINT destPoint, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileDestPointI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileDestRect(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.Drawing.Internal.GPRECTF* destRect, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileDestRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileDestRectI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.Drawing.Internal.GPRECT* destRect, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileDestRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileDestPoints(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.IntPtr destPoints, System.Int32 count, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileDestPoints' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileDestPointsI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.IntPtr destPoints, System.Int32 count, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileDestPointsI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileSrcRectDestPoint(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.Drawing.Internal.GPPOINTF destPoint, System.Drawing.Internal.GPRECTF* srcRect, System.Int32 pageUnit, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileSrcRectDestPoint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileSrcRectDestPointI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.Drawing.Internal.GPPOINT destPoint, System.Drawing.Internal.GPRECT* srcRect, System.Int32 pageUnit, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileSrcRectDestPointI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileSrcRectDestRect(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.Drawing.Internal.GPRECTF* destRect, System.Drawing.Internal.GPRECTF* srcRect, System.Int32 pageUnit, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileSrcRectDestRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileSrcRectDestRectI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.Drawing.Internal.GPRECT* destRect, System.Drawing.Internal.GPRECT* srcRect, System.Int32 pageUnit, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileSrcRectDestRectI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileSrcRectDestPoints(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.IntPtr destPoints, System.Int32 count, System.Drawing.Internal.GPRECTF* srcRect, System.Int32 pageUnit, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileSrcRectDestPoints' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipEnumerateMetafileSrcRectDestPointsI(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef metafile, System.IntPtr destPoints, System.Int32 count, System.Drawing.Internal.GPRECT* srcRect, System.Int32 pageUnit, System.Drawing.Graphics+EnumerateMetafileProc callback, System.Runtime.InteropServices.HandleRef callbackdata, System.Runtime.InteropServices.HandleRef imageattributes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipEnumerateMetafileSrcRectDestPointsI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPlayMetafileRecord(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Imaging.EmfPlusRecordType recordType, System.Int32 flags, System.Int32 dataSize, System.Byte[] data)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPlayMetafileRecord' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetClipGraphics(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef srcgraphics, System.Drawing.Drawing2D.CombineMode mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetClipGraphics' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetClipRect(System.Runtime.InteropServices.HandleRef graphics, System.Single x, System.Single y, System.Single width, System.Single height, System.Drawing.Drawing2D.CombineMode mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetClipRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetClipPath(System.Runtime.InteropServices.HandleRef graphics, System.Runtime.InteropServices.HandleRef path, System.Drawing.Drawing2D.CombineMode mode)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetClipPath' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipResetClip(System.Runtime.InteropServices.HandleRef graphics)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipResetClip' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetClipBounds(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Internal.GPRECTF* rect)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetClipBounds' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsClipEmpty(System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsClipEmpty' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetVisibleClipBounds(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Internal.GPRECTF* rect)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetVisibleClipBounds' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsVisibleClipEmpty(System.Runtime.InteropServices.HandleRef graphics, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsVisibleClipEmpty' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsVisiblePoint(System.Runtime.InteropServices.HandleRef graphics, System.Single x, System.Single y, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsVisiblePoint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsVisiblePointI(System.Runtime.InteropServices.HandleRef graphics, System.Int32 x, System.Int32 y, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsVisiblePointI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipIsVisibleRect(System.Runtime.InteropServices.HandleRef graphics, System.Single x, System.Single y, System.Single width, System.Single height, System.Int32* boolean)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipIsVisibleRect' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipBeginContainer(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Internal.GPRECTF* dstRect, System.Drawing.Internal.GPRECTF* srcRect, System.Int32 unit, System.Int32* state)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipBeginContainer' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipBeginContainerI(System.Runtime.InteropServices.HandleRef graphics, System.Drawing.Internal.GPRECT* dstRect, System.Drawing.Internal.GPRECT* srcRect, System.Int32 unit, System.Int32* state)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipBeginContainerI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetMetafileHeaderFromWmf(System.Runtime.InteropServices.HandleRef hMetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfplaceable, System.Drawing.Imaging.MetafileHeaderWmf metafileHeaderWmf)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetMetafileHeaderFromWmf' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetMetafileHeaderFromEmf(System.Runtime.InteropServices.HandleRef hEnhMetafile, System.Drawing.Imaging.MetafileHeaderEmf metafileHeaderEmf)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetMetafileHeaderFromEmf' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetMetafileHeaderFromFile(System.String filename, System.IntPtr header)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetMetafileHeaderFromFile' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetMetafileHeaderFromStream(System.Drawing.UnsafeNativeMethods+IStream stream, System.IntPtr header)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetMetafileHeaderFromStream' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetMetafileHeaderFromMetafile(System.Runtime.InteropServices.HandleRef metafile, System.IntPtr header)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetMetafileHeaderFromMetafile' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetHemfFromMetafile(System.Runtime.InteropServices.HandleRef metafile, System.IntPtr* hEnhMetafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetHemfFromMetafile' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateMetafileFromWmf(System.Runtime.InteropServices.HandleRef hMetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfplacealbeHeader, System.Boolean deleteWmf, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateMetafileFromWmf' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateMetafileFromEmf(System.Runtime.InteropServices.HandleRef hEnhMetafile, System.Boolean deleteEmf, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateMetafileFromEmf' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateMetafileFromFile(System.String file, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateMetafileFromFile' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateMetafileFromStream(System.Drawing.UnsafeNativeMethods+IStream stream, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateMetafileFromStream' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRecordMetafile(System.Runtime.InteropServices.HandleRef referenceHdc, System.Int32 emfType, System.Drawing.Internal.GPRECTF* frameRect, System.Int32 frameUnit, System.String description, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRecordMetafile' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRecordMetafile(System.Runtime.InteropServices.HandleRef referenceHdc, System.Int32 emfType, System.Runtime.InteropServices.HandleRef pframeRect, System.Int32 frameUnit, System.String description, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRecordMetafile' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRecordMetafileI(System.Runtime.InteropServices.HandleRef referenceHdc, System.Int32 emfType, System.Drawing.Internal.GPRECT* frameRect, System.Int32 frameUnit, System.String description, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRecordMetafileI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRecordMetafileFileName(System.String fileName, System.Runtime.InteropServices.HandleRef referenceHdc, System.Int32 emfType, System.Drawing.Internal.GPRECTF* frameRect, System.Int32 frameUnit, System.String description, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRecordMetafileFileName' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRecordMetafileFileName(System.String fileName, System.Runtime.InteropServices.HandleRef referenceHdc, System.Int32 emfType, System.Runtime.InteropServices.HandleRef pframeRect, System.Int32 frameUnit, System.String description, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRecordMetafileFileName' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRecordMetafileFileNameI(System.String fileName, System.Runtime.InteropServices.HandleRef referenceHdc, System.Int32 emfType, System.Drawing.Internal.GPRECT* frameRect, System.Int32 frameUnit, System.String description, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRecordMetafileFileNameI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRecordMetafileStream(System.Drawing.UnsafeNativeMethods+IStream stream, System.Runtime.InteropServices.HandleRef referenceHdc, System.Int32 emfType, System.Drawing.Internal.GPRECTF* frameRect, System.Int32 frameUnit, System.String description, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRecordMetafileStream' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRecordMetafileStream(System.Drawing.UnsafeNativeMethods+IStream stream, System.Runtime.InteropServices.HandleRef referenceHdc, System.Int32 emfType, System.Runtime.InteropServices.HandleRef pframeRect, System.Int32 frameUnit, System.String description, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRecordMetafileStream' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipRecordMetafileStreamI(System.Drawing.UnsafeNativeMethods+IStream stream, System.Runtime.InteropServices.HandleRef referenceHdc, System.Int32 emfType, System.Drawing.Internal.GPRECT* frameRect, System.Int32 frameUnit, System.String description, System.IntPtr* metafile)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipRecordMetafileStreamI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipComment(System.Runtime.InteropServices.HandleRef graphics, System.Int32 sizeData, System.Byte[] data)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipComment' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipNewInstalledFontCollection(System.IntPtr* fontCollection)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipNewInstalledFontCollection' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipNewPrivateFontCollection(System.IntPtr* fontCollection)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipNewPrivateFontCollection' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntGdipDeletePrivateFontCollection(System.IntPtr* fontCollection)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.IntGdipDeletePrivateFontCollection' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetFontCollectionFamilyCount(System.Runtime.InteropServices.HandleRef fontCollection, System.Int32* numFound)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetFontCollectionFamilyCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetFontCollectionFamilyList(System.Runtime.InteropServices.HandleRef fontCollection, System.Int32 numSought, System.IntPtr[] gpfamilies, System.Int32* numFound)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetFontCollectionFamilyList' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPrivateAddFontFile(System.Runtime.InteropServices.HandleRef fontCollection, System.String filename)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPrivateAddFontFile' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipPrivateAddMemoryFont(System.Runtime.InteropServices.HandleRef fontCollection, System.Runtime.InteropServices.HandleRef memory, System.Int32 length)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipPrivateAddMemoryFont' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetGenericFontFamilySansSerif(System.IntPtr* fontfamily)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetGenericFontFamilySansSerif' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetGenericFontFamilySerif(System.IntPtr* fontfamily)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetGenericFontFamilySerif' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetGenericFontFamilyMonospace(System.IntPtr* fontfamily)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetGenericFontFamilyMonospace' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCloneFontFamily(System.Runtime.InteropServices.HandleRef fontfamily, System.IntPtr* clonefontfamily)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCloneFontFamily' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetCellAscent(System.Runtime.InteropServices.HandleRef family, System.Drawing.FontStyle style, System.Int32* CellAscent)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetCellAscent' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetCellDescent(System.Runtime.InteropServices.HandleRef family, System.Drawing.FontStyle style, System.Int32* CellDescent)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetCellDescent' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateFontFromDC(System.Runtime.InteropServices.HandleRef hdc, System.IntPtr* font)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateFontFromDC' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCreateFontFromLogfontA(System.Runtime.InteropServices.HandleRef hdc, System.Object lf, System.IntPtr* font)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCreateFontFromLogfontA' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetLogFontA(System.Runtime.InteropServices.HandleRef font, System.Runtime.InteropServices.HandleRef graphics, System.Object lf)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetLogFontA' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCloneFont(System.Runtime.InteropServices.HandleRef font, System.IntPtr* cloneFont)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCloneFont' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetFontHeightGivenDPI(System.Runtime.InteropServices.HandleRef font, System.Single dpi, System.Single* size)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetFontHeightGivenDPI' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipMeasureCharacterRanges(System.Runtime.InteropServices.HandleRef graphics, System.String textString, System.Int32 length, System.Runtime.InteropServices.HandleRef font, System.Drawing.Internal.GPRECTF* layoutRect, System.Runtime.InteropServices.HandleRef stringFormat, System.Int32 characterCount, System.IntPtr[] region)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipMeasureCharacterRanges' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetStringFormatMeasurableCharacterRanges(System.Runtime.InteropServices.HandleRef format, System.Int32 rangeCount, System.Drawing.CharacterRange[] range)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetStringFormatMeasurableCharacterRanges' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipStringFormatGetGenericDefault(System.IntPtr* format)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipStringFormatGetGenericDefault' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipStringFormatGetGenericTypographic(System.IntPtr* format)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipStringFormatGetGenericTypographic' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipCloneStringFormat(System.Runtime.InteropServices.HandleRef format, System.IntPtr* newFormat)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipCloneStringFormat' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetStringFormatTabStops(System.Runtime.InteropServices.HandleRef format, System.Single firstTabOffset, System.Int32 count, System.Single[] tabStops)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetStringFormatTabStops' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetStringFormatTabStops(System.Runtime.InteropServices.HandleRef format, System.Int32 count, System.Single* firstTabOffset, System.Single[] tabStops)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetStringFormatTabStops' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetStringFormatTabStopCount(System.Runtime.InteropServices.HandleRef format, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetStringFormatTabStopCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetStringFormatMeasurableCharacterRangeCount(System.Runtime.InteropServices.HandleRef format, System.Int32* count)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetStringFormatMeasurableCharacterRangeCount' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipSetStringFormatDigitSubstitution(System.Runtime.InteropServices.HandleRef format, System.Int32 langID, System.Drawing.StringDigitSubstitute sds)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipSetStringFormatDigitSubstitution' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GdipGetStringFormatDigitSubstitution(System.Runtime.InteropServices.HandleRef format, System.Int32* langID, System.Drawing.StringDigitSubstitute* sds)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.SafeNativeMethods+Gdip.GdipGetStringFormatDigitSubstitution' has not been implemented!");
|
|
}
|
|
}
|
|
}
|