Public symbols in gdiplus.dll (6.3.9600.17415-Windows_8.1) on x86_64
Total: 627
gdipluseffects.h,
gdiplus.dll
GdipCreateEffect ( GUID const guid, struct CGpEffect** effect )
GdipDeleteEffect ( struct CGpEffect* effect )
GdipGetEffectParameters ( struct CGpEffect* effect, UINT* size, void* params )
GdipGetEffectParameterSize ( struct CGpEffect* effect, UINT* size )
GdipSetEffectParameters ( struct CGpEffect* effect, void const* params, UINT const size )
gdiplusflat.h,
gdiplus.dll
GdipAddPathArc ( struct GpPath* path, REAL x, REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle )
GdipAddPathArcI ( struct GpPath* path, INT x, INT y, INT width, INT height, REAL startAngle, REAL sweepAngle )
GdipAddPathBezier ( struct GpPath* path, REAL x1, REAL y1, REAL x2, REAL y2, REAL x3, REAL y3, REAL x4, REAL y4 )
GdipAddPathBezierI ( struct GpPath* path, INT x1, INT y1, INT x2, INT y2, INT x3, INT y3, INT x4, INT y4 )
GdipAddPathBeziers ( struct GpPath* path, GpPointF const* points, INT count )
GdipAddPathBeziersI ( struct GpPath* path, GpPoint const* points, INT count )
GdipAddPathClosedCurve ( struct GpPath* path, GpPointF const* points, INT count )
GdipAddPathClosedCurve2 ( struct GpPath* path, GpPointF const* points, INT count, REAL tension )
GdipAddPathClosedCurve2I ( struct GpPath* path, GpPoint const* points, INT count, REAL tension )
GdipAddPathClosedCurveI ( struct GpPath* path, GpPoint const* points, INT count )
GdipAddPathCurve ( struct GpPath* path, GpPointF const* points, INT count )
GdipAddPathCurve2 ( struct GpPath* path, GpPointF const* points, INT count, REAL tension )
GdipAddPathCurve2I ( struct GpPath* path, GpPoint const* points, INT count, REAL tension )
GdipAddPathCurve3 ( struct GpPath* path, GpPointF const* points, INT count, INT offset, INT numberOfSegments, REAL tension )
GdipAddPathCurve3I ( struct GpPath* path, GpPoint const* points, INT count, INT offset, INT numberOfSegments, REAL tension )
GdipAddPathCurveI ( struct GpPath* path, GpPoint const* points, INT count )
GdipAddPathEllipse ( struct GpPath* path, REAL x, REAL y, REAL width, REAL height )
GdipAddPathEllipseI ( struct GpPath* path, INT x, INT y, INT width, INT height )
GdipAddPathLine ( struct GpPath* path, REAL x1, REAL y1, REAL x2, REAL y2 )
GdipAddPathLine2 ( struct GpPath* path, GpPointF const* points, INT count )
GdipAddPathLine2I ( struct GpPath* path, GpPoint const* points, INT count )
GdipAddPathLineI ( struct GpPath* path, INT x1, INT y1, INT x2, INT y2 )
GdipAddPathPath ( struct GpPath* path, struct GpPath const* addingPath, BOOL connect )
GdipAddPathPie ( struct GpPath* path, REAL x, REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle )
GdipAddPathPieI ( struct GpPath* path, INT x, INT y, INT width, INT height, REAL startAngle, REAL sweepAngle )
GdipAddPathPolygon ( struct GpPath* path, GpPointF const* points, INT count )
GdipAddPathPolygonI ( struct GpPath* path, GpPoint const* points, INT count )
GdipAddPathRectangle ( struct GpPath* path, REAL x, REAL y, REAL width, REAL height )
GdipAddPathRectangleI ( struct GpPath* path, INT x, INT y, INT width, INT height )
GdipAddPathRectangles ( struct GpPath* path, GpRectF const* rects, INT count )
GdipAddPathRectanglesI ( struct GpPath* path, GpRect const* rects, INT count )
GdipAddPathString ( struct GpPath* path, WCHAR const* string, INT length, struct GpFontFamily const* family, INT style, REAL emSize, RectF const* layoutRect, struct GpStringFormat const* format )
GdipAddPathStringI ( struct GpPath* path, WCHAR const* string, INT length, struct GpFontFamily const* family, INT style, REAL emSize, Rect const* layoutRect, struct GpStringFormat const* format )
GdipBeginContainer ( struct GpGraphics* graphics, GpRectF const* dstrect, GpRectF const* srcrect, GpUnit unit, GraphicsContainer* state )
GdipBeginContainer2 ( struct GpGraphics* graphics, GraphicsContainer* state )
GdipBeginContainerI ( struct GpGraphics* graphics, GpRect const* dstrect, GpRect const* srcrect, GpUnit unit, GraphicsContainer* state )
GdipBitmapApplyEffect ( struct GpBitmap* bitmap, struct CGpEffect* effect, RECT* roi, BOOL useAuxData, void** auxData, INT* auxDataSize )
GdipBitmapConvertFormat ( struct GpBitmap* pInputBitmap, PixelFormat format, enum DitherType dithertype, enum PaletteType palettetype, struct ColorPalette* palette, REAL alphaThresholdPercent )
GdipBitmapCreateApplyEffect ( struct GpBitmap** inputBitmaps, INT numInputs, struct CGpEffect* effect, RECT* roi, RECT* outputRect, struct GpBitmap** outputBitmap, BOOL useAuxData, void** auxData, INT* auxDataSize )
GdipBitmapGetHistogram ( struct GpBitmap* bitmap, enum HistogramFormat format, UINT NumberOfEntries, UINT* channel0, UINT* channel1, UINT* channel2, UINT* channel3 )
GdipBitmapGetHistogramSize ( enum HistogramFormat format, UINT* NumberOfEntries )
GdipBitmapGetPixel ( struct GpBitmap* bitmap, INT x, INT y, ARGB* color )
GdipBitmapLockBits ( struct GpBitmap* bitmap, GpRect const* rect, UINT flags, PixelFormat format, struct BitmapData* lockedBitmapData )
GdipBitmapSetPixel ( struct GpBitmap* bitmap, INT x, INT y, ARGB color )
GdipBitmapSetResolution ( struct GpBitmap* bitmap, REAL xdpi, REAL ydpi )
GdipBitmapUnlockBits ( struct GpBitmap* bitmap, struct BitmapData* lockedBitmapData )
GdipClearPathMarkers ( struct GpPath* path )
GdipCloneBitmapArea ( REAL x, REAL y, REAL width, REAL height, PixelFormat format, struct GpBitmap* srcBitmap, struct GpBitmap** dstBitmap )
GdipCloneBitmapAreaI ( INT x, INT y, INT width, INT height, PixelFormat format, struct GpBitmap* srcBitmap, struct GpBitmap** dstBitmap )
GdipCloneBrush ( struct GpBrush* brush, struct GpBrush** cloneBrush )
GdipCloneCustomLineCap ( struct GpCustomLineCap* customCap, struct GpCustomLineCap** clonedCap )
GdipCloneFont ( struct GpFont* font, struct GpFont** cloneFont )
GdipCloneFontFamily ( struct GpFontFamily* fontFamily, struct GpFontFamily** clonedFontFamily )
GdipCloneImage ( struct GpImage* image, struct GpImage** cloneImage )
GdipCloneImageAttributes ( struct GpImageAttributes const* imageattr, struct GpImageAttributes** cloneImageattr )
GdipCloneMatrix ( GpMatrix* matrix, GpMatrix** cloneMatrix )
GdipClonePath ( struct GpPath* path, struct GpPath** clonePath )
GdipClonePen ( struct GpPen* pen, struct GpPen** clonepen )
GdipCloneRegion ( struct GpRegion* region, struct GpRegion** cloneRegion )
GdipCloneStringFormat ( struct GpStringFormat const* format, struct GpStringFormat** newFormat )
GdipClosePathFigure ( struct GpPath* path )
GdipClosePathFigures ( struct GpPath* path )
GdipCombineRegionPath ( struct GpRegion* region, struct GpPath* path, enum CombineMode combineMode )
GdipCombineRegionRect ( struct GpRegion* region, GpRectF const* rect, enum CombineMode combineMode )
GdipCombineRegionRectI ( struct GpRegion* region, GpRect const* rect, enum CombineMode combineMode )
GdipCombineRegionRegion ( struct GpRegion* region, struct GpRegion* region2, enum CombineMode combineMode )
GdipComment ( struct GpGraphics* graphics, UINT sizeData, BYTE const* data )
GdipConvertToEmfPlus ( struct GpGraphics const* refGraphics, struct GpMetafile* metafile, INT* conversionFailureFlag, enum EmfType emfType, WCHAR const* description, struct GpMetafile** out_metafile )
GdipConvertToEmfPlusToFile ( struct GpGraphics const* refGraphics, struct GpMetafile* metafile, INT* conversionFailureFlag, WCHAR const* filename, enum EmfType emfType, WCHAR const* description, struct GpMetafile** out_metafile )
GdipConvertToEmfPlusToStream ( struct GpGraphics const* refGraphics, struct GpMetafile* metafile, INT* conversionFailureFlag, IStream* stream, enum EmfType emfType, WCHAR const* description, struct GpMetafile** out_metafile )
GdipCreateAdjustableArrowCap ( REAL height, REAL width, BOOL isFilled, struct GpAdjustableArrowCap** cap )
GdipCreateBitmapFromDirectDrawSurface ( struct IDirectDrawSurface7* surface, struct GpBitmap** bitmap )
GdipCreateBitmapFromFile ( WCHAR const* filename, struct GpBitmap** bitmap )
GdipCreateBitmapFromFileICM ( WCHAR const* filename, struct GpBitmap** bitmap )
GdipCreateBitmapFromGdiDib ( BITMAPINFO const* gdiBitmapInfo, void* gdiBitmapData, struct GpBitmap** bitmap )
GdipCreateBitmapFromGraphics ( INT width, INT height, struct GpGraphics* target, struct GpBitmap** bitmap )
GdipCreateBitmapFromHBITMAP ( HBITMAP hbm, HPALETTE hpal, struct GpBitmap** bitmap )
GdipCreateBitmapFromHICON ( HICON hicon, struct GpBitmap** bitmap )
GdipCreateBitmapFromResource ( HINSTANCE hInstance, WCHAR const* lpBitmapName, struct GpBitmap** bitmap )
GdipCreateBitmapFromScan0 ( INT width, INT height, INT stride, PixelFormat format, BYTE* scan0, struct GpBitmap** bitmap )
GdipCreateBitmapFromStream ( IStream* stream, struct GpBitmap** bitmap )
GdipCreateBitmapFromStreamICM ( IStream* stream, struct GpBitmap** bitmap )
GdipCreateCachedBitmap ( struct GpBitmap* bitmap, struct GpGraphics* graphics, struct GpCachedBitmap** cachedBitmap )
GdipCreateCustomLineCap ( struct GpPath* fillPath, struct GpPath* strokePath, GpLineCap baseCap, REAL baseInset, struct GpCustomLineCap** customCap )
GdipCreateFont ( struct GpFontFamily const* fontFamily, REAL emSize, INT style, enum Unit unit, struct GpFont** font )
GdipCreateFontFamilyFromName ( WCHAR const* name, struct GpFontCollection* fontCollection, struct GpFontFamily** fontFamily )
GdipCreateFontFromDC ( HDC hdc, struct GpFont** font )
GdipCreateFontFromLogfontA ( HDC hdc, LOGFONTA const* logfont, struct GpFont** font )
GdipCreateFontFromLogfontW ( HDC hdc, LOGFONTW const* logfont, struct GpFont** font )
GdipCreateFromHDC ( HDC hdc, struct GpGraphics** graphics )
GdipCreateFromHDC2 ( HDC hdc, HANDLE hDevice, struct GpGraphics** graphics )
GdipCreateFromHWND ( HWND hwnd, struct GpGraphics** graphics )
GdipCreateFromHWNDICM ( HWND hwnd, struct GpGraphics** graphics )
GdipCreateHalftonePalette ( )
GdipCreateHatchBrush ( GpHatchStyle hatchstyle, ARGB forecol, ARGB backcol, struct GpHatch** brush )
GdipCreateHBITMAPFromBitmap ( struct GpBitmap* bitmap, HBITMAP* hbmReturn, ARGB background )
GdipCreateHICONFromBitmap ( struct GpBitmap* bitmap, HICON* hbmReturn )
GdipCreateImageAttributes ( struct GpImageAttributes** imageattr )
GdipCreateLineBrush ( GpPointF const* point1, GpPointF const* point2, ARGB color1, ARGB color2, GpWrapMode wrapMode, struct GpLineGradient** lineGradient )
GdipCreateLineBrushFromRect ( GpRectF const* rect, ARGB color1, ARGB color2, enum LinearGradientMode mode, GpWrapMode wrapMode, struct GpLineGradient** lineGradient )
GdipCreateLineBrushFromRectI ( GpRect const* rect, ARGB color1, ARGB color2, enum LinearGradientMode mode, GpWrapMode wrapMode, struct GpLineGradient** lineGradient )
GdipCreateLineBrushFromRectWithAngle ( GpRectF const* rect, ARGB color1, ARGB color2, REAL angle, BOOL isAngleScalable, GpWrapMode wrapMode, struct GpLineGradient** lineGradient )
GdipCreateLineBrushFromRectWithAngleI ( GpRect const* rect, ARGB color1, ARGB color2, REAL angle, BOOL isAngleScalable, GpWrapMode wrapMode, struct GpLineGradient** lineGradient )
GdipCreateLineBrushI ( GpPoint const* point1, GpPoint const* point2, ARGB color1, ARGB color2, GpWrapMode wrapMode, struct GpLineGradient** lineGradient )
GdipCreateMatrix ( GpMatrix** matrix )
GdipCreateMatrix2 ( REAL m11, REAL m12, REAL m21, REAL m22, REAL dx, REAL dy, GpMatrix** matrix )
GdipCreateMatrix3 ( GpRectF const* rect, GpPointF const* dstplg, GpMatrix** matrix )
GdipCreateMatrix3I ( GpRect const* rect, GpPoint const* dstplg, GpMatrix** matrix )
GdipCreateMetafileFromEmf ( HENHMETAFILE hEmf, BOOL deleteEmf, struct GpMetafile** metafile )
GdipCreateMetafileFromFile ( WCHAR const* file, struct GpMetafile** metafile )
GdipCreateMetafileFromStream ( IStream* stream, struct GpMetafile** metafile )
GdipCreateMetafileFromWmf ( HMETAFILE hWmf, BOOL deleteWmf, struct WmfPlaceableFileHeader const* wmfPlaceableFileHeader, struct GpMetafile** metafile )
GdipCreateMetafileFromWmfFile ( WCHAR const* file, struct WmfPlaceableFileHeader const* wmfPlaceableFileHeader, struct GpMetafile** metafile )
GdipCreatePath ( GpFillMode brushMode, struct GpPath** path )
GdipCreatePath2 ( GpPointF const* p1, BYTE const* p2, INT p3, GpFillMode p4, struct GpPath** path )
GdipCreatePath2I ( GpPoint const* p1, BYTE const* p2, INT p3, GpFillMode p4, struct GpPath** path )
GdipCreatePathGradient ( GpPointF const* points, INT count, GpWrapMode wrapMode, struct GpPathGradient** polyGradient )
GdipCreatePathGradientFromPath ( struct GpPath const* path, struct GpPathGradient** polyGradient )
GdipCreatePathGradientI ( GpPoint const* points, INT count, GpWrapMode wrapMode, struct GpPathGradient** polyGradient )
GdipCreatePathIter ( struct GpPathIterator** iterator, struct GpPath* path )
GdipCreatePen1 ( ARGB color, REAL width, GpUnit unit, struct GpPen** pen )
GdipCreatePen2 ( struct GpBrush* brush, REAL width, GpUnit unit, struct GpPen** pen )
GdipCreateRegion ( struct GpRegion** region )
GdipCreateRegionHrgn ( HRGN hRgn, struct GpRegion** region )
GdipCreateRegionPath ( struct GpPath* path, struct GpRegion** region )
GdipCreateRegionRect ( GpRectF const* rect, struct GpRegion** region )
GdipCreateRegionRectI ( GpRect const* rect, struct GpRegion** region )
GdipCreateRegionRgnData ( BYTE const* regionData, INT size, struct GpRegion** region )
GdipCreateSolidFill ( ARGB color, struct GpSolidFill** brush )
GdipCreateStreamOnFile ( WCHAR const* filename, UINT access, IStream** stream )
GdipCreateStringFormat ( INT formatAttributes, LANGID language, struct GpStringFormat** format )
GdipCreateTexture ( struct GpImage* image, GpWrapMode wrapmode, struct GpTexture** texture )
GdipCreateTexture2 ( struct GpImage* image, GpWrapMode wrapmode, REAL x, REAL y, REAL width, REAL height, struct GpTexture** texture )
GdipCreateTexture2I ( struct GpImage* image, GpWrapMode wrapmode, INT x, INT y, INT width, INT height, struct GpTexture** texture )
GdipCreateTextureIA ( struct GpImage* image, struct GpImageAttributes const* imageAttributes, REAL x, REAL y, REAL width, REAL height, struct GpTexture** texture )
GdipCreateTextureIAI ( struct GpImage* image, struct GpImageAttributes const* imageAttributes, INT x, INT y, INT width, INT height, struct GpTexture** texture )
GdipDeleteBrush ( struct GpBrush* brush )
GdipDeleteCachedBitmap ( struct GpCachedBitmap* cachedBitmap )
GdipDeleteCustomLineCap ( struct GpCustomLineCap* customCap )
GdipDeleteFont ( struct GpFont* font )
GdipDeleteFontFamily ( struct GpFontFamily* fontFamily )
GdipDeleteGraphics ( struct GpGraphics* graphics )
GdipDeleteMatrix ( GpMatrix* matrix )
GdipDeletePath ( struct GpPath* path )
GdipDeletePathIter ( struct GpPathIterator* iterator )
GdipDeletePen ( struct GpPen* pen )
GdipDeletePrivateFontCollection ( struct GpFontCollection** fontCollection )
GdipDeleteRegion ( struct GpRegion* region )
GdipDeleteStringFormat ( struct GpStringFormat* format )
GdipDisposeImage ( struct GpImage* image )
GdipDisposeImageAttributes ( struct GpImageAttributes* imageattr )
GdipDrawArc ( struct GpGraphics* graphics, struct GpPen* pen, REAL x, REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle )
GdipDrawArcI ( struct GpGraphics* graphics, struct GpPen* pen, INT x, INT y, INT width, INT height, REAL startAngle, REAL sweepAngle )
GdipDrawBezier ( struct GpGraphics* graphics, struct GpPen* pen, REAL x1, REAL y1, REAL x2, REAL y2, REAL x3, REAL y3, REAL x4, REAL y4 )
GdipDrawBezierI ( struct GpGraphics* graphics, struct GpPen* pen, INT x1, INT y1, INT x2, INT y2, INT x3, INT y3, INT x4, INT y4 )
GdipDrawBeziers ( struct GpGraphics* graphics, struct GpPen* pen, GpPointF const* points, INT count )
GdipDrawBeziersI ( struct GpGraphics* graphics, struct GpPen* pen, GpPoint const* points, INT count )
GdipDrawCachedBitmap ( struct GpGraphics* graphics, struct GpCachedBitmap* cachedBitmap, INT x, INT y )
GdipDrawClosedCurve ( struct GpGraphics* graphics, struct GpPen* pen, GpPointF const* points, INT count )
GdipDrawClosedCurve2 ( struct GpGraphics* graphics, struct GpPen* pen, GpPointF const* points, INT count, REAL tension )
GdipDrawClosedCurve2I ( struct GpGraphics* graphics, struct GpPen* pen, GpPoint const* points, INT count, REAL tension )
GdipDrawClosedCurveI ( struct GpGraphics* graphics, struct GpPen* pen, GpPoint const* points, INT count )
GdipDrawCurve ( struct GpGraphics* graphics, struct GpPen* pen, GpPointF const* points, INT count )
GdipDrawCurve2 ( struct GpGraphics* graphics, struct GpPen* pen, GpPointF const* points, INT count, REAL tension )
GdipDrawCurve2I ( struct GpGraphics* graphics, struct GpPen* pen, GpPoint const* points, INT count, REAL tension )
GdipDrawCurve3 ( struct GpGraphics* graphics, struct GpPen* pen, GpPointF const* points, INT count, INT offset, INT numberOfSegments, REAL tension )
GdipDrawCurve3I ( struct GpGraphics* graphics, struct GpPen* pen, GpPoint const* points, INT count, INT offset, INT numberOfSegments, REAL tension )
GdipDrawCurveI ( struct GpGraphics* graphics, struct GpPen* pen, GpPoint const* points, INT count )
GdipDrawDriverString ( struct GpGraphics* graphics, UINT16 const* text, INT length, struct GpFont const* font, struct GpBrush const* brush, PointF const* positions, INT flags, GpMatrix const* matrix )
GdipDrawEllipse ( struct GpGraphics* graphics, struct GpPen* pen, REAL x, REAL y, REAL width, REAL height )
GdipDrawEllipseI ( struct GpGraphics* graphics, struct GpPen* pen, INT x, INT y, INT width, INT height )
GdipDrawImage ( struct GpGraphics* graphics, struct GpImage* image, REAL x, REAL y )
GdipDrawImageFX ( struct GpGraphics* graphics, struct GpImage* image, GpRectF* source, GpMatrix* xForm, struct CGpEffect* effect, struct GpImageAttributes* imageAttributes, GpUnit srcUnit )
GdipDrawImageI ( struct GpGraphics* graphics, struct GpImage* image, INT x, INT y )
GdipDrawImagePointRect ( struct GpGraphics* graphics, struct GpImage* image, REAL x, REAL y, REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight, GpUnit srcUnit )
GdipDrawImagePointRectI ( struct GpGraphics* graphics, struct GpImage* image, INT x, INT y, INT srcx, INT srcy, INT srcwidth, INT srcheight, GpUnit srcUnit )
GdipDrawImagePoints ( struct GpGraphics* graphics, struct GpImage* image, GpPointF const* dstpoints, INT count )
GdipDrawImagePointsI ( struct GpGraphics* graphics, struct GpImage* image, GpPoint const* dstpoints, INT count )
GdipDrawImagePointsRect ( struct GpGraphics* graphics, struct GpImage* image, GpPointF const* points, INT count, REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight, GpUnit srcUnit, struct GpImageAttributes const* imageAttributes, DrawImageAbort callback, void* callbackData )
GdipDrawImagePointsRectI ( struct GpGraphics* graphics, struct GpImage* image, GpPoint const* points, INT count, INT srcx, INT srcy, INT srcwidth, INT srcheight, GpUnit srcUnit, struct GpImageAttributes const* imageAttributes, DrawImageAbort callback, void* callbackData )
GdipDrawImageRect ( struct GpGraphics* graphics, struct GpImage* image, REAL x, REAL y, REAL width, REAL height )
GdipDrawImageRectI ( struct GpGraphics* graphics, struct GpImage* image, INT x, INT y, INT width, INT height )
GdipDrawImageRectRect ( struct GpGraphics* graphics, struct GpImage* image, REAL dstx, REAL dsty, REAL dstwidth, REAL dstheight, REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight, GpUnit srcUnit, struct GpImageAttributes const* imageAttributes, DrawImageAbort callback, void* callbackData )
GdipDrawImageRectRectI ( struct GpGraphics* graphics, struct GpImage* image, INT dstx, INT dsty, INT dstwidth, INT dstheight, INT srcx, INT srcy, INT srcwidth, INT srcheight, GpUnit srcUnit, struct GpImageAttributes const* imageAttributes, DrawImageAbort callback, void* callbackData )
GdipDrawLine ( struct GpGraphics* graphics, struct GpPen* pen, REAL x1, REAL y1, REAL x2, REAL y2 )
GdipDrawLineI ( struct GpGraphics* graphics, struct GpPen* pen, INT x1, INT y1, INT x2, INT y2 )
GdipDrawLines ( struct GpGraphics* graphics, struct GpPen* pen, GpPointF const* points, INT count )
GdipDrawLinesI ( struct GpGraphics* graphics, struct GpPen* pen, GpPoint const* points, INT count )
GdipDrawPath ( struct GpGraphics* graphics, struct GpPen* pen, struct GpPath* path )
GdipDrawPie ( struct GpGraphics* graphics, struct GpPen* pen, REAL x, REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle )
GdipDrawPieI ( struct GpGraphics* graphics, struct GpPen* pen, INT x, INT y, INT width, INT height, REAL startAngle, REAL sweepAngle )
GdipDrawPolygon ( struct GpGraphics* graphics, struct GpPen* pen, GpPointF const* points, INT count )
GdipDrawPolygonI ( struct GpGraphics* graphics, struct GpPen* pen, GpPoint const* points, INT count )
GdipDrawRectangle ( struct GpGraphics* graphics, struct GpPen* pen, REAL x, REAL y, REAL width, REAL height )
GdipDrawRectangleI ( struct GpGraphics* graphics, struct GpPen* pen, INT x, INT y, INT width, INT height )
GdipDrawRectangles ( struct GpGraphics* graphics, struct GpPen* pen, GpRectF const* rects, INT count )
GdipDrawRectanglesI ( struct GpGraphics* graphics, struct GpPen* pen, GpRect const* rects, INT count )
GdipDrawString ( struct GpGraphics* graphics, WCHAR const* string, INT length, struct GpFont const* font, RectF const* layoutRect, struct GpStringFormat const* stringFormat, struct GpBrush const* brush )
GdipEmfToWmfBits ( HENHMETAFILE hemf, UINT cbData16, LPBYTE pData16, INT iMapMode, INT eFlags )
GdipEndContainer ( struct GpGraphics* graphics, GraphicsContainer state )
GdipEnumerateMetafileDestPoint ( struct GpGraphics* graphics, struct GpMetafile const* metafile, PointF const& destPoint, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipEnumerateMetafileDestPointI ( struct GpGraphics* graphics, struct GpMetafile const* metafile, Point const& destPoint, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipEnumerateMetafileDestPoints ( struct GpGraphics* graphics, struct GpMetafile const* metafile, PointF const* destPoints, INT count, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipEnumerateMetafileDestPointsI ( struct GpGraphics* graphics, struct GpMetafile const* metafile, Point const* destPoints, INT count, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipEnumerateMetafileDestRect ( struct GpGraphics* graphics, struct GpMetafile const* metafile, RectF const& destRect, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipEnumerateMetafileDestRectI ( struct GpGraphics* graphics, struct GpMetafile const* metafile, Rect const& destRect, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipEnumerateMetafileSrcRectDestPoint ( struct GpGraphics* graphics, struct GpMetafile const* metafile, PointF const& destPoint, RectF const& srcRect, enum Unit srcUnit, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipEnumerateMetafileSrcRectDestPointI ( struct GpGraphics* graphics, struct GpMetafile const* metafile, Point const& destPoint, Rect const& srcRect, enum Unit srcUnit, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipEnumerateMetafileSrcRectDestPoints ( struct GpGraphics* graphics, struct GpMetafile const* metafile, PointF const* destPoints, INT count, RectF const& srcRect, enum Unit srcUnit, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipEnumerateMetafileSrcRectDestPointsI ( struct GpGraphics* graphics, struct GpMetafile const* metafile, Point const* destPoints, INT count, Rect const& srcRect, enum Unit srcUnit, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipEnumerateMetafileSrcRectDestRect ( struct GpGraphics* graphics, struct GpMetafile const* metafile, RectF const& destRect, RectF const& srcRect, enum Unit srcUnit, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipEnumerateMetafileSrcRectDestRectI ( struct GpGraphics* graphics, struct GpMetafile const* metafile, Rect const& destRect, Rect const& srcRect, enum Unit srcUnit, EnumerateMetafileProc callback, void* callbackData, struct GpImageAttributes const* imageAttributes )
GdipFillClosedCurve ( struct GpGraphics* graphics, struct GpBrush* brush, GpPointF const* points, INT count )
GdipFillClosedCurve2 ( struct GpGraphics* graphics, struct GpBrush* brush, GpPointF const* points, INT count, REAL tension, GpFillMode fillMode )
GdipFillClosedCurve2I ( struct GpGraphics* graphics, struct GpBrush* brush, GpPoint const* points, INT count, REAL tension, GpFillMode fillMode )
GdipFillClosedCurveI ( struct GpGraphics* graphics, struct GpBrush* brush, GpPoint const* points, INT count )
GdipFillEllipse ( struct GpGraphics* graphics, struct GpBrush* brush, REAL x, REAL y, REAL width, REAL height )
GdipFillEllipseI ( struct GpGraphics* graphics, struct GpBrush* brush, INT x, INT y, INT width, INT height )
GdipFillPath ( struct GpGraphics* graphics, struct GpBrush* brush, struct GpPath* path )
GdipFillPie ( struct GpGraphics* graphics, struct GpBrush* brush, REAL x, REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle )
GdipFillPieI ( struct GpGraphics* graphics, struct GpBrush* brush, INT x, INT y, INT width, INT height, REAL startAngle, REAL sweepAngle )
GdipFillPolygon ( struct GpGraphics* graphics, struct GpBrush* brush, GpPointF const* points, INT count, GpFillMode fillMode )
GdipFillPolygon2 ( struct GpGraphics* graphics, struct GpBrush* brush, GpPointF const* points, INT count )
GdipFillPolygon2I ( struct GpGraphics* graphics, struct GpBrush* brush, GpPoint const* points, INT count )
GdipFillPolygonI ( struct GpGraphics* graphics, struct GpBrush* brush, GpPoint const* points, INT count, GpFillMode fillMode )
GdipFillRectangle ( struct GpGraphics* graphics, struct GpBrush* brush, REAL x, REAL y, REAL width, REAL height )
GdipFillRectangleI ( struct GpGraphics* graphics, struct GpBrush* brush, INT x, INT y, INT width, INT height )
GdipFillRectangles ( struct GpGraphics* graphics, struct GpBrush* brush, GpRectF const* rects, INT count )
GdipFillRectanglesI ( struct GpGraphics* graphics, struct GpBrush* brush, GpRect const* rects, INT count )
GdipFillRegion ( struct GpGraphics* graphics, struct GpBrush* brush, struct GpRegion* region )
GdipFindFirstImageItem ( struct GpImage* image, struct ImageItemData* item )
GdipFindNextImageItem ( struct GpImage* image, struct ImageItemData* item )
GdipFlattenPath ( struct GpPath* path, GpMatrix* matrix, REAL flatness )
GdipFlush ( struct GpGraphics* graphics, GpFlushIntention intention )
GdipGetAdjustableArrowCapFillState ( struct GpAdjustableArrowCap* cap, BOOL* fillState )
GdipGetAdjustableArrowCapHeight ( struct GpAdjustableArrowCap* cap, REAL* height )
GdipGetAdjustableArrowCapMiddleInset ( struct GpAdjustableArrowCap* cap, REAL* middleInset )
GdipGetAdjustableArrowCapWidth ( struct GpAdjustableArrowCap* cap, REAL* width )
GdipGetAllPropertyItems ( struct GpImage* image, UINT totalBufferSize, UINT numProperties, struct PropertyItem* allItems )
GdipGetBrushType ( struct GpBrush* brush, GpBrushType* type )
GdipGetCellAscent ( struct GpFontFamily const* family, INT style, UINT16* CellAscent )
GdipGetCellDescent ( struct GpFontFamily const* family, INT style, UINT16* CellDescent )
GdipGetClip ( struct GpGraphics* graphics, struct GpRegion* region )
GdipGetClipBounds ( struct GpGraphics* graphics, GpRectF* rect )
GdipGetClipBoundsI ( struct GpGraphics* graphics, GpRect* rect )
GdipGetCompositingMode ( struct GpGraphics* graphics, enum CompositingMode* compositingMode )
GdipGetCompositingQuality ( struct GpGraphics* graphics, enum CompositingQuality* compositingQuality )
GdipGetCustomLineCapBaseCap ( struct GpCustomLineCap* customCap, GpLineCap* baseCap )
GdipGetCustomLineCapBaseInset ( struct GpCustomLineCap* customCap, REAL* inset )
GdipGetCustomLineCapStrokeCaps ( struct GpCustomLineCap* customCap, GpLineCap* startCap, GpLineCap* endCap )
GdipGetCustomLineCapStrokeJoin ( struct GpCustomLineCap* customCap, GpLineJoin* lineJoin )
GdipGetCustomLineCapType ( struct GpCustomLineCap* customCap, enum CustomLineCapType* capType )
GdipGetCustomLineCapWidthScale ( struct GpCustomLineCap* customCap, REAL* widthScale )
GdipGetDC ( struct GpGraphics* graphics, HDC* hdc )
GdipGetDpiX ( struct GpGraphics* graphics, REAL* dpi )
GdipGetDpiY ( struct GpGraphics* graphics, REAL* dpi )
GdipGetEmHeight ( struct GpFontFamily const* family, INT style, UINT16* EmHeight )
GdipGetEncoderParameterList ( struct GpImage* image, CLSID const* clsidEncoder, UINT size, struct EncoderParameters* buffer )
GdipGetEncoderParameterListSize ( struct GpImage* image, CLSID const* clsidEncoder, UINT* size )
GdipGetFamily ( struct GpFont* font, struct GpFontFamily** family )
GdipGetFamilyName ( struct GpFontFamily const* family, LPWSTR name, LANGID language )
GdipGetFontCollectionFamilyCount ( struct GpFontCollection* fontCollection, INT* numFound )
GdipGetFontCollectionFamilyList ( struct GpFontCollection* fontCollection, INT numSought, struct GpFontFamily** gpfamilies, INT* numFound )
GdipGetFontHeight ( struct GpFont const* font, struct GpGraphics const* graphics, REAL* height )
GdipGetFontHeightGivenDPI ( struct GpFont const* font, REAL dpi, REAL* height )
GdipGetFontSize ( struct GpFont* font, REAL* size )
GdipGetFontStyle ( struct GpFont* font, INT* style )
GdipGetFontUnit ( struct GpFont* font, enum Unit* unit )
GdipGetGenericFontFamilyMonospace ( struct GpFontFamily** nativeFamily )
GdipGetGenericFontFamilySansSerif ( struct GpFontFamily** nativeFamily )
GdipGetGenericFontFamilySerif ( struct GpFontFamily** nativeFamily )
GdipGetHatchBackgroundColor ( struct GpHatch* brush, ARGB* backcol )
GdipGetHatchForegroundColor ( struct GpHatch* brush, ARGB* forecol )
GdipGetHatchStyle ( struct GpHatch* brush, GpHatchStyle* hatchstyle )
GdipGetHemfFromMetafile ( struct GpMetafile* metafile, HENHMETAFILE* hEmf )
GdipGetImageAttributesAdjustedPalette ( struct GpImageAttributes* imageAttr, struct ColorPalette* colorPalette, enum ColorAdjustType colorAdjustType )
GdipGetImageBounds ( struct GpImage* image, GpRectF* srcRect, GpUnit* srcUnit )
GdipGetImageDecoders ( UINT numDecoders, UINT size, struct ImageCodecInfo* decoders )
GdipGetImageDecodersSize ( UINT* numDecoders, UINT* size )
GdipGetImageDimension ( struct GpImage* image, REAL* width, REAL* height )
GdipGetImageEncoders ( UINT numEncoders, UINT size, struct ImageCodecInfo* encoders )
GdipGetImageEncodersSize ( UINT* numEncoders, UINT* size )
GdipGetImageFlags ( struct GpImage* image, UINT* flags )
GdipGetImageGraphicsContext ( struct GpImage* image, struct GpGraphics** graphics )
GdipGetImageHeight ( struct GpImage* image, UINT* height )
GdipGetImageHorizontalResolution ( struct GpImage* image, REAL* resolution )
GdipGetImageItemData ( struct GpImage* image, struct ImageItemData* item )
GdipGetImagePalette ( struct GpImage* image, struct ColorPalette* palette, INT size )
GdipGetImagePaletteSize ( struct GpImage* image, INT* size )
GdipGetImagePixelFormat ( struct GpImage* image, PixelFormat* format )
GdipGetImageRawFormat ( struct GpImage* image, GUID* format )
GdipGetImageThumbnail ( struct GpImage* image, UINT thumbWidth, UINT thumbHeight, struct GpImage** thumbImage, GetThumbnailImageAbort callback, void* callbackData )
GdipGetImageType ( struct GpImage* image, enum ImageType* type )
GdipGetImageVerticalResolution ( struct GpImage* image, REAL* resolution )
GdipGetImageWidth ( struct GpImage* image, UINT* width )
GdipGetInterpolationMode ( struct GpGraphics* graphics, enum InterpolationMode* interpolationMode )
GdipGetLineBlend ( struct GpLineGradient* brush, REAL* blend, REAL* positions, INT count )
GdipGetLineBlendCount ( struct GpLineGradient* brush, INT* count )
GdipGetLineColors ( struct GpLineGradient* brush, ARGB* colors )
GdipGetLineGammaCorrection ( struct GpLineGradient* brush, BOOL* useGammaCorrection )
GdipGetLinePresetBlend ( struct GpLineGradient* brush, ARGB* blend, REAL* positions, INT count )
GdipGetLinePresetBlendCount ( struct GpLineGradient* brush, INT* count )
GdipGetLineRect ( struct GpLineGradient* brush, GpRectF* rect )
GdipGetLineRectI ( struct GpLineGradient* brush, GpRect* rect )
GdipGetLineSpacing ( struct GpFontFamily const* family, INT style, UINT16* LineSpacing )
GdipGetLineTransform ( struct GpLineGradient* brush, GpMatrix* matrix )
GdipGetLineWrapMode ( struct GpLineGradient* brush, GpWrapMode* wrapmode )
GdipGetLogFontA ( struct GpFont* font, struct GpGraphics* graphics, LOGFONTA* logfontA )
GdipGetLogFontW ( struct GpFont* font, struct GpGraphics* graphics, LOGFONTW* logfontW )
GdipGetMatrixElements ( GpMatrix const* matrix, REAL* matrixOut )
GdipGetMetafileDownLevelRasterizationLimit ( struct GpMetafile const* metafile, UINT* metafileRasterizationLimitDpi )
GdipGetMetafileHeaderFromEmf ( HENHMETAFILE hEmf, MetafileHeader* header )
GdipGetMetafileHeaderFromFile ( WCHAR const* filename, MetafileHeader* header )
GdipGetMetafileHeaderFromMetafile ( struct GpMetafile* metafile, MetafileHeader* header )
GdipGetMetafileHeaderFromStream ( IStream* stream, MetafileHeader* header )
GdipGetMetafileHeaderFromWmf ( HMETAFILE hWmf, struct WmfPlaceableFileHeader const* wmfPlaceableFileHeader, MetafileHeader* header )
GdipGetNearestColor ( struct GpGraphics* graphics, ARGB* argb )
GdipGetPageScale ( struct GpGraphics* graphics, REAL* scale )
GdipGetPageUnit ( struct GpGraphics* graphics, GpUnit* unit )
GdipGetPathData ( struct GpPath* path, GpPathData* pathData )
GdipGetPathFillMode ( struct GpPath* path, GpFillMode* fillmode )
GdipGetPathGradientBlend ( struct GpPathGradient* brush, REAL* blend, REAL* positions, INT count )
GdipGetPathGradientBlendCount ( struct GpPathGradient* brush, INT* count )
GdipGetPathGradientCenterColor ( struct GpPathGradient* brush, ARGB* colors )
GdipGetPathGradientCenterPoint ( struct GpPathGradient* brush, GpPointF* points )
GdipGetPathGradientCenterPointI ( struct GpPathGradient* brush, GpPoint* points )
GdipGetPathGradientFocusScales ( struct GpPathGradient* brush, REAL* xScale, REAL* yScale )
GdipGetPathGradientGammaCorrection ( struct GpPathGradient* brush, BOOL* useGammaCorrection )
GdipGetPathGradientPath ( struct GpPathGradient* brush, struct GpPath* path )
GdipGetPathGradientPointCount ( struct GpPathGradient* brush, INT* count )
GdipGetPathGradientPresetBlend ( struct GpPathGradient* brush, ARGB* blend, REAL* positions, INT count )
GdipGetPathGradientPresetBlendCount ( struct GpPathGradient* brush, INT* count )
GdipGetPathGradientRect ( struct GpPathGradient* brush, GpRectF* rect )
GdipGetPathGradientRectI ( struct GpPathGradient* brush, GpRect* rect )
GdipGetPathGradientSurroundColorCount ( struct GpPathGradient* brush, INT* count )
GdipGetPathGradientSurroundColorsWithCount ( struct GpPathGradient* brush, ARGB* color, INT* count )
GdipGetPathGradientTransform ( struct GpPathGradient* brush, GpMatrix* matrix )
GdipGetPathGradientWrapMode ( struct GpPathGradient* brush, GpWrapMode* wrapmode )
GdipGetPathLastPoint ( struct GpPath* path, GpPointF* lastPoint )
GdipGetPathPoints ( struct GpPath* p1, GpPointF* points, INT count )
GdipGetPathPointsI ( struct GpPath* p1, GpPoint* points, INT count )
GdipGetPathTypes ( struct GpPath* path, BYTE* types, INT count )
GdipGetPathWorldBounds ( struct GpPath* path, GpRectF* bounds, GpMatrix const* matrix, struct GpPen const* pen )
GdipGetPathWorldBoundsI ( struct GpPath* path, GpRect* bounds, GpMatrix const* matrix, struct GpPen const* pen )
GdipGetPenBrushFill ( struct GpPen* pen, struct GpBrush** brush )
GdipGetPenColor ( struct GpPen* pen, ARGB* argb )
GdipGetPenCompoundArray ( struct GpPen* pen, REAL* dash, INT count )
GdipGetPenCompoundCount ( struct GpPen* pen, INT* count )
GdipGetPenCustomEndCap ( struct GpPen* pen, struct GpCustomLineCap** customCap )
GdipGetPenCustomStartCap ( struct GpPen* pen, struct GpCustomLineCap** customCap )
GdipGetPenDashArray ( struct GpPen* pen, REAL* dash, INT count )
GdipGetPenDashCap197819 ( struct GpPen* pen, GpDashCap* dashCap )
GdipGetPenDashCount ( struct GpPen* pen, INT* count )
GdipGetPenDashOffset ( struct GpPen* pen, REAL* offset )
GdipGetPenDashStyle ( struct GpPen* pen, GpDashStyle* dashstyle )
GdipGetPenEndCap ( struct GpPen* pen, GpLineCap* endCap )
GdipGetPenFillType ( struct GpPen* pen, GpPenType* type )
GdipGetPenLineJoin ( struct GpPen* pen, GpLineJoin* lineJoin )
GdipGetPenMiterLimit ( struct GpPen* pen, REAL* miterLimit )
GdipGetPenMode ( struct GpPen* pen, GpPenAlignment* penMode )
GdipGetPenStartCap ( struct GpPen* pen, GpLineCap* startCap )
GdipGetPenTransform ( struct GpPen* pen, GpMatrix* matrix )
GdipGetPenUnit ( struct GpPen* pen, GpUnit* unit )
GdipGetPenWidth ( struct GpPen* pen, REAL* width )
GdipGetPixelOffsetMode ( struct GpGraphics* graphics, enum PixelOffsetMode* pixelOffsetMode )
GdipGetPointCount ( struct GpPath* path, INT* count )
GdipGetPropertyCount ( struct GpImage* image, UINT* numOfProperty )
GdipGetPropertyIdList ( struct GpImage* image, UINT numOfProperty, PROPID* list )
GdipGetPropertyItem ( struct GpImage* image, PROPID propId, UINT propSize, struct PropertyItem* buffer )
GdipGetPropertyItemSize ( struct GpImage* image, PROPID propId, UINT* size )
GdipGetPropertySize ( struct GpImage* image, UINT* totalBufferSize, UINT* numProperties )
GdipGetRegionBounds ( struct GpRegion* region, struct GpGraphics* graphics, GpRectF* rect )
GdipGetRegionBoundsI ( struct GpRegion* region, struct GpGraphics* graphics, GpRect* rect )
GdipGetRegionData ( struct GpRegion* region, BYTE* buffer, UINT bufferSize, UINT* sizeFilled )
GdipGetRegionDataSize ( struct GpRegion* region, UINT* bufferSize )
GdipGetRegionHRgn ( struct GpRegion* region, struct GpGraphics* graphics, HRGN* hRgn )
GdipGetRegionScans ( struct GpRegion* region, GpRectF* rects, INT* count, GpMatrix* matrix )
GdipGetRegionScansCount ( struct GpRegion* region, UINT* count, GpMatrix* matrix )
GdipGetRegionScansI ( struct GpRegion* region, GpRect* rects, INT* count, GpMatrix* matrix )
GdipGetRenderingOrigin ( struct GpGraphics* graphics, INT* x, INT* y )
GdipGetSmoothingMode ( struct GpGraphics* graphics, enum SmoothingMode* smoothingMode )
GdipGetSolidFillColor ( struct GpSolidFill* brush, ARGB* color )
GdipGetStringFormatAlign ( struct GpStringFormat const* format, enum StringAlignment* align )
GdipGetStringFormatDigitSubstitution ( struct GpStringFormat const* format, LANGID* language, enum StringDigitSubstitute* substitute )
GdipGetStringFormatFlags ( struct GpStringFormat const* format, INT* flags )
GdipGetStringFormatHotkeyPrefix ( struct GpStringFormat const* format, INT* hotkeyPrefix )
GdipGetStringFormatLineAlign ( struct GpStringFormat const* format, enum StringAlignment* align )
GdipGetStringFormatMeasurableCharacterRangeCount ( struct GpStringFormat const* format, INT* count )
GdipGetStringFormatTabStopCount ( struct GpStringFormat const* format, INT* count )
GdipGetStringFormatTabStops ( struct GpStringFormat const* format, INT count, REAL* firstTabOffset, REAL* tabStops )
GdipGetStringFormatTrimming ( struct GpStringFormat const* format, enum StringTrimming* trimming )
GdipGetTextContrast ( struct GpGraphics* graphics, UINT* contrast )
GdipGetTextRenderingHint ( struct GpGraphics* graphics, enum TextRenderingHint* mode )
GdipGetTextureImage ( struct GpTexture* brush, struct GpImage** image )
GdipGetTextureTransform ( struct GpTexture* brush, GpMatrix* matrix )
GdipGetTextureWrapMode ( struct GpTexture* brush, GpWrapMode* wrapmode )
GdipGetVisibleClipBounds ( struct GpGraphics* graphics, GpRectF* rect )
GdipGetVisibleClipBoundsI ( struct GpGraphics* graphics, GpRect* rect )
GdipGetWorldTransform ( struct GpGraphics* graphics, GpMatrix* matrix )
GdipGraphicsClear ( struct GpGraphics* graphics, ARGB color )
GdipGraphicsSetAbort ( struct GpGraphics* pGraphics, GdiplusAbort* pIAbort )
GdipImageForceValidation ( struct GpImage* image )
GdipImageGetFrameCount ( struct GpImage* image, GUID const* dimensionID, UINT* count )
GdipImageGetFrameDimensionsCount ( struct GpImage* image, UINT* count )
GdipImageGetFrameDimensionsList ( struct GpImage* image, GUID* dimensionIDs, UINT count )
GdipImageRotateFlip ( struct GpImage* image, enum RotateFlipType rfType )
GdipImageSelectActiveFrame ( struct GpImage* image, GUID const* dimensionID, UINT frameIndex )
GdipImageSetAbort ( struct GpImage* pImage, GdiplusAbort* pIAbort )
GdipInitializePalette ( struct ColorPalette* palette, enum PaletteType palettetype, INT optimalColors, BOOL useTransparentColor, struct GpBitmap* bitmap )
GdipInvertMatrix ( GpMatrix* matrix )
GdipIsClipEmpty ( struct GpGraphics* graphics, BOOL* result )
GdipIsEmptyRegion ( struct GpRegion* region, struct GpGraphics* graphics, BOOL* result )
GdipIsEqualRegion ( struct GpRegion* region, struct GpRegion* region2, struct GpGraphics* graphics, BOOL* result )
GdipIsInfiniteRegion ( struct GpRegion* region, struct GpGraphics* graphics, BOOL* result )
GdipIsMatrixEqual ( GpMatrix const* matrix, GpMatrix const* matrix2, BOOL* result )
GdipIsMatrixIdentity ( GpMatrix const* matrix, BOOL* result )
GdipIsMatrixInvertible ( GpMatrix const* matrix, BOOL* result )
GdipIsOutlineVisiblePathPoint ( struct GpPath* path, REAL x, REAL y, struct GpPen* pen, struct GpGraphics* graphics, BOOL* result )
GdipIsOutlineVisiblePathPointI ( struct GpPath* path, INT x, INT y, struct GpPen* pen, struct GpGraphics* graphics, BOOL* result )
GdipIsStyleAvailable ( struct GpFontFamily const* family, INT style, BOOL* IsStyleAvailable )
GdipIsVisibleClipEmpty ( struct GpGraphics* graphics, BOOL* result )
GdipIsVisiblePathPoint ( struct GpPath* path, REAL x, REAL y, struct GpGraphics* graphics, BOOL* result )
GdipIsVisiblePathPointI ( struct GpPath* path, INT x, INT y, struct GpGraphics* graphics, BOOL* result )
GdipIsVisiblePoint ( struct GpGraphics* graphics, REAL x, REAL y, BOOL* result )
GdipIsVisiblePointI ( struct GpGraphics* graphics, INT x, INT y, BOOL* result )
GdipIsVisibleRect ( struct GpGraphics* graphics, REAL x, REAL y, REAL width, REAL height, BOOL* result )
GdipIsVisibleRectI ( struct GpGraphics* graphics, INT x, INT y, INT width, INT height, BOOL* result )
GdipIsVisibleRegionPoint ( struct GpRegion* region, REAL x, REAL y, struct GpGraphics* graphics, BOOL* result )
GdipIsVisibleRegionPointI ( struct GpRegion* region, INT x, INT y, struct GpGraphics* graphics, BOOL* result )
GdipIsVisibleRegionRect ( struct GpRegion* region, REAL x, REAL y, REAL width, REAL height, struct GpGraphics* graphics, BOOL* result )
GdipIsVisibleRegionRectI ( struct GpRegion* region, INT x, INT y, INT width, INT height, struct GpGraphics* graphics, BOOL* result )
GdipLoadImageFromFile ( WCHAR const* filename, struct GpImage** image )
GdipLoadImageFromFileICM ( WCHAR const* filename, struct GpImage** image )
GdipLoadImageFromStream ( IStream* stream, struct GpImage** image )
GdipLoadImageFromStreamICM ( IStream* stream, struct GpImage** image )
GdiplusNotificationHook ( ULONG_PTR* token )
GdiplusNotificationUnhook ( ULONG_PTR token )
GdipMeasureCharacterRanges ( struct GpGraphics* graphics, WCHAR const* string, INT length, struct GpFont const* font, RectF const& layoutRect, struct GpStringFormat const* stringFormat, INT regionCount, struct GpRegion** regions )
GdipMeasureDriverString ( struct GpGraphics* graphics, UINT16 const* text, INT length, struct GpFont const* font, PointF const* positions, INT flags, GpMatrix const* matrix, RectF* boundingBox )
GdipMeasureString ( struct GpGraphics* graphics, WCHAR const* string, INT length, struct GpFont const* font, RectF const* layoutRect, struct GpStringFormat const* stringFormat, RectF* boundingBox, INT* codepointsFitted, INT* linesFilled )
GdipMultiplyLineTransform ( struct GpLineGradient* brush, GpMatrix const* matrix, GpMatrixOrder order )
GdipMultiplyMatrix ( GpMatrix* matrix, GpMatrix* matrix2, GpMatrixOrder order )
GdipMultiplyPathGradientTransform ( struct GpPathGradient* brush, GpMatrix const* matrix, GpMatrixOrder order )
GdipMultiplyPenTransform ( struct GpPen* pen, GpMatrix const* matrix, GpMatrixOrder order )
GdipMultiplyTextureTransform ( struct GpTexture* brush, GpMatrix const* matrix, GpMatrixOrder order )
GdipMultiplyWorldTransform ( struct GpGraphics* graphics, GpMatrix const* matrix, GpMatrixOrder order )
GdipNewInstalledFontCollection ( struct GpFontCollection** fontCollection )
GdipNewPrivateFontCollection ( struct GpFontCollection** fontCollection )
GdipPathIterCopyData ( struct GpPathIterator* iterator, INT* resultCount, GpPointF* points, BYTE* types, INT startIndex, INT endIndex )
GdipPathIterEnumerate ( struct GpPathIterator* iterator, INT* resultCount, GpPointF* points, BYTE* types, INT count )
GdipPathIterGetCount ( struct GpPathIterator* iterator, INT* count )
GdipPathIterGetSubpathCount ( struct GpPathIterator* iterator, INT* count )
GdipPathIterHasCurve ( struct GpPathIterator* iterator, BOOL* hasCurve )
GdipPathIterIsValid ( struct GpPathIterator* iterator, BOOL* valid )
GdipPathIterNextMarker ( struct GpPathIterator* iterator, INT* resultCount, INT* startIndex, INT* endIndex )
GdipPathIterNextMarkerPath ( struct GpPathIterator* iterator, INT* resultCount, struct GpPath* path )
GdipPathIterNextPathType ( struct GpPathIterator* iterator, INT* resultCount, BYTE* pathType, INT* startIndex, INT* endIndex )
GdipPathIterNextSubpath ( struct GpPathIterator* iterator, INT* resultCount, INT* startIndex, INT* endIndex, BOOL* isClosed )
GdipPathIterNextSubpathPath ( struct GpPathIterator* iterator, INT* resultCount, struct GpPath* path, BOOL* isClosed )
GdipPathIterRewind ( struct GpPathIterator* iterator )
GdipPlayMetafileRecord ( struct GpMetafile const* metafile, enum EmfPlusRecordType recordType, UINT flags, UINT dataSize, BYTE const* data )
GdipPrivateAddFontFile ( struct GpFontCollection* fontCollection, WCHAR const* filename )
GdipPrivateAddMemoryFont ( struct GpFontCollection* fontCollection, void const* memory, INT length )
GdipRecordMetafile ( HDC referenceHdc, enum EmfType type, GpRectF const* frameRect, enum MetafileFrameUnit frameUnit, WCHAR const* description, struct GpMetafile** metafile )
GdipRecordMetafileFileName ( WCHAR const* fileName, HDC referenceHdc, enum EmfType type, GpRectF const* frameRect, enum MetafileFrameUnit frameUnit, WCHAR const* description, struct GpMetafile** metafile )
GdipRecordMetafileFileNameI ( WCHAR const* fileName, HDC referenceHdc, enum EmfType type, GpRect const* frameRect, enum MetafileFrameUnit frameUnit, WCHAR const* description, struct GpMetafile** metafile )
GdipRecordMetafileI ( HDC referenceHdc, enum EmfType type, GpRect const* frameRect, enum MetafileFrameUnit frameUnit, WCHAR const* description, struct GpMetafile** metafile )
GdipRecordMetafileStream ( IStream* stream, HDC referenceHdc, enum EmfType type, GpRectF const* frameRect, enum MetafileFrameUnit frameUnit, WCHAR const* description, struct GpMetafile** metafile )
GdipRecordMetafileStreamI ( IStream* stream, HDC referenceHdc, enum EmfType type, GpRect const* frameRect, enum MetafileFrameUnit frameUnit, WCHAR const* description, struct GpMetafile** metafile )
GdipReleaseDC ( struct GpGraphics* graphics, HDC hdc )
GdipRemovePropertyItem ( struct GpImage* image, PROPID propId )
GdipResetClip ( struct GpGraphics* graphics )
GdipResetImageAttributes ( struct GpImageAttributes* imageattr, enum ColorAdjustType type )
GdipResetLineTransform ( struct GpLineGradient* brush )
GdipResetPageTransform ( struct GpGraphics* graphics )
GdipResetPath ( struct GpPath* path )
GdipResetPathGradientTransform ( struct GpPathGradient* brush )
GdipResetPenTransform ( struct GpPen* pen )
GdipResetTextureTransform ( struct GpTexture* brush )
GdipResetWorldTransform ( struct GpGraphics* graphics )
GdipRestoreGraphics ( struct GpGraphics* graphics, GraphicsState state )
GdipReversePath ( struct GpPath* path )
GdipRotateLineTransform ( struct GpLineGradient* brush, REAL angle, GpMatrixOrder order )
GdipRotateMatrix ( GpMatrix* matrix, REAL angle, GpMatrixOrder order )
GdipRotatePathGradientTransform ( struct GpPathGradient* brush, REAL angle, GpMatrixOrder order )
GdipRotatePenTransform ( struct GpPen* pen, REAL angle, GpMatrixOrder order )
GdipRotateTextureTransform ( struct GpTexture* brush, REAL angle, GpMatrixOrder order )
GdipRotateWorldTransform ( struct GpGraphics* graphics, REAL angle, GpMatrixOrder order )
GdipSaveAdd ( struct GpImage* image, struct EncoderParameters const* encoderParams )
GdipSaveAddImage ( struct GpImage* image, struct GpImage* newImage, struct EncoderParameters const* encoderParams )
GdipSaveGraphics ( struct GpGraphics* graphics, GraphicsState* state )
GdipSaveImageToFile ( struct GpImage* image, WCHAR const* filename, CLSID const* clsidEncoder, struct EncoderParameters const* encoderParams )
GdipSaveImageToStream ( struct GpImage* image, IStream* stream, CLSID const* clsidEncoder, struct EncoderParameters const* encoderParams )
GdipScaleLineTransform ( struct GpLineGradient* brush, REAL sx, REAL sy, GpMatrixOrder order )
GdipScaleMatrix ( GpMatrix* matrix, REAL scaleX, REAL scaleY, GpMatrixOrder order )
GdipScalePathGradientTransform ( struct GpPathGradient* brush, REAL sx, REAL sy, GpMatrixOrder order )
GdipScalePenTransform ( struct GpPen* pen, REAL sx, REAL sy, GpMatrixOrder order )
GdipScaleTextureTransform ( struct GpTexture* brush, REAL sx, REAL sy, GpMatrixOrder order )
GdipScaleWorldTransform ( struct GpGraphics* graphics, REAL sx, REAL sy, GpMatrixOrder order )
GdipSetAdjustableArrowCapFillState ( struct GpAdjustableArrowCap* cap, BOOL fillState )
GdipSetAdjustableArrowCapHeight ( struct GpAdjustableArrowCap* cap, REAL height )
GdipSetAdjustableArrowCapMiddleInset ( struct GpAdjustableArrowCap* cap, REAL middleInset )
GdipSetAdjustableArrowCapWidth ( struct GpAdjustableArrowCap* cap, REAL width )
GdipSetClipGraphics ( struct GpGraphics* graphics, struct GpGraphics* srcgraphics, enum CombineMode combineMode )
GdipSetClipHrgn ( struct GpGraphics* graphics, HRGN hRgn, enum CombineMode combineMode )
GdipSetClipPath ( struct GpGraphics* graphics, struct GpPath* path, enum CombineMode combineMode )
GdipSetClipRect ( struct GpGraphics* graphics, REAL x, REAL y, REAL width, REAL height, enum CombineMode combineMode )
GdipSetClipRectI ( struct GpGraphics* graphics, INT x, INT y, INT width, INT height, enum CombineMode combineMode )
GdipSetClipRegion ( struct GpGraphics* graphics, struct GpRegion* region, enum CombineMode combineMode )
GdipSetCompositingMode ( struct GpGraphics* graphics, enum CompositingMode compositingMode )
GdipSetCompositingQuality ( struct GpGraphics* graphics, enum CompositingQuality compositingQuality )
GdipSetCustomLineCapBaseCap ( struct GpCustomLineCap* customCap, GpLineCap baseCap )
GdipSetCustomLineCapBaseInset ( struct GpCustomLineCap* customCap, REAL inset )
GdipSetCustomLineCapStrokeCaps ( struct GpCustomLineCap* customCap, GpLineCap startCap, GpLineCap endCap )
GdipSetCustomLineCapStrokeJoin ( struct GpCustomLineCap* customCap, GpLineJoin lineJoin )
GdipSetCustomLineCapWidthScale ( struct GpCustomLineCap* customCap, REAL widthScale )
GdipSetEmpty ( struct GpRegion* region )
GdipSetImageAttributesCachedBackground ( struct GpImageAttributes* imageattr, BOOL enableFlag )
GdipSetImageAttributesColorKeys ( struct GpImageAttributes* imageattr, enum ColorAdjustType type, BOOL enableFlag, ARGB colorLow, ARGB colorHigh )
GdipSetImageAttributesColorMatrix ( struct GpImageAttributes* imageattr, enum ColorAdjustType type, BOOL enableFlag, struct ColorMatrix const* colorMatrix, struct ColorMatrix const* grayMatrix, enum ColorMatrixFlags flags )
GdipSetImageAttributesGamma ( struct GpImageAttributes* imageattr, enum ColorAdjustType type, BOOL enableFlag, REAL gamma )
GdipSetImageAttributesNoOp ( struct GpImageAttributes* imageattr, enum ColorAdjustType type, BOOL enableFlag )
GdipSetImageAttributesOutputChannel ( struct GpImageAttributes* imageattr, enum ColorAdjustType type, BOOL enableFlag, enum ColorChannelFlags channelFlags )
GdipSetImageAttributesOutputChannelColorProfile ( struct GpImageAttributes* imageattr, enum ColorAdjustType type, BOOL enableFlag, WCHAR const* colorProfileFilename )
GdipSetImageAttributesRemapTable ( struct GpImageAttributes* imageattr, enum ColorAdjustType type, BOOL enableFlag, UINT mapSize, ColorMap const* map )
GdipSetImageAttributesThreshold ( struct GpImageAttributes* imageattr, enum ColorAdjustType type, BOOL enableFlag, REAL threshold )
GdipSetImageAttributesToIdentity ( struct GpImageAttributes* imageattr, enum ColorAdjustType type )
GdipSetImageAttributesWrapMode ( struct GpImageAttributes* imageAttr, enum WrapMode wrap, ARGB argb, BOOL clamp )
GdipSetImagePalette ( struct GpImage* image, struct ColorPalette const* palette )
GdipSetInfinite ( struct GpRegion* region )
GdipSetInterpolationMode ( struct GpGraphics* graphics, enum InterpolationMode interpolationMode )
GdipSetLineBlend ( struct GpLineGradient* brush, REAL const* blend, REAL const* positions, INT count )
GdipSetLineColors ( struct GpLineGradient* brush, ARGB color1, ARGB color2 )
GdipSetLineGammaCorrection ( struct GpLineGradient* brush, BOOL useGammaCorrection )
GdipSetLineLinearBlend ( struct GpLineGradient* brush, REAL focus, REAL scale )
GdipSetLinePresetBlend ( struct GpLineGradient* brush, ARGB const* blend, REAL const* positions, INT count )
GdipSetLineSigmaBlend ( struct GpLineGradient* brush, REAL focus, REAL scale )
GdipSetLineTransform ( struct GpLineGradient* brush, GpMatrix const* matrix )
GdipSetLineWrapMode ( struct GpLineGradient* brush, GpWrapMode wrapmode )
GdipSetMatrixElements ( GpMatrix* matrix, REAL m11, REAL m12, REAL m21, REAL m22, REAL dx, REAL dy )
GdipSetMetafileDownLevelRasterizationLimit ( struct GpMetafile* metafile, UINT metafileRasterizationLimitDpi )
GdipSetPageScale ( struct GpGraphics* graphics, REAL scale )
GdipSetPageUnit ( struct GpGraphics* graphics, GpUnit unit )
GdipSetPathFillMode ( struct GpPath* path, GpFillMode fillmode )
GdipSetPathGradientBlend ( struct GpPathGradient* brush, REAL const* blend, REAL const* positions, INT count )
GdipSetPathGradientCenterColor ( struct GpPathGradient* brush, ARGB colors )
GdipSetPathGradientCenterPoint ( struct GpPathGradient* brush, GpPointF const* points )
GdipSetPathGradientCenterPointI ( struct GpPathGradient* brush, GpPoint const* points )
GdipSetPathGradientFocusScales ( struct GpPathGradient* brush, REAL xScale, REAL yScale )
GdipSetPathGradientGammaCorrection ( struct GpPathGradient* brush, BOOL useGammaCorrection )
GdipSetPathGradientLinearBlend ( struct GpPathGradient* brush, REAL focus, REAL scale )
GdipSetPathGradientPath ( struct GpPathGradient* brush, struct GpPath const* path )
GdipSetPathGradientPresetBlend ( struct GpPathGradient* brush, ARGB const* blend, REAL const* positions, INT count )
GdipSetPathGradientSigmaBlend ( struct GpPathGradient* brush, REAL focus, REAL scale )
GdipSetPathGradientSurroundColorsWithCount ( struct GpPathGradient* brush, ARGB const* color, INT* count )
GdipSetPathGradientTransform ( struct GpPathGradient* brush, GpMatrix* matrix )
GdipSetPathGradientWrapMode ( struct GpPathGradient* brush, GpWrapMode wrapmode )
GdipSetPathMarker ( struct GpPath* path )
GdipSetPenBrushFill ( struct GpPen* pen, struct GpBrush* brush )
GdipSetPenColor ( struct GpPen* pen, ARGB argb )
GdipSetPenCompoundArray ( struct GpPen* pen, REAL const* dash, INT count )
GdipSetPenCustomEndCap ( struct GpPen* pen, struct GpCustomLineCap* customCap )
GdipSetPenCustomStartCap ( struct GpPen* pen, struct GpCustomLineCap* customCap )
GdipSetPenDashArray ( struct GpPen* pen, REAL const* dash, INT count )
GdipSetPenDashCap197819 ( struct GpPen* pen, GpDashCap dashCap )
GdipSetPenDashOffset ( struct GpPen* pen, REAL offset )
GdipSetPenDashStyle ( struct GpPen* pen, GpDashStyle dashstyle )
GdipSetPenEndCap ( struct GpPen* pen, GpLineCap endCap )
GdipSetPenLineCap197819 ( struct GpPen* pen, GpLineCap startCap, GpLineCap endCap, GpDashCap dashCap )
GdipSetPenLineJoin ( struct GpPen* pen, GpLineJoin lineJoin )
GdipSetPenMiterLimit ( struct GpPen* pen, REAL miterLimit )
GdipSetPenMode ( struct GpPen* pen, GpPenAlignment penMode )
GdipSetPenStartCap ( struct GpPen* pen, GpLineCap startCap )
GdipSetPenTransform ( struct GpPen* pen, GpMatrix* matrix )
GdipSetPenUnit ( struct GpPen* pen, GpUnit unit )
GdipSetPenWidth ( struct GpPen* pen, REAL width )
GdipSetPixelOffsetMode ( struct GpGraphics* graphics, enum PixelOffsetMode pixelOffsetMode )
GdipSetPropertyItem ( struct GpImage* image, struct PropertyItem const* item )
GdipSetRenderingOrigin ( struct GpGraphics* graphics, INT x, INT y )
GdipSetSmoothingMode ( struct GpGraphics* graphics, enum SmoothingMode smoothingMode )
GdipSetSolidFillColor ( struct GpSolidFill* brush, ARGB color )
GdipSetStringFormatAlign ( struct GpStringFormat* format, enum StringAlignment align )
GdipSetStringFormatDigitSubstitution ( struct GpStringFormat* format, LANGID language, enum StringDigitSubstitute substitute )
GdipSetStringFormatFlags ( struct GpStringFormat* format, INT flags )
GdipSetStringFormatHotkeyPrefix ( struct GpStringFormat* format, INT hotkeyPrefix )
GdipSetStringFormatLineAlign ( struct GpStringFormat* format, enum StringAlignment align )
GdipSetStringFormatMeasurableCharacterRanges ( struct GpStringFormat* format, INT rangeCount, CharacterRange const* ranges )
GdipSetStringFormatTabStops ( struct GpStringFormat* format, REAL firstTabOffset, INT count, REAL const* tabStops )
GdipSetStringFormatTrimming ( struct GpStringFormat* format, enum StringTrimming trimming )
GdipSetTextContrast ( struct GpGraphics* graphics, UINT contrast )
GdipSetTextRenderingHint ( struct GpGraphics* graphics, enum TextRenderingHint mode )
GdipSetTextureTransform ( struct GpTexture* brush, GpMatrix const* matrix )
GdipSetTextureWrapMode ( struct GpTexture* brush, GpWrapMode wrapmode )
GdipSetWorldTransform ( struct GpGraphics* graphics, GpMatrix* matrix )
GdipShearMatrix ( GpMatrix* matrix, REAL shearX, REAL shearY, GpMatrixOrder order )
GdipStartPathFigure ( struct GpPath* path )
GdipStringFormatGetGenericDefault ( struct GpStringFormat** format )
GdipStringFormatGetGenericTypographic ( struct GpStringFormat** format )
GdipTestControl ( enum GpTestControlEnum control, void* param )
GdipTransformMatrixPoints ( GpMatrix* matrix, GpPointF* pts, INT count )
GdipTransformMatrixPointsI ( GpMatrix* matrix, GpPoint* pts, INT count )
GdipTransformPath ( struct GpPath* path, GpMatrix* matrix )
GdipTransformPoints ( struct GpGraphics* graphics, GpCoordinateSpace destSpace, GpCoordinateSpace srcSpace, GpPointF* points, INT count )
GdipTransformPointsI ( struct GpGraphics* graphics, GpCoordinateSpace destSpace, GpCoordinateSpace srcSpace, GpPoint* points, INT count )
GdipTransformRegion ( struct GpRegion* region, GpMatrix* matrix )
GdipTranslateClip ( struct GpGraphics* graphics, REAL dx, REAL dy )
GdipTranslateClipI ( struct GpGraphics* graphics, INT dx, INT dy )
GdipTranslateLineTransform ( struct GpLineGradient* brush, REAL dx, REAL dy, GpMatrixOrder order )
GdipTranslateMatrix ( GpMatrix* matrix, REAL offsetX, REAL offsetY, GpMatrixOrder order )
GdipTranslatePathGradientTransform ( struct GpPathGradient* brush, REAL dx, REAL dy, GpMatrixOrder order )
GdipTranslatePenTransform ( struct GpPen* pen, REAL dx, REAL dy, GpMatrixOrder order )
GdipTranslateRegion ( struct GpRegion* region, REAL dx, REAL dy )
GdipTranslateRegionI ( struct GpRegion* region, INT dx, INT dy )
GdipTranslateTextureTransform ( struct GpTexture* brush, REAL dx, REAL dy, GpMatrixOrder order )
GdipTranslateWorldTransform ( struct GpGraphics* graphics, REAL dx, REAL dy, GpMatrixOrder order )
GdipVectorTransformMatrixPoints ( GpMatrix* matrix, GpPointF* pts, INT count )
GdipVectorTransformMatrixPointsI ( GpMatrix* matrix, GpPoint* pts, INT count )
GdipWarpPath ( struct GpPath* path, GpMatrix* matrix, GpPointF const* points, INT count, REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight, enum WarpMode warpMode, REAL flatness )
GdipWidenPath ( struct GpPath* nativePath, struct GpPen* pen, GpMatrix* matrix, REAL flatness )
GdipWindingModeOutline ( struct GpPath* path, GpMatrix* matrix, REAL flatness )
gdiplusmem.h,
gdiplus.dll
GdipAlloc ( size_t size )
GdipFree ( void* ptr )
to the top