50 references to CheckErrorStatus
System.Drawing.Common (50)
System\Drawing\Graphics.cs (50)
653CheckErrorStatus(PInvokeGdiPlus.GdipDrawArc(
688CheckErrorStatus(PInvokeGdiPlus.GdipDrawBezier(
745CheckErrorStatus(PInvokeGdiPlus.GdipDrawRectangle(NativeGraphics, pen.NativePen, x, y, width, height));
770CheckErrorStatus(PInvokeGdiPlus.GdipDrawRectangles(NativeGraphics, pen.NativePen, (RectF*)r, rects.Length));
795CheckErrorStatus(PInvokeGdiPlus.GdipDrawRectanglesI(NativeGraphics, pen.NativePen, (Rect*)r, rects.Length));
812CheckErrorStatus(PInvokeGdiPlus.GdipDrawEllipse(NativeGraphics, pen.NativePen, x, y, width, height));
838CheckErrorStatus(PInvokeGdiPlus.GdipDrawPie(NativeGraphics, pen.NativePen, x, y, width, height, startAngle, sweepAngle));
869CheckErrorStatus(PInvokeGdiPlus.GdipDrawPolygon(NativeGraphics, pen.NativePen, (GdiPlus.PointF*)p, points.Length));
894CheckErrorStatus(PInvokeGdiPlus.GdipDrawPolygonI(NativeGraphics, pen.NativePen, (GdiPlus.Point*)p, points.Length));
908CheckErrorStatus(PInvokeGdiPlus.GdipDrawPath(NativeGraphics, pen.NativePen, path._nativePath));
929CheckErrorStatus(PInvokeGdiPlus.GdipDrawCurve(NativeGraphics, pen.NativePen, (GdiPlus.PointF*)p, points.Length));
951CheckErrorStatus(PInvokeGdiPlus.GdipDrawCurve2(
987CheckErrorStatus(PInvokeGdiPlus.GdipDrawCurve3(
1014CheckErrorStatus(PInvokeGdiPlus.GdipDrawCurveI(NativeGraphics, pen.NativePen, (GdiPlus.Point*)p, points.Length));
1036CheckErrorStatus(PInvokeGdiPlus.GdipDrawCurve2I(
1069CheckErrorStatus(PInvokeGdiPlus.GdipDrawCurve3I(
1097CheckErrorStatus(PInvokeGdiPlus.GdipDrawClosedCurve(
1128CheckErrorStatus(PInvokeGdiPlus.GdipDrawClosedCurve2(
1153CheckErrorStatus(PInvokeGdiPlus.GdipDrawClosedCurveI(
1179CheckErrorStatus(PInvokeGdiPlus.GdipDrawClosedCurve2I(
1225CheckErrorStatus(PInvokeGdiPlus.GdipFillRectangle(
1266CheckErrorStatus(PInvokeGdiPlus.GdipFillRectangles(NativeGraphics, brush.NativeBrush, (RectF*)r, rects.Length));
1288CheckErrorStatus(PInvokeGdiPlus.GdipFillRectanglesI(NativeGraphics, brush.NativeBrush, (Rect*)r, rects.Length));
1318CheckErrorStatus(PInvokeGdiPlus.GdipFillPolygon(
1357CheckErrorStatus(PInvokeGdiPlus.GdipFillPolygonI(
1379CheckErrorStatus(PInvokeGdiPlus.GdipFillEllipse(
1428CheckErrorStatus(PInvokeGdiPlus.GdipFillPie(
1460CheckErrorStatus(PInvokeGdiPlus.GdipFillClosedCurve(
1501CheckErrorStatus(PInvokeGdiPlus.GdipFillClosedCurve2(
1528CheckErrorStatus(PInvokeGdiPlus.GdipFillClosedCurveI(
1564CheckErrorStatus(PInvokeGdiPlus.GdipFillClosedCurve2I(
1747CheckErrorStatus(PInvokeGdiPlus.GdipDrawString(
2003CheckErrorStatus(status);
2013CheckErrorStatus(status);
2068CheckErrorStatus(status);
2085CheckErrorStatus(status);
2101CheckErrorStatus(status);
2122CheckErrorStatus(status);
2150CheckErrorStatus(status);
2197CheckErrorStatus(status);
2251CheckErrorStatus(status);
2312CheckErrorStatus(status);
2377CheckErrorStatus(PInvokeGdiPlus.GdipDrawLines(NativeGraphics, pen.NativePen, (GdiPlus.PointF*)p, points.Length));
2406CheckErrorStatus(PInvokeGdiPlus.GdipDrawLinesI(NativeGraphics, pen.NativePen, (GdiPlus.Point*)p, points.Length));
2424CheckErrorStatus(PInvokeGdiPlus.GdipDrawLinesI(NativeGraphics, pen.NativePen, (GdiPlus.Point*)p, points.Length));
2784CheckErrorStatus(PInvokeGdiPlus.GdipDrawLine(NativeGraphics, pen.NativePen, x1, y1, x2, y2));
2804CheckErrorStatus(PInvokeGdiPlus.GdipDrawBeziers(
2835CheckErrorStatus(PInvokeGdiPlus.GdipDrawBeziersI(
2853CheckErrorStatus(PInvokeGdiPlus.GdipFillPath(
2870CheckErrorStatus(PInvokeGdiPlus.GdipFillRegion(