勇芳软件工作室.汉化:  GDI+ Flat API >

Graphics Functions

Previous pageReturn to chapter overviewNext page

平面功能

包装方式

备注

GpStatus WINGDIPAPI GdipFlush(GpGraphics * graphics,GpFlushIntention的意图)

图像

VOID冲洗(IN FlushIntention意图= FlushIntentionFlush)


GpStatus WINGDIPAPI GdipCreateFromHDC(HDC hdc,GpGraphics **图形)

图像

图形(IN HDC hdc)


GpStatus WINGDIPAPI GdipCreateFromHDC2(HDC hdc,HANDLE hDevice,GpGraphics ** graphics)

图像

图形(IN HDC hdc,IN HANDLE hdevice)


GpStatus WINGDIPAPI GdipCreateFromHWND(HWND hwnd,GpGraphics **图形)

图像

图形(IN HWND hwnd,IN BOOL icm = FALSE)

此函数不使用图像颜色管理(ICM)。当Graphics构造函数的icm参数设置为FALSE时,它被调用。

GpStatus WINGDIPAPI GdipCreateFromHWNDICM(HWND hwnd,GpGraphics **图形)

图像

图形(IN HWND hwnd,IN BOOL icm = FALSE)

此函数使用ICM。当Graphics构造函数的icm参数设置为TRUE时,它被调用。

GpStatus WINGDIPAPI GdipDeleteGraphics(GpGraphics * graphics)

图像

?图形()


GpStatus WINGDIPAPI GdipGetDC(GpGraphics * graphics,HDC * hdc)

图像

HDC GetHDC()


GpStatus WINGDIPAPI GdipReleaseDC(GpGraphics * graphics,HDC hdc)

图像

VOID ReleaseHDC(IN HDC hdc)


GpStatus WINGDIPAPI GdipSetCompositingMode(GpGraphics * graphics,CompositingMode compositingMode)

图像

状态SetCompositingMode(IN CompositingMode compositingMode)


GpStatus WINGDIPAPI GdipGetCompositingMode(GpGraphics * graphics,CompositingMode * compositingMode)

图像

CompositingMode GetCompositingMode()const


GpStatus WINGDIPAPI GdipSetRenderingOrigin(GpGraphics * graphics,INT x,INT y)

图像

状态SetRenderingOrigin(IN INT x,IN INT y)


GpStatus WINGDIPAPI GdipGetRenderingOrigin(GpGraphics * graphics,INT * x,INT * y)

图像

状态GetRenderingOrigin(OUT INT * x,OUT INT * y)const


GpStatus WINGDIPAPI GdipSetCompositingQuality(GpGraphics * graphics,CompositingQuality compositingQuality)

图像

状态集合合成质量(IN CompositingQuality compositing Quality)


GpStatus WINGDIPAPI GdipGetCompositingQuality(GpGraphics * graphics,CompositingQuality * compositingQuality)

图像

CompositingQuality GetCompositingQuality()const


GpStatus WINGDIPAPI GdipSetSmoothingMode(GpGraphics * graphics,SmoothingMode smoothingMode)

图像

状态SetSmoothingMode(IN SmoothingMode smoothingMode)


GpStatus WINGDIPAPI GdipGetSmoothingMode(GpGraphics * graphics,SmoothingMode * smoothingMode)

图像

SmoothingMode GetSmoothingMode()const


GpStatus WINGDIPAPI GdipSetPixelOffsetMode(GpGraphics * graphics,PixelOffsetMode pixelOffsetMode)

图像

状态SetPixelOffsetMode(IN PixelOffsetMode pixelOffsetMode)


GpStatus WINGDIPAPI GdipGetPixelOffsetMode(GpGraphics * graphics,PixelOffsetMode * pixelOffsetMode)

图像

PixelOffsetMode GetPixelOffsetMode()const


GpStatus WINGDIPAPI GdipSetTextRenderingHint(GpGraphics * graphics,T??extRenderingHint模式)

图像

状态SetTextRenderingHint(IN TextRenderingHint newMode)


GpStatus WINGDIPAPI GdipGetTextRenderingHint(GpGraphics * graphics,T??extRenderingHint *模式)

图像

TextRenderingHint GetTextRenderingHint()const


GpStatus WINGDIPAPI GdipSetTextContrast(GpGraphics *图形,UINT对比度)

图像

状态SetTextContrast(IN UINT对比度)


GpStatus WINGDIPAPI GdipGetTextContrast(GpGraphics * graphics,UINT *对比度)

图像

UINT GetTextContrast()const


GpStatus WINGDIPAPI GdipSetInterpolationMode(GpGraphics * graphics,InterpolationMode interpolationMode)

图像

状态SetInterpolationMode(IN InterpolationMode interpolationMode)


GpStatus WINGDIPAPI GdipGraphicsSetAbort(GpGraphics * pGraphics,GdiplusAbort * pIAbort)

图像

状态SetAbort(GdiplusAbort * pIAbort)


GpStatus WINGDIPAPI GdipGetInterpolationMode(GpGraphics * graphics,InterpolationMode * interpolationMode)

图像

InterpolationMode GetInterpolationMode()const


GpStatus WINGDIPAPI GdipSetWorldTransform(GpGraphics * graphics,GpMatrix * matrix)

图像

状态SetTransform(IN const Matrix * matrix)


GpStatus WINGDIPAPI GdipResetWorldTransform(GpGraphics * graphics)

图像

状态ResetTransform()


GpStatus WINGDIPAPI GdipMultiplyWorldTransform(GpGraphics * graphics,GDIPCONST GpMatrix * matrix,GpMatrixOrder order)

图像

状态MultiplyTransform(IN const Matrix * matrix,IN MatrixOrder order = MatrixOrderPrepend)


GpStatus WINGDIPAPI GdipTranslateWorldTransform(GpGraphics * graphics,REAL dx,REAL dy,GpMatrixOrder order)

图像

状态TranslateTransform(IN REAL dx,IN REAL dy,IN MatrixOrder order = MatrixOrderPrepend)


GpStatus WINGDIPAPI GdipScaleWorldTransform(GpGraphics * graphics,REAL sx,REAL sy,GpMatrixOrder order)

图像

状态ScaleTransform(IN REAL sx,IN REAL sy,IN MatrixOrder order = MatrixOrderPrepend)


GpStatus WINGDIPAPI GdipRotateWorldTransform(GpGraphics *图形,REAL角度,GpMatrixOrder顺序)

图像

状态RotateTransform(IN REAL angle,IN MatrixOrder order = MatrixOrderPrepend)


GpStatus WINGDIPAPI GdipGetWorldTransform(GpGraphics * graphics,GpMatrix * matrix)

图像

状态GetTransform(OUT Matrix * matrix)const


GpStatus WINGDIPAPI GdipResetPageTransform(GpGraphics * graphics)

不用包装方法。

此函数将页面变换矩阵重置为标识。

GpStatus WINGDIPAPI GdipGetPageUnit(GpGraphics * graphics,GpUnit * unit)

图像

单位GetPageUnit()const


GpStatus WINGDIPAPI GdipGetPageScale(GpGraphics * graphics,REAL * scale)

图像

REAL GetPageScale()const


GpStatus WINGDIPAPI GdipSetPageUnit(GpGraphics * graphics,GpUnit unit)

图像

状态SetPageUnit(IN单位单位)


GpStatus WINGDIPAPI GdipSetPageScale(GpGraphics * graphics,REAL scale)

图像

状态SetPageScale(IN REAL scale)


GpStatus WINGDIPAPI GdipGetDpiX(GpGraphics * graphics,REAL * dpi)

图像

REAL GetDpiX()const


GpStatus WINGDIPAPI GdipGetDpiY(GpGraphics * graphics,REAL * dpi)

图像

GetDpiY()const


GpStatus WINGDIPAPI GdipTransformPoints(GpGraphics * graphics,GpCoordinateSpace destSpace,GpCoordinateSpace srcSpace,GpPointF * points,INT count)

图像

状态转换点(IN CoordinateSpace destSpace,IN CoordinateSpace srcSpace,IN OUT PointF * pts,IN INT count)const


GpStatus WINGDIPAPI GdipTransformPointsI(GpGraphics * graphics,GpCoordinateSpace destSpace,GpCoordinateSpace srcSpace,GpPoint * points,INT count)

图像

状态转换点(IN CoordinateSpace destSpace,IN CoordinateSpace srcSpace,IN OUT Point * pts,IN INT count)const


GpStatus WINGDIPAPI GdipGetNearestColor(GpGraphics * graphics,ARGB * argb)

图像

状态GetNearestColor(IN OUT Color * color)const


HPALETTE WINGDIPAPI GdipCreateHalftonePalette()

图像

静态HPALETTE GetHalftonePalette()


GpStatus WINGDIPAPI GdipDrawLine(GpGraphics * graphics,GpPen * pen,REAL x1,REAL y1,REAL x2,REAL y2)

图像

状态DrawLine(IN const Pen * pen,IN REAL x1,IN REAL y1,IN REAL x2,IN REAL y2)


GpStatus WINGDIPAPI GdipDrawLineI(GpGraphics * graphics,GpPen * pen,INT x1,INT y1,INT x2,INT y2)

图像

状态DrawLine(IN const笔*笔,IN INT x1,IN INT y1,IN INT x2,IN INT y2)


GpStatus WINGDIPAPI GdipDrawLines(GpGraphics * graphics,GpPen * pen,GDIPCONST GpPointF * points,INT count)

图像

状态DrawLines(IN const Pen * pen,IN const PointF * points,IN INT count)


GpStatus WINGDIPAPI GdipDrawLinesI(GpGraphics * graphics,GpPen * pen,GDIPCONST GpPoint * points,INT count)

图像

状态DrawLines(IN const Pen * pen,IN const Point * points,IN INT count)


GpStatus WINGDIPAPI GdipDrawArc(GpGraphics * graphics,GpPen * pen,REAL x,REAL y,REAL width,REAL height,REAL startAngle,REAL sweepAngle)

图像

状态DrawArc(IN const Pen * pen,IN REAL x,IN REAL y,IN REAL width,IN REAL height,IN REAL startAngle,IN REAL sweepAngle)


GpStatus WINGDIPAPI GdipDrawArcI(GpGraphics * graphics,GpPen * pen,INT x,INT y,INT width,INT height,REAL startAngle,REAL sweepAngle)

图像

状态DrawArc(IN const Pen * pen,IN INT x,IN INT y,IN INT width,IN INT height,IN REAL startAngle,IN REAL sweepAngle)


GpStatus WINGDIPAPI GdipDrawBezier(GpGraphics * graphics,GpPen * pen,REAL x1,REAL y1,REAL x2,REAL y2,REAL x3,REAL y3,REAL x4,REAL y4)

图像

状态DrawBezier(IN const Pen *笔,IN REAL x1,IN REAL y1,IN REAL x2,IN REAL y2,IN REAL x3,IN REAL y3,IN REAL x4,IN REAL y4)


GpStatus WINGDIPAPI GdipDrawBezierI(GpGraphics * graphics,GpPen * pen,INT x1,INT y1,INT x2,INT y2,INT x3,INT y3,INT x4,INT y4)

图像

状态DrawBezier(IN const Pen * pen,IN INT x1,IN INT y1,IN INT x2,IN INT y2,IN INT x3,IN INT y3,IN INT x4,IN INT y4)


GpStatus WINGDIPAPI GdipDrawBeziers(GpGraphics *图形,GpPen *笔,GDIPCONST GpPointF *点,INT计数)

图像

状态DrawBeziers(IN const Pen * pen,IN const PointF * points,IN INT count)


GpStatus WINGDIPAPI GdipDrawBeziersI(GpGraphics * graphics,GpPen * pen,GDIPCONST GpPoint * points,INT count)

图像

状态DrawBeziers(IN const Pen * pen,IN const Point * points,IN INT count)


GpStatus WINGDIPAPI GdipDrawRectangle(GpGraphics * graphics,GpPen * pen,REAL x,REAL y,REAL width,REAL height)

图像

状态DrawRectangle(IN const Pen * pen,IN REAL x,IN REAL y,IN REAL width,IN REAL height)


GpStatus WINGDIPAPI GdipDrawRectangleI(GpGraphics * graphics,GpPen * pen,INT x,INT y,INT width,INT height)

图像

状态DrawRectangle(IN const Pen * pen,IN INT x,IN INT y,IN INT width,IN INT height)


GpStatus WINGDIPAPI GdipDrawRectangles(GpGraphics * graphics,GpPen * pen,GDIPCONST GpRectF * rects,INT count)

图像

状态DrawRectangles(IN const Pen * pen,IN const RectF * rects,IN INT count)


GpStatus WINGDIPAPI GdipDrawRectanglesI(GpGraphics * graphics,GpPen * pen,GDIPCONST GpRect * rects,INT count)

图像

状态DrawRectangles(IN const Pen * pen,IN const Rect * rects,IN INT count)


GpStatus WINGDIPAPI GdipDrawEllipse(GpGraphics * graphics,GpPen * pen,REAL x,REAL y,REAL width,REAL height)

图像

状态DrawEllipse(IN const Pen * pen,IN REAL x,IN REAL y,IN REAL width,IN REAL height)


GpStatus WINGDIPAPI GdipDrawEllipseI(GpGraphics * graphics,GpPen * pen,INT x,INT y,INT width,INT height)

图像

状态DrawEllipse(IN const Pen * pen,IN INT x,IN INT y,IN INT width,IN INT height)


GpStatus WINGDIPAPI GdipDrawPie(GpGraphics * graphics,GpPen * pen,REAL x,REAL y,REAL width,REAL height,REAL startAngle,REAL sweepAngle)

图像

状态DrawPie(IN const Pen *笔,IN REAL x,IN REAL y,IN REAL width,IN REAL height,IN REAL startAngle,IN REAL sweepAngle)


GpStatus WINGDIPAPI GdipDrawPieI(GpGraphics * graphics,GpPen * pen,INT x,INT y,INT width,INT height,REAL startAngle,REAL sweepAngle)

图像

状态DrawPie(IN const Pen * pen,IN INT x,IN INT y,IN INT width,IN INT height,IN REAL startAngle,IN REAL sweepAngle)


GpStatus WINGDIPAPI GdipDrawPolygon(GpGraphics * graphics,GpPen * pen,GDIPCONST GpPointF * points,INT count)

图像

状态DrawPolygon(IN const Pen * pen,IN const PointF * points,IN INT count)


GpStatus WINGDIPAPI GdipDrawPolygonI(GpGraphics * graphics,GpPen * pen,GDIPCONST GpPoint * points,INT count)

图像

状态DrawPolygon(IN const Pen * pen,IN const Point * points,IN INT count)


GpStatus WINGDIPAPI GdipDrawPath(GpGraphics * graphics,GpPen * pen,GpPath * path)

图像

状态DrawPath(IN const Pen * pen,IN const GraphicsPath * path)


GpStatus WINGDIPAPI GdipDrawCurve(GpGraphics * graphics,GpPen * pen,GDIPCONST GpPointF * points,INT count)

图像

状态DrawCurve(IN const Pen * pen,IN const PointF * points,IN INT count)


GpStatus WINGDIPAPI GdipDrawCurveI(GpGraphics * graphics,GpPen * pen,GDIPCONST GpPoint * points,INT count)

图像

状态DrawCurve(IN const Pen * pen,IN const Point * points,IN INT count)


GpStatus WINGDIPAPI GdipDrawCurve2(GpGraphics *图形,GpPen *笔,GDIPCONST GpPointF *点,INT计数,REAL张力)

图像

状态DrawCurve(IN const Pen * pen,IN const PointF * points,IN INT count,IN REAL tension)


GpStatus WINGDIPAPI GdipDrawCurve2I(GpGraphics *图形,GpPen *笔,GDIPCONST GpPoint *点,INT计数,REAL张力)

图像

状态DrawCurve(IN const Pen * pen,IN const Point * points,IN INT count,IN REAL tension)


GpStatus WINGDIPAPI GdipDrawCurve3(GpGraphics *图形,GpPen *笔,GDIPCONST GpPointF *点,INT计数,INT偏移,INT数量,实际张力)

图像

状态DrawCurve(IN const Pen * pen,IN const PointF * points,IN INT count,IN INT offset,IN INT numberOfSegments,IN REAL tension = 0.5f)


GpStatus WINGDIPAPI GdipDrawCurve3I(GpGraphics *图形,GpPen *笔,GDIPCONST GpPoint *点,INT计数,INT偏移,INT数量,实际张力)

图像

状态DrawCurve(IN const Pen * pen,IN const Point * points,IN INT count,IN INT offset,IN INT numberOfSegments,IN REAL tension = 0.5f)


GpStatus WINGDIPAPI GdipDrawClosedCurve(GpGraphics * graphics,GpPen * pen,GDIPCONST GpPointF * points,INT count)

图像

状态DrawClosedCurve(IN const Pen * pen,IN const PointF * points,IN INT count)


GpStatus WINGDIPAPI GdipDrawClosedCurveI(GpGraphics * graphics,GpPen * pen,GDIPCONST GpPoint * points,INT count)

图像

状态DrawClosedCurve(IN const Pen * pen,IN const Point * points,IN INT count)


GpStatus WINGDIPAPI GdipDrawClosedCurve2(GpGraphics * graphics,GpPen * pen,GDIPCONST GpPointF *点,INT计数,REAL张力)

图像

状态DrawClosedCurve(IN const Pen * pen,IN const PointF * points,IN INT count,IN REAL tension)


GpStatus WINGDIPAPI GdipDrawClosedCurve2I(GpGraphics * graphics,GpPen * pen,GDIPCONST GpPoint *点,INT计数,REAL张力)

图像

状态DrawClosedCurve(IN const Pen * pen,IN const Point * points,IN INT count,IN REAL tension)


GpStatus WINGDIPAPI GdipGraphicsClear(GpGraphics *图形,ARGB颜色)

图像

状态清除(IN颜色&颜色)


GpStatus WINGDIPAPI GdipFillRectangle(GpGraphics * graphics,GpBrush * brush,REAL x,REAL y,REAL width,REAL height)

图像

状态FillRectangle(IN const Brush * brush,IN REAL x,IN REAL y,IN REAL width,IN REAL height)


GpStatus WINGDIPAPI GdipFillRectangleI(GpGraphics * graphics,GpBrush * brush,INT x,INT y,INT width,INT height)

图像

状态FillRectangle(IN const Brush * brush,IN INT x,IN INT y,IN INT width,IN INT height)


GpStatus WINGDIPAPI GdipFillRectangles(GpGraphics * graphics,GpBrush * brush,GDIPCONST GpRectF * rects,INT count)

图像

状态FillRectangles(IN const Brush * brush,IN const RectF * rects,IN INT count)


GpStatus WINGDIPAPI GdipFillRectanglesI(GpGraphics * graphics,GpBrush * brush,GDIPCONST GpRect * rects,INT count)

图像

状态FillRectangles(IN const Brush * brush,IN const Rect * rects,IN INT count)


GpStatus WINGDIPAPI GdipFillPolygon(GpGraphics * graphics,GpBrush * brush,GDIPCONST GpPointF * points,INT count,GpFillMode fillMode)

图像

状态FillPolygon(IN const Brush * brush,IN const PointF * points,IN INT count,IN FillMode fillMode)


GpStatus WINGDIPAPI GdipFillPolygonI(GpGraphics * graphics,GpBrush * brush,GDIPCONST GpPoint * points,INT count,GpFillMode fillMode)

图像

状态FillPolygon(IN const Brush * brush,IN const Point * points,IN INT count,IN FillMode fillMode)


GpStatus WINGDIPAPI GdipFillPolygon2(GpGraphics * graphics,GpBrush * brush,GDIPCONST GpPointF * points,INT count)

不被包装方法调用。

此函数使用画笔填充多边形。points参数指定多边形的顶点。count参数指定顶点数。brush参数指定用于填充多边形的画笔对象。填充模式为FillModeAlternate。

GpStatus WINGDIPAPI GdipFillPolygon2I(GpGraphics * graphics,GpBrush * brush,GDIPCONST GpPoint * points,INT count)

不被包装方法调用。

此函数使用画笔填充多边形。points参数指定多边形的顶点。count参数指定顶点数。brush参数指定用于填充多边形的画笔对象。填充模式为FillModeAlternate。

GpStatus WINGDIPAPI GdipFillEllipse(GpGraphics * graphics,GpBrush * brush,REAL x,REAL y,REAL width,REAL height)

图像

状态FillEllipse(IN const Brush * brush,IN REAL x,IN REAL y,IN REAL width,IN REAL height)


GpStatus WINGDIPAPI GdipFillEllipseI(GpGraphics * graphics,GpBrush * brush,INT x,INT y,INT width,INT height)

图像

状态FillEllipse(IN const Brush * brush,IN INT x,IN INT y,IN INT width,IN INT height)


GpStatus WINGDIPAPI GdipFillPie(GpGraphics * graphics,GpBrush * brush,REAL x,REAL y,REAL width,REAL height,REAL startAngle,REAL sweepAngle)

图像

状态FillPie(IN const Brush * brush,IN REAL x,IN REAL y,IN REAL width,IN REAL height,IN REAL startAngle,IN REAL sweepAngle)


GpStatus WINGDIPAPI GdipFillPieI(GpGraphics * graphics,GpBrush * brush,INT x,INT y,INT width,INT height,REAL startAngle,REAL sweepAngle)

图像

状态填充(IN const刷*刷,IN INT x,IN INT y,IN INT宽度,IN INT高度,IN REAL startAngle,IN REAL sweepAngle)


GpStatus WINGDIPAPI GdipFillPath(GpGraphics * graphics,GpBrush * brush,GpPath * path)

图像

状态FillPath(IN const Brush * brush,IN const GraphicsPath * path)


GpStatus WINGDIPAPI GdipFillClosedCurve(GpGraphics * graphics,GpBrush * brush,GDIPCONST GpPointF * points,INT count)

图像

状态FillClosedCurve(IN const Brush * brush,IN const PointF * points,IN INT count)


GpStatus WINGDIPAPI GdipFillClosedCurveI(GpGraphics * graphics,GpBrush * brush,GDIPCONST GpPoint * points,INT count)

图像

状态FillClosedCurve(IN const刷*刷,IN const点*点,IN INT计数)


GpStatus WINGDIPAPI GdipFillClosedCurve2(GpGraphics *图形,GpBrush *刷,GDIPCONST GpPointF *点,INT计数,REAL张力,GpFillMode fillMode)

图像

状态FillClosedCurve(IN const Brush * brush,IN const PointF * points,IN INT count,IN FillMode fillMode,IN REAL tension = 0.5f)


GpStatus WINGDIPAPI GdipFillClosedCurve2I(GpGraphics * graphics,GpBrush * brush,GDIPCONST GpPoint * points,INT count,REAL tension,GpFillMode fillMode)

图像

状态FillClosedCurve(IN const Brush * brush,IN const Point * points,IN INT count,IN FillMode fillMode,IN REAL tension = 0.5f)


GpStatus WINGDIPAPI GdipFillRegion(GpGraphics * graphics,GpBrush * brush,GpRegion * region)

图像

状态填充区(IN const Brush * brush,IN const Region * region)


GpStatus WINGDIPAPI GdipDrawImage(GpGraphics * graphics,GpImage * image,REAL x,REAL y)

图像

状态DrawImage(IN Image * image,IN REAL x,IN REAL y)


GpStatus WINGDIPAPI GdipDrawImageI(GpGraphics * graphics,GpImage * image,INT x,INT y)

图像

状态DrawImage(IN Image * image,IN INT x,IN INT y)


GpStatus WINGDIPAPI GdipDrawImageRect(GpGraphics * graphics,GpImage * image,REAL x,REAL y,REAL width,REAL height)

图像

状态DrawImage(IN Image * image,IN REAL x,IN REAL y,IN REAL width,IN REAL height)


GpStatus WINGDIPAPI GdipDrawImageRectI(GpGraphics * graphics,GpImage * image,INT x,INT y,INT width,INT height)

图像

状态DrawImage(IN Image * image,IN INT x,IN INT y,IN INT width,IN INT height)


GpStatus WINGDIPAPI GdipDrawImagePoints(GpGraphics * graphics,GpImage * image,GDIPCONST GpPointF * dstpoints,INT count)

图像

状态DrawImage(IN Image * image,IN const PointF * destPoints,IN INT count)


GpStatus WINGDIPAPI GdipDrawImagePointsI(GpGraphics * graphics,GpImage * image,GDIPCONST GpPoint * dstpoints,INT count)

图像

状态DrawImage(IN Image * image,IN const Point * destPoints,IN INT count)


GpStatus WINGDIPAPI GdipDrawImagePointRect(GpGraphics * graphics,GpImage * image,REAL x,REAL y,REAL srcx,REAL srcy,REAL srcwidth,REAL srcheight,GpUnit srcUnit)

图像

状态DrawImage(IN Image * image,IN REAL x,IN REAL y,IN REAL srcx,IN REAL srcy,IN REAL srcwidth,IN REAL srcheight,IN Unit srcUnit)


GpStatus WINGDIPAPI GdipDrawImagePointRectI(GpGraphics * graphics,GpImage * image,INT x,INT y,INT srcx,INT srcy,INT srcwidth,INT srcheight,GpUnit srcUnit)

图像

状态DrawImage(IN Image * image,IN INT x,IN INT y,IN INT srcx,IN INT srcy,IN INT srcwidth,IN INT srcheight,IN单位srcUnit)


GpStatus WINGDIPAPI GdipDrawImageRectRect(GpGraphics * graphics,GpImage * image,REAL dstx,REAL dsty,REAL dstwidth,REAL dstheight,REAL srcx,REAL srcy,REAL srcwidth,REAL srcheight,GpUnit srcUnit,GDIPCONST GpImageAttributes * imageAttributes,DrawImageAbort callback,VOID * callbackData )

图像

状态DrawImage(IN Image * image,IN const RectF &destRect,IN REAL srcx,IN REAL srcy,IN REAL srcwidth,IN REAL srcheight,IN单位srcUnit,IN const ImageAttributes * imageAttributes = NULL,IN DrawImageAbort callback = NULL, IN VOID * callbackData = NULL)

在平面函数中,dstx,dsty,dstwidth和dstheight参数指定与包装器方法中dstRect参数对应的矩形。

GpStatus WINGDIPAPI GdipDrawImageRectI(GpGraphics * graphics,GpImage * image,INT dstx,INT dsty,INT dstwidth,INT dstheight,INT srcx,INT srcy,INT srcwidth,INT srcheight,GpUnit srcUnit,GDIPCONST GpImageAttributes * imageAttributes,DrawImageAbort callback,VOID * callbackData )

图像

状态DrawImage(IN Image * image,IN const Rect &destRect,IN INT srcx,IN INT srcy,IN INT srcwidth,IN INT srcheight,IN单位srcUnit,IN const ImageAttributes * imageAttributes = NULL,IN DrawImageAbort callback = IN VOID * callbackData = NULL)

在平面函数中,dstx,dsty,dstwidth和dstheight参数指定与包装器方法中dstRect参数对应的矩形。

GpStatus WINGDIPAPI GdipDrawImagePointsRect(GpGraphics * graphics,GpImage * image,GDIPCONST GpPointF * points,INT count,REAL srcx,REAL srcy,REAL srcwidth,REAL srcheight,GpUnit srcUnit,GDIPCONST GpImageAttributes * imageAttributes,DrawImageAbort callback,VOID * callbackData)

图像

状态DrawImage(IN Image * image,IN const PointF * destPoints,IN INT count,IN REAL srcx,IN REAL srcy,IN REAL srcwidth,IN REAL srcheight,IN单位srcUnit,IN const ImageAttributes * imageAttributes = NULL,IN DrawImageAbort callback = NULL,IN VOID * callbackData = NULL)


GpStatus WINGDIPAPI GdipDrawImagePointsRectI(GpGraphics * graphics,GpImage * image,GDIPCONST GpPoint * points,INT count,INT srcx,INT srcy,INT srcwidth,INT srcheight,GpUnit srcUnit,GDIPCONST GpImageAttributes * imageAttributes,DrawImageAbort callback,VOID * callbackData)

图像

状态DrawImage(IN Image * image,IN const Point * destPoints,IN INT count,IN INT srcx,IN INT srcy,IN INT srcwidth,IN INT srcheight,IN单位srcUnit,IN const ImageAttributes * imageAttributes = NULL,IN DrawImageAbort callback = NULL,IN VOID * callbackData = NULL)


GpStatus WINGDIPAPI GdipDrawImageFX(GpGraphics * graphics,GpImage * image,GpRectF * source,GpMatrix * xForm,CGpEffect * effect,GpImageAttributes * imageAttributes,GpUnit srcUnit)

图像

状态DrawImage(IN Image * image,IN RectF * sourceRect,IN Matrix * xForm,IN Effect * effect,IN ImageAttributes * imageAttributes,IN Unit srcUnit)


GpStatus WINGDIPAPI GdipEnumerateMetafileDestPoint(GpGraphics * graphics,GDIPCONST GpMetafile *图元文件,GDIPCONST PointF &destPoint,EnumerateMetafileProc回调,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元素(IN const Metafile *图元文件,IN const PointF &destPoint,IN EnumerateMetafileProc回调,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipEnumerateMetafileDestPointI(GpGraphics * graphics,GDIPCONST GpMetafile * metafile,GDIPCONST Point &destPoint,EnumerateMetafileProc callback,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元素(IN const Metafile *图元文件,IN const Point &destPoint,IN EnumerateMetafileProc回调,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipEnumerateMetafileDestRect(GpGraphics * graphics,GDIPCONST GpMetafile * metafile,GDIPCONST RectF &destRect,EnumerateMetafileProc callback,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元素(IN const Metafile * metafile,IN const RectF &destRect,IN EnumerateMetafileProc callback,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipEnumerateMetafileDestRectI(GpGraphics * graphics,GDIPCONST GpMetafile * metafile,GDIPCONST Rect &destRect,EnumerateMetafileProc callback,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元数据(IN const Metafile * metafile,IN const Rect &destRect,IN EnumerateMetafileProc callback,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipEnumerateMetafileDestPoints(GpGraphics * graphics,GDIPCONST GpMetafile * metafile,GDIPCONST PointF * destPoints,INT count,EnumerateMetafileProc callback,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元素(IN const Metafile *图元文件,IN const PointF * destPoints,IN INT count,IN EnumerateMetafileProc callback,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipEnumerateMetafileDestPointsI(GpGraphics * graphics,GDIPCONST GpMetafile * metafile,GDIPCONST Point * destPoints,INT count,EnumerateMetafileProc callback,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元素(IN const图元文件*元文件,IN const点* destPoints,IN INT计数,IN EnumerateMetafileProc回调,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPoint(GpGraphics * graphics,GDIPCONST GpMetafile *图元文件,GDIPCONST PointF &destPoint,GDIPCONST RectF &srcRect,Unit srcUnit,EnumerateMetafileProc callback,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元素(IN const Metafile * metafile,IN const PointF &destPoint,IN const RectF &srcRect,IN单位srcUnit,IN EnumerateMetafileProc回调,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPointI(GpGraphics * graphics,GDIPCONST GpMetafile * metafile,GDIPCONST Point &destPoint,GDIPCONST Rect &srcRect,Unit srcUnit,EnumerateMetafileProc callback,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元素(IN const图元文件*图元文件,IN常量点&destPoint,IN const Rect &srcRect,IN单位srcUnit,IN EnumerateMetafileProc回调,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestRect(GpGraphics * graphics,GDIPCONST GpMetafile * metafile,GDIPCONST RectF &destRect,GDIPCONST RectF &srcRect,Unit srcUnit,EnumerateMetafileProc callback,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元素(IN const Metafile * metafile,IN const RectF &destRect,IN const RectF &srcRect,IN单位srcUnit,IN EnumerateMetafileProc回调,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestRectI(GpGraphics * graphics,GDIPCONST GpMetafile * metafile,GDIPCONST Rect &destRect,GDIPCONST Rect &srcRect,Unit srcUnit,EnumerateMetafileProc callback,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元素(IN const Metafile * metafile,IN const Rect &destRect,IN const Rect &srcRect,IN单位srcUnit,IN EnumerateMetafileProc回调,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPoints(GpGraphics * graphics,GDIPCONST GpMetafile * metafile,GDIPCONST PointF * destPoints,INT count,GDIPCONST RectF &srcRect,Unit srcUnit,EnumerateMetafileProc callback,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元素(IN const图元文件*元文件,IN const PointF * destPoints,IN INT count,IN const RectF &srcRect,IN单位srcUnit,IN EnumerateMetafileProc回调,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPointsI(GpGraphics * graphics,GDIPCONST GpMetafile * metafile,GDIPCONST Point * destPoints,INT count,GDIPCONST Rect &srcRect,Unit srcUnit,EnumerateMetafileProc callback,VOID * callbackData,GDIPCONST GpImageAttributes * imageAttributes)

图像

状态枚举元素(IN const图元文件*元文件,IN const Point * destPoints,IN INT count,IN const Rect &srcRect,IN单位srcUnit,IN EnumerateMetafileProc回调,IN VOID * callbackData = NULL,IN const ImageAttributes * imageAttributes = NULL)


GpStatus WINGDIPAPI GdipPlayMetafileRecord(GDIPCONST GpMetafile *图元文件,EmfPlusRecordType记录类型,UINT标志,UINT数据大小,GDIPCONST BYTE *数据)

图元文件

状态PlayRecord(IN EmfPlusRecordType recordType,IN UINT标志,IN UINT dataSize,IN const BYTE * data)const


GpStatus WINGDIPAPI GdipSetClipGraphics(GpGraphics * graphics,GpGraphics * srcgraphics,CombineMode combineMode)

图像

状态SetClip(IN const Graphics * g,IN CombineMode combineMode = CombineModeReplace)

包装方法中的g参数对应于平面函数中的srcgraphics参数。

GpStatus WINGDIPAPI GdipSetClipRect(GpGraphics * graphics,REAL x,REAL y,REAL width,REAL height,CombineMode combineMode)

图像

状态SetClip(IN const RectF &rect,IN CombineMode combineMode = CombineModeReplace)

平面函数中的x,y,width和height参数指定一个与wrapper方法中的rect参数对应的矩形。

GpStatus WINGDIPAPI GdipSetClipRectI(GpGraphics * graphics,INT x,INT y,INT width,INT height,CombineMode combineMode)

图像

状态SetClip(IN const Rect &rect,IN CombineMode combineMode = CombineModeReplace)

平面函数中的x,y,width和height参数指定一个与wrapper方法中的rect参数对应的矩形。

GpStatus WINGDIPAPI GdipSetClipPath(GpGraphics * graphics,GpPath * path,CombineMode combineMode)

图像

状态SetClip(IN const GraphicsPath * path,IN CombineMode combineMode = CombineModeReplace)


GpStatus WINGDIPAPI GdipSetClipRegion(GpGraphics * graphics,GpRegion * region,CombineMode combineMode)

图像

状态SetClip(IN const Region * region,IN CombineMode combineMode = CombineModeReplace)


GpStatus WINGDIPAPI GdipSetClipHrgn(GpGraphics * graphics,HRGN hRgn,CombineMode combineMode)

图像

状态SetClip(IN HRGN hRgn,IN CombineMode combineMode = CombineModeReplace)


GpStatus WINGDIPAPI GdipResetClip(GpGraphics * graphics)

图像

状态ResetClip()


GpStatus WINGDIPAPI GdipTranslateClip(GpGraphics * graphics,REAL dx,REAL dy)

图像

状态TranslateClip(IN REAL dx,IN REAL dy)


GpStatus WINGDIPAPI GdipTranslateClipI(GpGraphics * graphics,INT dx,INT dy)

图像

状态TranslateClip(IN INT dx,IN INT dy)


GpStatus WINGDIPAPI GdipGetClip(GpGraphics * graphics,GpRegion * region)

图像

状态GetClip(OUT Region * region)const


GpStatus WINGDIPAPI GdipGetClipBounds(GpGraphics * graphics,GpRectF * rect)

图像

状态GetClipBounds(OUT RectF * rect)const


GpStatus WINGDIPAPI GdipGetClipBoundsI(GpGraphics * graphics,GpRect * rect)

图像

状态GetClipBounds(OUT Rect * rect)const


GpStatus WINGDIPAPI GdipIsClipEmpty(GpGraphics * graphics,BOOL * result)

图像

BOOL IsClipEmpty()const


GpStatus WINGDIPAPI GdipGetVisibleClipBounds(GpGraphics * graphics,GpRectF * rect)

图像

状态GetVisibleClipBounds(OUT RectF * rect)const


GpStatus WINGDIPAPI GdipGetVisibleClipBoundsI(GpGraphics * graphics,GpRect * rect)

图像

状态GetVisibleClipBounds(OUT Rect * rect)const


GpStatus WINGDIPAPI GdipIsVisibleClipEmpty(GpGraphics * graphics,BOOL * result)

图像

BOOL IsVisibleClipEmpty()const


GpStatus WINGDIPAPI GdipIsVisiblePoint(GpGraphics *图形,REAL x,REAL y,BOOL *结果)

图像

BOOL IsVisible(IN const PointF &point)const

平面函数中的x和y参数表示与包装方法中的点参数相对应的点的x和y坐标。

GpStatus WINGDIPAPI GdipIsVisiblePointI(GpGraphics *图形,INT x,INT y,BOOL *结果)

图像

BOOL IsVisible(IN const Point &point)const

平面函数中的x和y参数表示与包装方法中的点参数相对应的点的x和y坐标。

GpStatus WINGDIPAPI GdipIsVisibleRect(GpGraphics * graphics,REAL x,REAL y,REAL width,REAL height,BOOL * result)

图像

BOOL IsVisible(IN const RectF &rect)const

平面函数中的x,y,width和height参数指定一个与wrapper方法中的rect参数对应的矩形。

GpStatus WINGDIPAPI GdipIsVisibleRectI(GpGraphics * graphics,INT x,INT y,INT width,INT height,BOOL * result)

图像

BOOL IsVisible(IN const Rect &rect)const

平面函数中的x,y,width和height参数指定一个与wrapper方法中的rect参数对应的矩形。

GpStatus WINGDIPAPI GdipSaveGraphics(GpGraphics * graphics,GraphicsState * state)

图像

GraphicsState Save()const


GpStatus WINGDIPAPI GdipRestoreGraphics(GpGraphics * graphics,GraphicsState状态)

图像

状态恢复(IN GraphicsState gstate)


GpStatus WINGDIPAPI GdipBeginContainer(GpGraphics * graphics,GDIPCONST GpRectF * dstrect,GDIPCONST GpRectF * srcrect,GpUnit unit,GraphicsContainer * state)

图像

GraphicsContainer BeginContainer(IN const RectF &dstrect,IN const RectF &srcrect,IN单位单位)


GpStatus WINGDIPAPI GdipBeginContainerI(GpGraphics * graphics,GDIPCONST GpRect * dstrect,GDIPCONST GpRect * srcrect,GpUnit unit,GraphicsContainer * state)

图像

GraphicsContainer BeginContainer(IN const Rect &dstrect,IN const Rect &srcrect,IN单位单位)


GpStatus WINGDIPAPI GdipBeginContainer2(GpGraphics * graphics,GraphicsContainer * state)

图像

图形集装箱货柜的start()


GpStatus WINGDIPAPI GdipEndContainer(GpGraphics * graphics,GraphicsContainer state)

图像

状态EndContainer(IN GraphicsContainer状态)


GpStatus WINGDIPAPI GdipGetMetafileHeaderFromEmf(HENHMETAFILE hEmf,MetafileHeader * header)

图元文件

静态状态GetMetafileHeader(IN HENHMETAFILE hEmf,OUT MetafileHeader * header)


GpStatus WINGDIPAPI GdipGetMetafileHeaderFromFile(GDIPCONST WCHAR * filename,MetafileHeader * header)

图元文件

静态状态GetMetafileHeader(IN const WCHAR * filename,OUT MetafileHeader * header)


GpStatus WINGDIPAPI GdipGetMetafileHeaderFromStream(IStream * stream,MetafileHeader * header)

图元文件

静态状态GetMetafileHeader(IN IStream * stream,OUT MetafileHeader * header)


GpStatus WINGDIPAPI GdipGetMetafileHeaderFromMetafile(GpMetafile * metafile,MetafileHeader * header)

图元文件

状态GetMetafileHeader(OUT MetafileHeader * header)const


GpStatus WINGDIPAPI GdipGetHemfFromMetafile(GpMetafile *图元文件,HENHMETAFILE * hEmf)

图元文件

HENHMETAFILE GetHENHMETAFILE()


GpStatus WINGDIPAPI GdipCreateStreamOnFile(GDIPCONST WCHAR * filename,UINT访问,IStream **流)

不被包装方法调用。

基于文件返回指向IStream接口的指针。filename参数指定文件。访问参数是一组必须包含GENERIC_READ或GENERIC_WRITE的标志。流参数接收到指向IStream接口的指针。

GpStatus WINGDIPAPI GdipCreateMetafileFromWmf(HMETAFILE hWmf,BOOL deleteWmf,GDIPCONST WmfPlaceableFileHeader * wmfPlaceableFileHeader,GpMetafile **图元文件)

图元文件

图元文件(IN HMETAFILE hWmf,IN const WmfPlaceableFileHeader * wmfPlaceableFileHeader,IN BOOL deleteWmf = FALSE)


GpStatus WINGDIPAPI GdipCreateMetafileFromEmf(HENHMETAFILE hEmf,BOOL deleteEmf,GpMetafile **图元文件)

图元文件

图元文件(IN HENHMETAFILE hEmf,IN BOOL deleteEmf = FALSE)


GpStatus WINGDIPAPI GdipCreateMetafileFromFile(GDIPCONST WCHAR * file,GpMetafile **图元文件)

图元文件

图元文件(IN const WCHAR * filename)


GpStatus WINGDIPAPI GdipCreateMetafileFromWmfFile(GDIPCONST WCHAR * file,GDIPCONST WmfPlaceableFileHeader * wmfPlaceableFileHeader,GpMetafile **图元文件)

图元文件

图元文件(IN const WCHAR * filename,IN const WmfPlaceableFileHeader * wmfPlaceableFileHeader)


GpStatus WINGDIPAPI GdipCreateMetafileFromStream(IStream * stream,GpMetafile **图元文件)

图元文件

图元文件(IN IStream * stream)


GpStatus WINGDIPAPI GdipRecordMetafile(HDC referenceHdc,EmfType类型,GDIPCONST GpRectF * frameRect,MetafileFrameUnit frameUnit,GDIPCONST WCHAR * description,GpMetafile **图元文件)

图元文件

图元文件(IN HDC referenceHdc,IN const RectF &frameRect,IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi,IN EmfType type = EmfTypeEmfPlusDual,IN const WCHAR * description = NULL)


GpStatus WINGDIPAPI GdipRecordMetafileI(HDC referenceHdc,EmfType类型,GDIPCONST GpRect * frameRect,MetafileFrameUnit frameUnit,GDIPCONST WCHAR * description,GpMetafile **图元文件)

图元文件

图元文件(IN HDC referenceHdc,IN const Rect &frameRect,IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi,IN EmfType type = EmfTypeEmfPlusDual,IN const WCHAR * description = NULL)


GpStatus WINGDIPAPI GdipRecordMetafileFileName(GDIPCONST WCHAR * fileName,HDC referenceHdc,EmfType type,GDIPCONST GpRectF * frameRect,MetafileFrameUnit frameUnit,GDIPCONST WCHAR * description,GpMetafile **图元文件)

图元文件

图元文件(IN const WCHAR * fileName,IN HDC referenceHdc,IN const RectF &frameRect,IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi,IN EmfType type = EmfTypeEmfPlusDual,IN const WCHAR * description = NULL)


GpStatus WINGDIPAPI GdipRecordMetafileFileNameI(GDIPCONST WCHAR * fileName,HDC referenceHdc,EmfType类型,GDIPCONST GpRect * frameRect,MetafileFrameUnit frameUnit,GDIPCONST WCHAR * description,GpMetafile **图元文件)

图元文件

图元文件(IN const WCHAR * fileName,IN HDC referenceHdc,IN const Rect &frameRect,IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi,IN EmfType type = EmfTypeEmfPlusDual,IN const WCHAR * description = NULL)


GpStatus WINGDIPAPI GdipRecordMetafileStream(IStream * stream,HDC referenceHdc,EmfType类型,GDIPCONST GpRectF * frameRect,MetafileFrameUnit frameUnit,GDIPCONST WCHAR * description,GpMetafile **图元文件)

图元文件

图元文件(IN IStream * stream,IN HDC referenceHdc,IN const RectF &frameRect,IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi,IN EmfType type = EmfTypeEmfPlusDual,IN const WCHAR * description = NULL)


GpStatus WINGDIPAPI GdipRecordMetafileStreamI(IStream * stream,HDC referenceHdc,EmfType type,GDIPCONST GpRect * frameRect,MetafileFrameUnit frameUnit,GDIPCONST WCHAR * description,GpMetafile ** metafile)

图元文件

图元文件(IN IStream * stream,IN HDC referenceHdc,IN const Rect &frameRect,IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi,IN EmfType type = EmfTypeEmfPlusDual,IN const WCHAR * description = NULL)


GpStatus WINGDIPAPI GdipSetMetafileDownLevelRasterizationLimit(GpMetafile *图元文件,UINT metafileRasterizationLimitDpi)

图元文件

状态SetDownLevelRasterizationLimit(IN UINT metafileRasterizationLimitDpi)


GpStatus WINGDIPAPI GdipGetMetafileDownLevelRasterizationLimit(GDIPCONST GpMetafile *图元文件,UINT * metafileRasterizationLimitDpi)

图元文件

UINT GetDownLevelRasterizationLimit()const


GpStatus WINGDIPAPI GdipGetImageDecodersSize(UINT * numDecoders,UINT * size)

NoClass

状态GetImageDecodersSize(OUT UINT * numDecoders,OUT UINT * size)


GpStatus WINGDIPAPI GdipGetImageDecoders(UINT numDecoders,UINT size,ImageCodecInfo *解码器)

NoClass

状态GetImageDecoders(IN UINT numDecoders,IN UINT size,OUT ImageCodecInfo *解码器)


GpStatus WINGDIPAPI GdipGetImageEncodersSize(UINT * numEncoders,UINT * size)

NoClass

状态GetImageEncodersSize(OUT UINT * numEncoders,OUT UINT * size)


GpStatus WINGDIPAPI GdipGetImageEncoders(UINT numEncoders,UINT size,ImageCodecInfo *编码器)

NoClass

状态GetImageEncoders(IN UINT numEncoders,IN UINT size,OUT ImageCodecInfo *编码器)


GpStatus WINGDIPAPI GdipComment(GpGraphics * graphics,UINT sizeData,GDIPCONST BYTE * data)

图像

状态AddMetafileComment(IN const BYTE * data,IN UINT sizeData)


***

图像

***