System.Drawing.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:422k
- I4 SM_CYKANJIWINDOW;
- I4 SM_MOUSEPRESENT;
- I4 SM_CYVSCROLL;
- I4 SM_CXHSCROLL;
- I4 SM_DEBUG;
- I4 SM_SWAPBUTTON;
- I4 SM_RESERVED1;
- I4 SM_RESERVED2;
- I4 SM_RESERVED3;
- I4 SM_RESERVED4;
- I4 SM_CXMIN;
- I4 SM_CYMIN;
- I4 SM_CXSIZE;
- I4 SM_CYSIZE;
- I4 SM_CXFRAME;
- I4 SM_CYFRAME;
- I4 SM_CXMINTRACK;
- I4 SM_CYMINTRACK;
- I4 SM_CXDOUBLECLK;
- I4 SM_CYDOUBLECLK;
- I4 SM_CXICONSPACING;
- I4 SM_CYICONSPACING;
- I4 SM_MENUDROPALIGNMENT;
- I4 SM_PENWINDOWS;
- I4 SM_DBCSENABLED;
- I4 SM_CMOUSEBUTTONS;
- I4 SM_CXFIXEDFRAME;
- I4 SM_CYFIXEDFRAME;
- I4 SM_CXSIZEFRAME;
- I4 SM_CYSIZEFRAME;
- I4 SM_SECURE;
- I4 SM_CXEDGE;
- I4 SM_CYEDGE;
- I4 SM_CXMINSPACING;
- I4 SM_CYMINSPACING;
- I4 SM_CXSMICON;
- I4 SM_CYSMICON;
- I4 SM_CYSMCAPTION;
- I4 SM_CXSMSIZE;
- I4 SM_CYSMSIZE;
- I4 SM_CXMENUSIZE;
- I4 SM_CYMENUSIZE;
- I4 SM_ARRANGE;
- I4 SM_CXMINIMIZED;
- I4 SM_CYMINIMIZED;
- I4 SM_CXMAXTRACK;
- I4 SM_CYMAXTRACK;
- I4 SM_CXMAXIMIZED;
- I4 SM_CYMAXIMIZED;
- I4 SM_NETWORK;
- I4 SM_CLEANBOOT;
- I4 SM_CXDRAG;
- I4 SM_CYDRAG;
- I4 SM_SHOWSOUNDS;
- I4 SM_CXMENUCHECK;
- I4 SM_CYMENUCHECK;
- I4 SM_SLOWMACHINE;
- I4 SM_MIDEASTENABLED;
- I4 SM_MOUSEWHEELPRESENT;
- I4 SM_XVIRTUALSCREEN;
- I4 SM_YVIRTUALSCREEN;
- I4 SM_CXVIRTUALSCREEN;
- I4 SM_CYVIRTUALSCREEN;
- I4 SM_CMONITORS;
- I4 SM_SAMEDISPLAYFORMAT;
- I4 SM_CMETRICS;
- Class System.Diagnostics.TraceSwitch GdiPlusInitialization;
- Class System.Diagnostics.BooleanSwitch GdiPlusIgnoreAtom;
- Boolean isShutdown;
- I initToken;
- I hookToken;
- String atomName;
- I hAtom;
- I InvalidIntPtr;
- Void System.Drawing.SafeNativeMethods();
- Boolean get_AlreadyInitialized();
- Boolean get_IsShutdown();
- Void set_IsShutdown( Boolean value);
- Class System.Collections.IDictionary get_ThreadData();
- Void DestroyAtom();
- Void Initialize();
- Void Shutdown();
- Void SystemEventThreadCallback( Object sender, Class System.EventArgs e);
- Void OnSystemEventThreadShutdown( Object sender, Class System.EventArgs e);
- Void OnProcessExit( Object sender, Class System.EventArgs e);
- I4 GetCurrentProcessId();
- I AddAtom( String lpString);
- I DeleteAtom( I hAtom);
- I FindAtom( String lpString);
- I4 LoadLibraryShim( String dllName, String version, I reserved, ByRef I dllModule);
- I4 GdiplusNotificationHook( ByRef I token);
- Void GdiplusNotificationUnhook( I token);
- I4 GdiplusStartup( ByRef I token, ByRef ValueClass StartupInput input, ByRef ValueClass StartupOutput output);
- Void GdiplusShutdown( I token);
- I4 GdipCreatePath( I4 brushMode, ByRef I path);
- I4 GdipCreatePath2( I points, I types, I4 count, I4 brushMode, ByRef I path);
- I4 GdipCreatePath2I( I points, I types, I4 count, I4 brushMode, ByRef I path);
- I4 GdipClonePath( I path, ByRef I clonepath);
- I4 IntGdipDeletePath( I path);
- I4 GdipDeletePath( I path);
- I4 GdipResetPath( I path);
- I4 GdipGetPointCount( I path, ByRef I4 count);
- I4 GdipGetPathTypes( I path, SZArray UI1 types, I4 count);
- I4 GdipGetPathPoints( I path, I points, I4 count);
- I4 GdipGetPathFillMode( I path, ByRef I4 fillmode);
- I4 GdipSetPathFillMode( I path, I4 fillmode);
- I4 GdipGetPathData( I path, I pathData);
- I4 GdipStartPathFigure( I path);
- I4 GdipClosePathFigure( I path);
- I4 GdipClosePathFigures( I path);
- I4 GdipSetPathMarker( I path);
- I4 GdipClearPathMarkers( I path);
- I4 GdipReversePath( I path);
- I4 GdipGetPathLastPoint( I path, Class System.Drawing.Internal.GPPOINTF lastPoint);
- I4 GdipAddPathLine( I path, R4 x1, R4 y1, R4 x2, R4 y2);
- I4 GdipAddPathLine2( I path, I memorypts, I4 count);
- I4 GdipAddPathArc( I path, R4 x, R4 y, R4 width, R4 height, R4 startAngle, R4 sweepAngle);
- I4 GdipAddPathBezier( I path, R4 x1, R4 y1, R4 x2, R4 y2, R4 x3, R4 y3, R4 x4, R4 y4);
- I4 GdipAddPathBeziers( I path, I memorypts, I4 count);
- I4 GdipAddPathCurve( I path, I memorypts, I4 count);
- I4 GdipAddPathCurve2( I path, I memorypts, I4 count, R4 tension);
- I4 GdipAddPathCurve3( I path, I memorypts, I4 count, I4 offset, I4 numberOfSegments, R4 tension);
- I4 GdipAddPathClosedCurve( I path, I memorypts, I4 count);
- I4 GdipAddPathClosedCurve2( I path, I memorypts, I4 count, R4 tension);
- I4 GdipAddPathRectangle( I path, R4 x, R4 y, R4 width, R4 height);
- I4 GdipAddPathRectangles( I path, I rects, I4 count);
- I4 GdipAddPathEllipse( I path, R4 x, R4 y, R4 width, R4 height);
- I4 GdipAddPathPie( I path, R4 x, R4 y, R4 width, R4 height, R4 startAngle, R4 sweepAngle);
- I4 GdipAddPathPolygon( I path, I memorypts, I4 count);
- I4 GdipAddPathPath( I path, I addingPath, Boolean connect);
- I4 GdipAddPathString( I path, String s, I4 length, I fontFamily, I4 style, R4 emSize, ByRef ValueClass System.Drawing.Internal.GPRECTF layoutRect, I format);
- I4 GdipAddPathStringI( I path, String s, I4 length, I fontFamily, I4 style, R4 emSize, ByRef ValueClass System.Drawing.Internal.GPRECT layoutRect, I format);
- I4 GdipAddPathLineI( I path, I4 x1, I4 y1, I4 x2, I4 y2);
- I4 GdipAddPathLine2I( I path, I memorypts, I4 count);
- I4 GdipAddPathArcI( I path, I4 x, I4 y, I4 width, I4 height, R4 startAngle, R4 sweepAngle);
- I4 GdipAddPathBezierI( I path, I4 x1, I4 y1, I4 x2, I4 y2, I4 x3, I4 y3, I4 x4, I4 y4);
- I4 GdipAddPathBeziersI( I path, I memorypts, I4 count);
- I4 GdipAddPathCurveI( I path, I memorypts, I4 count);
- I4 GdipAddPathCurve2I( I path, I memorypts, I4 count, R4 tension);
- I4 GdipAddPathCurve3I( I path, I memorypts, I4 count, I4 offset, I4 numberOfSegments, R4 tension);
- I4 GdipAddPathClosedCurveI( I path, I memorypts, I4 count);
- I4 GdipAddPathClosedCurve2I( I path, I memorypts, I4 count, R4 tension);
- I4 GdipAddPathRectangleI( I path, I4 x, I4 y, I4 width, I4 height);
- I4 GdipAddPathRectanglesI( I path, I rects, I4 count);
- I4 GdipAddPathEllipseI( I path, I4 x, I4 y, I4 width, I4 height);
- I4 GdipAddPathPieI( I path, I4 x, I4 y, I4 width, I4 height, R4 startAngle, R4 sweepAngle);
- I4 GdipAddPathPolygonI( I path, I memorypts, I4 count);
- I4 GdipFlattenPath( I path, I matrixfloat, R4 flatness);
- I4 GdipWidenPath( I path, I pen, I matrix, R4 flatness);
- I4 GdipWindingModeOutline( I path, I matrix, R4 flatness);
- I4 GdipWarpPath( I path, I matrix, I points, I4 count, R4 srcX, R4 srcY, R4 srcWidth, R4 srcHeight, ValueClass System.Drawing.Drawing2D.WarpMode warpMode, R4 flatness);
- I4 GdipTransformPath( I path, I matrix);
- I4 GdipGetPathWorldBounds( I path, ByRef ValueClass System.Drawing.Internal.GPRECTF gprectf, I matrix, I pen);
- I4 GdipGetPathWorldBoundsI( I path, ByRef ValueClass System.Drawing.Internal.GPRECT gprect, I matrix, I pen);
- I4 GdipIsVisiblePathPoint( I path, R4 x, R4 y, I graphics, ByRef I4 boolean);
- I4 GdipIsVisiblePathPointI( I path, I4 x, I4 y, I graphics, ByRef I4 boolean);
- I4 GdipIsOutlineVisiblePathPoint( I path, R4 x, R4 y, I pen, I graphics, ByRef I4 boolean);
- I4 GdipIsOutlineVisiblePathPointI( I path, I4 x, I4 y, I pen, I graphics, ByRef I4 boolean);
- I4 GdipCreatePathIter( ByRef I pathIter, I path);
- I4 IntGdipDeletePathIter( I pathIter);
- I4 GdipDeletePathIter( I pathIter);
- I4 GdipPathIterNextSubpath( I pathIter, ByRef I4 resultCount, ByRef I4 startIndex, ByRef I4 endIndex, ByRef Boolean isClosed);
- I4 GdipPathIterNextSubpathPath( I pathIter, ByRef I4 resultCount, I path, ByRef Boolean isClosed);
- I4 GdipPathIterNextPathType( I pathIter, ByRef I4 resultCount, ByRef UI1 pathType, ByRef I4 startIndex, ByRef I4 endIndex);
- I4 GdipPathIterNextMarker( I pathIter, ByRef I4 resultCount, ByRef I4 startIndex, ByRef I4 endIndex);
- I4 GdipPathIterNextMarkerPath( I pathIter, ByRef I4 resultCount, I path);
- I4 GdipPathIterGetCount( I pathIter, ByRef I4 count);
- I4 GdipPathIterGetSubpathCount( I pathIter, ByRef I4 count);
- I4 GdipPathIterIsValid( I pathIter, ByRef Boolean valid);
- I4 GdipPathIterHasCurve( I pathIter, ByRef Boolean hasCurve);
- I4 GdipPathIterRewind( I pathIter);
- I4 GdipPathIterEnumerate( I pathIter, ByRef I4 resultCount, I memoryPts, SZArray UI1 types, I4 count);
- I4 GdipPathIterCopyData( I pathIter, ByRef I4 resultCount, I memoryPts, SZArray UI1 types, I4 startIndex, I4 endIndex);
- I4 GdipCreateMatrix( ByRef I matrix);
- I4 GdipCreateMatrix2( R4 m11, R4 m12, R4 m21, R4 m22, R4 dx, R4 dy, ByRef I matrix);
- I4 GdipCreateMatrix3( ByRef ValueClass System.Drawing.Internal.GPRECTF rect, I dstplg, ByRef I matrix);
- I4 GdipCreateMatrix3I( ByRef ValueClass System.Drawing.Internal.GPRECT rect, I dstplg, ByRef I matrix);
- I4 GdipCloneMatrix( I matrix, ByRef I cloneMatrix);
- I4 IntGdipDeleteMatrix( I matrix);
- I4 GdipDeleteMatrix( I matrix);
- I4 GdipSetMatrixElements( I matrix, R4 m11, R4 m12, R4 m21, R4 m22, R4 dx, R4 dy);
- I4 GdipMultiplyMatrix( I matrix, I matrix2, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipTranslateMatrix( I matrix, R4 offsetX, R4 offsetY, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipScaleMatrix( I matrix, R4 scaleX, R4 scaleY, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipRotateMatrix( I matrix, R4 angle, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipShearMatrix( I matrix, R4 shearX, R4 shearY, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipInvertMatrix( I matrix);
- I4 GdipTransformMatrixPoints( I matrix, I pts, I4 count);
- I4 GdipTransformMatrixPointsI( I matrix, I pts, I4 count);
- I4 GdipVectorTransformMatrixPoints( I matrix, I pts, I4 count);
- I4 GdipVectorTransformMatrixPointsI( I matrix, I pts, I4 count);
- I4 GdipGetMatrixElements( I matrix, I m);
- I4 GdipIsMatrixInvertible( I matrix, ByRef I4 boolean);
- I4 GdipIsMatrixIdentity( I matrix, ByRef I4 boolean);
- I4 GdipIsMatrixEqual( I matrix, I matrix2, ByRef I4 boolean);
- I4 GdipCreateRegion( ByRef I region);
- I4 GdipCreateRegionRect( ByRef ValueClass System.Drawing.Internal.GPRECTF gprectf, ByRef I region);
- I4 GdipCreateRegionRectI( ByRef ValueClass System.Drawing.Internal.GPRECT gprect, ByRef I region);
- I4 GdipCreateRegionPath( I path, ByRef I region);
- I4 GdipCreateRegionRgnData( SZArray UI1 rgndata, I4 size, ByRef I region);
- I4 GdipCreateRegionHrgn( I hRgn, ByRef I region);
- I4 GdipCloneRegion( I region, ByRef I cloneregion);
- I4 IntGdipDeleteRegion( I region);
- I4 GdipDeleteRegion( I region);
- I4 GdipSetInfinite( I region);
- I4 GdipSetEmpty( I region);
- I4 GdipCombineRegionRect( I region, ByRef ValueClass System.Drawing.Internal.GPRECTF gprectf, ValueClass System.Drawing.Drawing2D.CombineMode mode);
- I4 GdipCombineRegionRectI( I region, ByRef ValueClass System.Drawing.Internal.GPRECT gprect, ValueClass System.Drawing.Drawing2D.CombineMode mode);
- I4 GdipCombineRegionPath( I region, I path, ValueClass System.Drawing.Drawing2D.CombineMode mode);
- I4 GdipCombineRegionRegion( I region, I region2, ValueClass System.Drawing.Drawing2D.CombineMode mode);
- I4 GdipTranslateRegion( I region, R4 dx, R4 dy);
- I4 GdipTranslateRegionI( I region, I4 dx, I4 dy);
- I4 GdipTransformRegion( I region, I matrix);
- I4 GdipGetRegionBounds( I region, I graphics, ByRef ValueClass System.Drawing.Internal.GPRECTF gprectf);
- I4 GdipGetRegionBoundsI( I region, I graphics, ByRef ValueClass System.Drawing.Internal.GPRECT gprect);
- I4 GdipGetRegionHRgn( I region, I graphics, ByRef I hrgn);
- I4 GdipIsEmptyRegion( I region, I graphics, ByRef I4 boolean);
- I4 GdipIsInfiniteRegion( I region, I graphics, ByRef I4 boolean);
- I4 GdipIsEqualRegion( I region, I region2, I graphics, ByRef I4 boolean);
- I4 GdipGetRegionDataSize( I region, ByRef I4 bufferSize);
- I4 GdipGetRegionData( I region, SZArray UI1 regionData, I4 bufferSize, ByRef I4 sizeFilled);
- I4 GdipIsVisibleRegionPoint( I region, R4 X, R4 Y, I graphics, ByRef I4 boolean);
- I4 GdipIsVisibleRegionPointI( I region, I4 X, I4 Y, I graphics, ByRef I4 boolean);
- I4 GdipIsVisibleRegionRect( I region, R4 X, R4 Y, R4 width, R4 height, I graphics, ByRef I4 boolean);
- I4 GdipIsVisibleRegionRectI( I region, I4 X, I4 Y, I4 width, I4 height, I graphics, ByRef I4 boolean);
- I4 GdipGetRegionScansCount( I region, ByRef I4 count, I matrix);
- I4 GdipGetRegionScans( I region, I rects, ByRef I4 count, I matrix);
- I4 GdipGetRegionScansI( I region, I rects, ByRef I4 count, I matrix);
- I4 GdipCloneBrush( I brush, ByRef I clonebrush);
- I4 IntGdipDeleteBrush( I brush);
- I4 GdipDeleteBrush( I brush);
- I4 GdipGetBrushType( I brush, ByRef I4 type);
- I4 GdipCreateHatchBrush( I4 hatchstyle, I4 forecol, I4 backcol, ByRef I brush);
- I4 GdipGetHatchStyle( I brush, ByRef I4 hatchstyle);
- I4 GdipGetHatchForegroundColor( I brush, ByRef I4 forecol);
- I4 GdipGetHatchBackgroundColor( I brush, ByRef I4 backcol);
- I4 GdipCreateTexture( I bitmap, I4 wrapmode, ByRef I texture);
- I4 GdipCreateTexture2( I bitmap, I4 wrapmode, R4 x, R4 y, R4 width, R4 height, ByRef I texture);
- I4 GdipCreateTextureIA( I bitmap, I imageAttrib, R4 x, R4 y, R4 width, R4 height, ByRef I texture);
- I4 GdipCreateTexture2I( I bitmap, I4 wrapmode, I4 x, I4 y, I4 width, I4 height, ByRef I texture);
- I4 GdipCreateTextureIAI( I bitmap, I imageAttrib, I4 x, I4 y, I4 width, I4 height, ByRef I texture);
- I4 GdipSetTextureTransform( I brush, I matrix);
- I4 GdipGetTextureTransform( I brush, I matrix);
- I4 GdipResetTextureTransform( I brush);
- I4 GdipMultiplyTextureTransform( I brush, I matrix, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipTranslateTextureTransform( I brush, R4 dx, R4 dy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipScaleTextureTransform( I brush, R4 sx, R4 sy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipRotateTextureTransform( I brush, R4 angle, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipSetTextureWrapMode( I brush, I4 wrapMode);
- I4 GdipGetTextureWrapMode( I brush, ByRef I4 wrapMode);
- I4 GdipGetTextureImage( I brush, ByRef I image);
- I4 GdipCreateSolidFill( I4 color, ByRef I brush);
- I4 GdipSetSolidFillColor( I brush, I4 color);
- I4 GdipGetSolidFillColor( I brush, ByRef I4 color);
- I4 GdipCreateLineBrush( Class System.Drawing.Internal.GPPOINTF point1, Class System.Drawing.Internal.GPPOINTF point2, I4 color1, I4 color2, I4 wrapMode, ByRef I lineGradient);
- I4 GdipCreateLineBrushI( Class System.Drawing.Internal.GPPOINT point1, Class System.Drawing.Internal.GPPOINT point2, I4 color1, I4 color2, I4 wrapMode, ByRef I lineGradient);
- I4 GdipCreateLineBrushFromRect( ByRef ValueClass System.Drawing.Internal.GPRECTF rect, I4 color1, I4 color2, I4 lineGradientMode, I4 wrapMode, ByRef I lineGradient);
- I4 GdipCreateLineBrushFromRectI( ByRef ValueClass System.Drawing.Internal.GPRECT rect, I4 color1, I4 color2, I4 lineGradientMode, I4 wrapMode, ByRef I lineGradient);
- I4 GdipCreateLineBrushFromRectWithAngle( ByRef ValueClass System.Drawing.Internal.GPRECTF rect, I4 color1, I4 color2, R4 angle, Boolean isAngleScaleable, I4 wrapMode, ByRef I lineGradient);
- I4 GdipCreateLineBrushFromRectWithAngleI( ByRef ValueClass System.Drawing.Internal.GPRECT rect, I4 color1, I4 color2, R4 angle, Boolean isAngleScaleable, I4 wrapMode, ByRef I lineGradient);
- I4 GdipSetLinePoints( I brush, Class System.Drawing.Internal.GPPOINTF point1, Class System.Drawing.Internal.GPPOINTF point2);
- I4 GdipSetLinePointsI( I brush, Class System.Drawing.Internal.GPPOINT point1, Class System.Drawing.Internal.GPPOINT point2);
- I4 GdipGetLinePoints( I brush, I points);
- I4 GdipGetLinePointsI( I brush, I points);
- I4 GdipSetLineColors( I brush, I4 color1, I4 color2);
- I4 GdipGetLineColors( I brush, SZArray I4 colors);
- I4 GdipGetLineRect( I brush, ByRef ValueClass System.Drawing.Internal.GPRECTF gprectf);
- I4 GdipGetLineRectI( I brush, ByRef ValueClass System.Drawing.Internal.GPRECT gprect);
- I4 GdipGetLineGammaCorrection( I brush, ByRef Boolean useGammaCorrection);
- I4 GdipSetLineGammaCorrection( I brush, Boolean useGammaCorrection);
- I4 GdipSetLineSigmaBlend( I brush, R4 focus, R4 scale);
- I4 GdipSetLineLinearBlend( I brush, R4 focus, R4 scale);
- I4 GdipGetLineBlendCount( I brush, ByRef I4 count);
- I4 GdipGetLineBlend( I brush, I blend, I positions, I4 count);
- I4 GdipSetLineBlend( I brush, I blend, I positions, I4 count);
- I4 GdipGetLinePresetBlendCount( I brush, ByRef I4 count);
- I4 GdipGetLinePresetBlend( I brush, I blend, I positions, I4 count);
- I4 GdipSetLinePresetBlend( I brush, I blend, I positions, I4 count);
- I4 GdipSetLineWrapMode( I brush, I4 wrapMode);
- I4 GdipGetLineWrapMode( I brush, ByRef I4 wrapMode);
- I4 GdipResetLineTransform( I brush);
- I4 GdipMultiplyLineTransform( I brush, I matrix, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipGetLineTransform( I brush, I matrix);
- I4 GdipSetLineTransform( I brush, I matrix);
- I4 GdipTranslateLineTransform( I brush, R4 dx, R4 dy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipScaleLineTransform( I brush, R4 sx, R4 sy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipRotateLineTransform( I brush, R4 angle, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipCreatePathGradient( I points, I4 count, I4 wrapMode, ByRef I brush);
- I4 GdipCreatePathGradientI( I points, I4 count, I4 wrapMode, ByRef I brush);
- I4 GdipCreatePathGradientFromPath( I path, ByRef I brush);
- I4 GdipGetPathGradientCenterColor( I brush, ByRef I4 color);
- I4 GdipSetPathGradientCenterColor( I brush, I4 color);
- I4 GdipGetPathGradientSurroundColorsWithCount( I brush, SZArray I4 color, ByRef I4 count);
- I4 GdipSetPathGradientSurroundColorsWithCount( I brush, SZArray I4 argb, ByRef I4 count);
- I4 GdipGetPathGradientCenterPoint( I brush, Class System.Drawing.Internal.GPPOINTF point);
- I4 GdipGetPathGradientCenterPointI( I brush, Class System.Drawing.Internal.GPPOINT point);
- I4 GdipSetPathGradientCenterPoint( I brush, Class System.Drawing.Internal.GPPOINTF point);
- I4 GdipSetPathGradientCenterPointI( I brush, Class System.Drawing.Internal.GPPOINT point);
- I4 GdipGetPathGradientRect( I brush, ByRef ValueClass System.Drawing.Internal.GPRECTF gprectf);
- I4 GdipGetPathGradientRectI( I brush, ByRef ValueClass System.Drawing.Internal.GPRECT gprect);
- I4 GdipGetPathGradientPointCount( I brush, ByRef I4 count);
- I4 GdipGetPathGradientSurroundColorCount( I brush, ByRef I4 count);
- I4 GdipGetPathGradientBlendCount( I brush, ByRef I4 count);
- I4 GdipGetPathGradientBlend( I brush, I blend, I positions, I4 count);
- I4 GdipSetPathGradientBlend( I brush, I blend, I positions, I4 count);
- I4 GdipGetPathGradientPresetBlendCount( I brush, ByRef I4 count);
- I4 GdipGetPathGradientPresetBlend( I brush, I blend, I positions, I4 count);
- I4 GdipSetPathGradientPresetBlend( I brush, I blend, I positions, I4 count);
- I4 GdipSetPathGradientSigmaBlend( I brush, R4 focus, R4 scale);
- I4 GdipSetPathGradientLinearBlend( I brush, R4 focus, R4 scale);
- I4 GdipSetPathGradientWrapMode( I brush, I4 wrapmode);
- I4 GdipGetPathGradientWrapMode( I brush, ByRef I4 wrapmode);
- I4 GdipSetPathGradientTransform( I brush, I matrix);
- I4 GdipGetPathGradientTransform( I brush, I matrix);
- I4 GdipResetPathGradientTransform( I brush);
- I4 GdipMultiplyPathGradientTransform( I brush, I matrix, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipTranslatePathGradientTransform( I brush, R4 dx, R4 dy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipScalePathGradientTransform( I brush, R4 sx, R4 sy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipRotatePathGradientTransform( I brush, R4 angle, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipGetPathGradientFocusScales( I brush, SZArray R4 xScale, SZArray R4 yScale);
- I4 GdipSetPathGradientFocusScales( I brush, R4 xScale, R4 yScale);
- I4 GdipCreatePen1( I4 argb, R4 width, I4 unit, ByRef I pen);
- I4 GdipCreatePen2( I brush, R4 width, I4 unit, ByRef I pen);
- I4 GdipClonePen( I pen, ByRef I clonepen);
- I4 IntGdipDeletePen( I Pen);
- I4 GdipDeletePen( I pen);
- I4 GdipSetPenMode( I pen, ValueClass System.Drawing.Drawing2D.PenAlignment penAlign);
- I4 GdipGetPenMode( I pen, ByRef ValueClass System.Drawing.Drawing2D.PenAlignment penAlign);
- I4 GdipSetPenWidth( I pen, R4 width);
- I4 GdipGetPenWidth( I pen, SZArray R4 width);
- I4 GdipSetPenUnit( I pen, I4 unit);
- I4 GdipGetPenUnit( I pen, ByRef I4 unit);
- I4 GdipSetPenLineCap197819( I pen, I4 startCap, I4 endCap, I4 dashCap);
- I4 GdipSetPenStartCap( I pen, I4 startCap);
- I4 GdipSetPenEndCap( I pen, I4 endCap);
- I4 GdipGetPenStartCap( I pen, ByRef I4 startCap);
- I4 GdipGetPenEndCap( I pen, ByRef I4 endCap);
- I4 GdipGetPenDashCap197819( I pen, ByRef I4 dashCap);
- I4 GdipGetPenDashCap( I pen, ByRef I4 dashCap);
- I4 GdipSetPenDashCap197819( I pen, I4 dashCap);
- I4 GdipSetPenLineJoin( I pen, I4 lineJoin);
- I4 GdipGetPenLineJoin( I pen, ByRef I4 lineJoin);
- I4 GdipSetPenCustomStartCap( I pen, I customCap);
- I4 GdipGetPenCustomStartCap( I pen, ByRef I customCap);
- I4 GdipSetPenCustomEndCap( I pen, I customCap);
- I4 GdipGetPenCustomEndCap( I pen, ByRef I customCap);
- I4 GdipSetPenMiterLimit( I pen, R4 miterLimit);
- I4 GdipGetPenMiterLimit( I pen, SZArray R4 miterLimit);
- I4 GdipSetPenTransform( I pen, I matrix);
- I4 GdipGetPenTransform( I pen, I matrix);
- I4 GdipResetPenTransform( I brush);
- I4 GdipMultiplyPenTransform( I brush, I matrix, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipTranslatePenTransform( I brush, R4 dx, R4 dy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipScalePenTransform( I brush, R4 sx, R4 sy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipRotatePenTransform( I brush, R4 angle, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipSetPenColor( I pen, I4 argb);
- I4 GdipGetPenColor( I pen, ByRef I4 argb);
- I4 GdipSetPenBrushFill( I pen, I brush);
- I4 GdipGetPenBrushFill( I pen, ByRef I brush);
- I4 GdipGetPenFillType( I pen, ByRef I4 pentype);
- I4 GdipGetPenDashStyle( I pen, ByRef I4 dashstyle);
- I4 GdipSetPenDashStyle( I pen, I4 dashstyle);
- I4 GdipSetPenDashArray( I pen, I memorydash, I4 count);
- I4 GdipGetPenDashOffset( I pen, SZArray R4 dashoffset);
- I4 GdipSetPenDashOffset( I pen, R4 dashoffset);
- I4 GdipGetPenDashCount( I pen, ByRef I4 dashcount);
- I4 GdipGetPenDashArray( I pen, I memorydash, I4 count);
- I4 GdipGetPenCompoundCount( I pen, ByRef I4 count);
- I4 GdipSetPenCompoundArray( I pen, SZArray R4 array, I4 count);
- I4 GdipGetPenCompoundArray( I pen, SZArray R4 array, I4 count);
- I4 GdipCreateCustomLineCap( I fillpath, I strokepath, ValueClass System.Drawing.Drawing2D.LineCap baseCap, R4 baseInset, ByRef I customCap);
- I4 IntGdipDeleteCustomLineCap( I customCap);
- I4 GdipDeleteCustomLineCap( I customCap);
- I4 GdipCloneCustomLineCap( I customCap, ByRef I clonedCap);
- I4 GdipGetCustomLineCapType( I customCap, ByRef ValueClass System.Drawing.Drawing2D.CustomLineCapType capType);
- I4 GdipSetCustomLineCapStrokeCaps( I customCap, ValueClass System.Drawing.Drawing2D.LineCap startCap, ValueClass System.Drawing.Drawing2D.LineCap endCap);
- I4 GdipGetCustomLineCapStrokeCaps( I customCap, ByRef ValueClass System.Drawing.Drawing2D.LineCap startCap, ByRef ValueClass System.Drawing.Drawing2D.LineCap endCap);
- I4 GdipSetCustomLineCapStrokeJoin( I customCap, ValueClass System.Drawing.Drawing2D.LineJoin lineJoin);
- I4 GdipGetCustomLineCapStrokeJoin( I customCap, ByRef ValueClass System.Drawing.Drawing2D.LineJoin lineJoin);
- I4 GdipSetCustomLineCapBaseCap( I customCap, ValueClass System.Drawing.Drawing2D.LineCap baseCap);
- I4 GdipGetCustomLineCapBaseCap( I customCap, ByRef ValueClass System.Drawing.Drawing2D.LineCap baseCap);
- I4 GdipSetCustomLineCapBaseInset( I customCap, R4 inset);
- I4 GdipGetCustomLineCapBaseInset( I customCap, ByRef R4 inset);
- I4 GdipSetCustomLineCapWidthScale( I customCap, R4 widthScale);
- I4 GdipGetCustomLineCapWidthScale( I customCap, ByRef R4 widthScale);
- I4 GdipCreateAdjustableArrowCap( R4 height, R4 width, Boolean isFilled, ByRef I adjustableArrowCap);
- I4 GdipSetAdjustableArrowCapHeight( I adjustableArrowCap, R4 height);
- I4 GdipGetAdjustableArrowCapHeight( I adjustableArrowCap, ByRef R4 height);
- I4 GdipSetAdjustableArrowCapWidth( I adjustableArrowCap, R4 width);
- I4 GdipGetAdjustableArrowCapWidth( I adjustableArrowCap, ByRef R4 width);
- I4 GdipSetAdjustableArrowCapMiddleInset( I adjustableArrowCap, R4 middleInset);
- I4 GdipGetAdjustableArrowCapMiddleInset( I adjustableArrowCap, ByRef R4 middleInset);
- I4 GdipSetAdjustableArrowCapFillState( I adjustableArrowCap, Boolean fillState);
- I4 GdipGetAdjustableArrowCapFillState( I adjustableArrowCap, ByRef Boolean fillState);
- I4 GdipLoadImageFromStream( Class IStream stream, ByRef I image);
- I4 GdipLoadImageFromFile( String filename, ByRef I image);
- I4 GdipLoadImageFromStreamICM( Class IStream stream, ByRef I image);
- I4 GdipLoadImageFromFileICM( String filename, ByRef I image);
- I4 GdipCloneImage( I image, ByRef I cloneimage);
- I4 IntGdipDisposeImage( I image);
- I4 GdipDisposeImage( I image);
- I4 GdipSaveImageToFile( I image, String filename, ByRef ValueClass System.Guid classId, I encoderParams);
- I4 GdipSaveImageToStream( I image, Class IStream stream, ByRef ValueClass System.Guid classId, I encoderParams);
- I4 GdipSaveAdd( I image, I encoderParams);
- I4 GdipSaveAddImage( I image, I newImage, I encoderParams);
- I4 GdipGetImageGraphicsContext( I image, ByRef I graphics);
- I4 GdipGetImageBounds( I image, ByRef ValueClass System.Drawing.Internal.GPRECTF gprectf, ByRef ValueClass System.Drawing.GraphicsUnit unit);
- I4 GdipGetImageDimension( I image, SZArray R4 width, SZArray R4 height);
- I4 GdipGetImageType( I image, ByRef I4 type);
- I4 GdipGetImageWidth( I image, ByRef I4 width);
- I4 GdipGetImageHeight( I image, ByRef I4 height);
- I4 GdipGetImageHorizontalResolution( I image, ByRef R4 horzRes);
- I4 GdipGetImageVerticalResolution( I image, ByRef R4 vertRes);
- I4 GdipGetImageFlags( I image, ByRef I4 flags);
- I4 GdipGetImageRawFormat( I image, ByRef ValueClass System.Guid format);
- I4 GdipGetImagePixelFormat( I image, ByRef I4 format);
- I4 GdipGetImageThumbnail( I image, I4 thumbWidth, I4 thumbHeight, ByRef I thumbImage, Class GetThumbnailImageAbort callback, I callbackdata);
- I4 GdipGetEncoderParameterListSize( I image, ByRef ValueClass System.Guid clsid, ByRef I4 size);
- I4 GdipGetEncoderParameterList( I image, ByRef ValueClass System.Guid clsid, I4 size, I buffer);
- I4 GdipImageGetFrameDimensionsCount( I image, ByRef I4 count);
- I4 GdipImageGetFrameDimensionsList( I image, I buffer, I4 count);
- I4 GdipImageGetFrameCount( I image, ByRef ValueClass System.Guid dimensionID, SZArray I4 count);
- I4 GdipImageSelectActiveFrame( I image, ByRef ValueClass System.Guid dimensionID, I4 frameIndex);
- I4 GdipImageRotateFlip( I image, I4 rotateFlipType);
- I4 GdipGetImagePalette( I image, I palette, I4 size);
- I4 GdipSetImagePalette( I image, I palette);
- I4 GdipGetImagePaletteSize( I image, ByRef I4 size);
- I4 GdipGetPropertyCount( I image, ByRef I4 count);
- I4 GdipGetPropertyIdList( I image, I4 count, SZArray I4 list);
- I4 GdipGetPropertyItemSize( I image, I4 propid, ByRef I4 size);
- I4 GdipGetPropertyItem( I image, I4 propid, I4 size, I buffer);
- I4 GdipGetPropertySize( I image, ByRef I4 totalSize, ByRef I4 count);
- I4 GdipGetAllPropertyItems( I image, I4 totalSize, I4 count, I buffer);
- I4 GdipRemovePropertyItem( I image, I4 propid);
- I4 GdipSetPropertyItem( I image, Class System.Drawing.Imaging.PropertyItemInternal propitem);
- I4 GdipImageForceValidation( I image);
- I4 GdipGetImageDecodersSize( SZArray I4 numDecoders, SZArray I4 size);
- I4 GdipGetImageDecoders( I4 numDecoders, I4 size, I decoders);
- I4 GdipGetImageEncodersSize( SZArray I4 numEncoders, SZArray I4 size);
- I4 GdipGetImageEncoders( I4 numEncoders, I4 size, I encoders);
- I4 GdipCreateBitmapFromStream( Class IStream stream, ByRef I bitmap);
- I4 GdipCreateBitmapFromFile( String filename, ByRef I bitmap);
- I4 GdipCreateBitmapFromStreamICM( Class IStream stream, ByRef I bitmap);
- I4 GdipCreateBitmapFromFileICM( String filename, ByRef I bitmap);
- I4 GdipCreateBitmapFromScan0( I4 width, I4 height, I4 stride, I4 format, I scan0, ByRef I bitmap);
- I4 GdipCreateBitmapFromGraphics( I4 width, I4 height, I graphics, ByRef I bitmap);
- I4 GdipCreateBitmapFromHBITMAP( I hbitmap, I hpalette, ByRef I bitmap);
- I4 GdipCreateBitmapFromHICON( I hicon, ByRef I bitmap);
- I4 GdipCreateBitmapFromResource( I hresource, I name, ByRef I bitmap);
- I4 GdipCreateHBITMAPFromBitmap( I nativeBitmap, ByRef I hbitmap, I4 argbBackground);
- I4 GdipCreateHICONFromBitmap( I nativeBitmap, ByRef I hicon);
- I4 GdipCloneBitmapArea( R4 x, R4 y, R4 width, R4 height, I4 format, I srcbitmap, ByRef I dstbitmap);
- I4 GdipCloneBitmapAreaI( I4 x, I4 y, I4 width, I4 height, I4 format, I srcbitmap, ByRef I dstbitmap);
- I4 GdipBitmapLockBits( I bitmap, ByRef ValueClass System.Drawing.Internal.GPRECT rect, ValueClass System.Drawing.Imaging.ImageLockMode flags, ValueClass System.Drawing.Imaging.PixelFormat format, Class System.Drawing.Imaging.BitmapData lockedBitmapData);
- I4 GdipBitmapUnlockBits( I bitmap, Class System.Drawing.Imaging.BitmapData lockedBitmapData);
- I4 GdipBitmapGetPixel( I bitmap, I4 x, I4 y, ByRef I4 argb);
- I4 GdipBitmapSetPixel( I bitmap, I4 x, I4 y, I4 argb);
- I4 GdipBitmapSetResolution( I bitmap, R4 dpix, R4 dpiy);
- I4 GdipCreateImageAttributes( ByRef I imageattr);
- I4 GdipCloneImageAttributes( I imageattr, ByRef I cloneImageattr);
- I4 IntGdipDisposeImageAttributes( I imageattr);
- I4 GdipDisposeImageAttributes( I imageattr);
- I4 GdipSetImageAttributesToIdentity( I imageattr, ValueClass System.Drawing.Imaging.ColorAdjustType type);
- I4 GdipResetImageAttributes( I imageattr, ValueClass System.Drawing.Imaging.ColorAdjustType type);
- I4 GdipSetImageAttributesColorMatrix( I imageattr, ValueClass System.Drawing.Imaging.ColorAdjustType type, Boolean enableFlag, Class System.Drawing.Imaging.ColorMatrix colorMatrix, Class System.Drawing.Imaging.ColorMatrix grayMatrix, ValueClass System.Drawing.Imaging.ColorMatrixFlag flags);
- I4 GdipSetImageAttributesThreshold( I imageattr, ValueClass System.Drawing.Imaging.ColorAdjustType type, Boolean enableFlag, R4 threshold);
- I4 GdipSetImageAttributesGamma( I imageattr, ValueClass System.Drawing.Imaging.ColorAdjustType type, Boolean enableFlag, R4 gamma);
- I4 GdipSetImageAttributesNoOp( I imageattr, ValueClass System.Drawing.Imaging.ColorAdjustType type, Boolean enableFlag);
- I4 GdipSetImageAttributesColorKeys( I imageattr, ValueClass System.Drawing.Imaging.ColorAdjustType type, Boolean enableFlag, I4 colorLow, I4 colorHigh);
- I4 GdipSetImageAttributesOutputChannel( I imageattr, ValueClass System.Drawing.Imaging.ColorAdjustType type, Boolean enableFlag, ValueClass System.Drawing.Imaging.ColorChannelFlag flags);
- I4 GdipSetImageAttributesOutputChannelColorProfile( I imageattr, ValueClass System.Drawing.Imaging.ColorAdjustType type, Boolean enableFlag, String colorProfileFilename);
- I4 GdipSetImageAttributesRemapTable( I imageattr, ValueClass System.Drawing.Imaging.ColorAdjustType type, Boolean enableFlag, I4 mapSize, I map);
- I4 GdipSetImageAttributesWrapMode( I imageattr, I4 wrapmode, I4 argb, Boolean clamp);
- I4 GdipGetImageAttributesAdjustedPalette( I imageattr, I palette, ValueClass System.Drawing.Imaging.ColorAdjustType type);
- I4 GdipFlush( I graphics, ValueClass System.Drawing.Drawing2D.FlushIntention intention);
- I4 GdipCreateFromHDC( I hdc, ByRef I graphics);
- I4 GdipCreateFromHDC2( I hdc, I hdevice, ByRef I graphics);
- I4 GdipCreateFromHWND( I hwnd, ByRef I graphics);
- I4 GdipCreateFromHWNDICM( I hwnd, ByRef I graphics);
- I4 IntGdipDeleteGraphics( I graphics);
- I4 GdipDeleteGraphics( I graphics);
- I4 GdipGetDC( I graphics, ByRef I hdc);
- I4 IntGdipReleaseDC( I graphics, I hdc);
- I4 GdipReleaseDC( I graphics, I hdc);
- I4 GdipSetCompositingMode( I graphics, I4 compositeMode);
- I4 GdipSetTextRenderingHint( I graphics, ValueClass System.Drawing.Text.TextRenderingHint textRenderingHint);
- I4 GdipSetTextContrast( I graphics, I4 textContrast);
- I4 GdipSetInterpolationMode( I graphics, I4 mode);
- I4 GdipGetCompositingMode( I graphics, ByRef I4 compositeMode);
- I4 GdipSetRenderingOrigin( I graphics, I4 x, I4 y);
- I4 GdipGetRenderingOrigin( I graphics, ByRef I4 x, ByRef I4 y);
- I4 GdipSetCompositingQuality( I graphics, ValueClass System.Drawing.Drawing2D.CompositingQuality quality);
- I4 GdipGetCompositingQuality( I graphics, ByRef ValueClass System.Drawing.Drawing2D.CompositingQuality quality);
- I4 GdipSetSmoothingMode( I graphics, ValueClass System.Drawing.Drawing2D.SmoothingMode smoothingMode);
- I4 GdipGetSmoothingMode( I graphics, ByRef ValueClass System.Drawing.Drawing2D.SmoothingMode smoothingMode);
- I4 GdipSetPixelOffsetMode( I graphics, ValueClass System.Drawing.Drawing2D.PixelOffsetMode pixelOffsetMode);
- I4 GdipGetPixelOffsetMode( I graphics, ByRef ValueClass System.Drawing.Drawing2D.PixelOffsetMode pixelOffsetMode);
- I4 GdipGetTextRenderingHint( I graphics, ByRef ValueClass System.Drawing.Text.TextRenderingHint textRenderingHint);
- I4 GdipGetTextContrast( I graphics, ByRef I4 textContrast);
- I4 GdipGetInterpolationMode( I graphics, ByRef I4 mode);
- I4 GdipSetWorldTransform( I graphics, I matrix);
- I4 GdipResetWorldTransform( I graphics);
- I4 GdipMultiplyWorldTransform( I graphics, I matrix, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipTranslateWorldTransform( I graphics, R4 dx, R4 dy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipScaleWorldTransform( I graphics, R4 sx, R4 sy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipRotateWorldTransform( I graphics, R4 angle, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- I4 GdipGetWorldTransform( I graphics, I matrix);
- I4 GdipResetPageTransform( I graphics);
- I4 GdipGetPageUnit( I graphics, ByRef I4 unit);
- I4 GdipGetPageScale( I graphics, SZArray R4 scale);
- I4 GdipSetPageUnit( I graphics, I4 unit);
- I4 GdipSetPageScale( I graphics, R4 scale);
- I4 GdipGetDpiX( I graphics, SZArray R4 dpi);
- I4 GdipGetDpiY( I graphics, SZArray R4 dpi);
- I4 GdipTransformPoints( I graphics, I4 destSpace, I4 srcSpace, I points, I4 count);
- I4 GdipTransformPointsI( I graphics, I4 destSpace, I4 srcSpace, I points, I4 count);
- I4 GdipGetNearestColor( I graphics, ByRef I4 color);
- I GdipCreateHalftonePalette();
- I4 GdipDrawLine( I graphics, I pen, R4 x1, R4 y1, R4 x2, R4 y2);
- I4 GdipDrawLineI( I graphics, I pen, I4 x1, I4 y1, I4 x2, I4 y2);
- I4 GdipDrawLines( I graphics, I pen, I points, I4 count);
- I4 GdipDrawLinesI( I graphics, I pen, I points, I4 count);
- I4 GdipDrawArc( I graphics, I pen, R4 x, R4 y, R4 width, R4 height, R4 startAngle, R4 sweepAngle);
- I4 GdipDrawArcI( I graphics, I pen, I4 x, I4 y, I4 width, I4 height, R4 startAngle, R4 sweepAngle);
- I4 GdipDrawBezier( I graphics, I pen, R4 x1, R4 y1, R4 x2, R4 y2, R4 x3, R4 y3, R4 x4, R4 y4);
- I4 GdipDrawBezierI( I graphics, I pen, I4 x1, I4 y1, I4 x2, I4 y2, I4 x3, I4 y3, I4 x4, I4 y4);
- I4 GdipDrawBeziers( I graphics, I pen, I points, I4 count);
- I4 GdipDrawBeziersI( I graphics, I pen, I points, I4 count);
- I4 GdipDrawRectangle( I graphics, I pen, R4 x, R4 y, R4 width, R4 height);
- I4 GdipDrawRectangleI( I graphics, I pen, I4 x, I4 y, I4 width, I4 height);
- I4 GdipDrawRectangles( I graphics, I pen, I rects, I4 count);
- I4 GdipDrawRectanglesI( I graphics, I pen, I rects, I4 count);
- I4 GdipDrawEllipse( I graphics, I pen, R4 x, R4 y, R4 width, R4 height);
- I4 GdipDrawEllipseI( I graphics, I pen, I4 x, I4 y, I4 width, I4 height);
- I4 GdipDrawPie( I graphics, I pen, R4 x, R4 y, R4 width, R4 height, R4 startAngle, R4 sweepAngle);
- I4 GdipDrawPieI( I graphics, I pen, I4 x, I4 y, I4 width, I4 height, R4 startAngle, R4 sweepAngle);
- I4 GdipDrawPolygon( I graphics, I pen, I points, I4 count);
- I4 GdipDrawPolygonI( I graphics, I pen, I points, I4 count);
- I4 GdipDrawPath( I graphics, I pen, I path);
- I4 GdipDrawCurve( I graphics, I pen, I points, I4 count);
- I4 GdipDrawCurveI( I graphics, I pen, I points, I4 count);
- I4 GdipDrawCurve2( I graphics, I pen, I points, I4 count, R4 tension);
- I4 GdipDrawCurve2I( I graphics, I pen, I points, I4 count, R4 tension);
- I4 GdipDrawCurve3( I graphics, I pen, I points, I4 count, I4 offset, I4 numberOfSegments, R4 tension);
- I4 GdipDrawCurve3I( I graphics, I pen, I points, I4 count, I4 offset, I4 numberOfSegments, R4 tension);
- I4 GdipDrawClosedCurve( I graphics, I pen, I points, I4 count);
- I4 GdipDrawClosedCurveI( I graphics, I pen, I points, I4 count);
- I4 GdipDrawClosedCurve2( I graphics, I pen, I points, I4 count, R4 tension);
- I4 GdipDrawClosedCurve2I( I graphics, I pen, I points, I4 count, R4 tension);
- I4 GdipGraphicsClear( I graphics, I4 argb);
- I4 GdipFillRectangle( I graphics, I brush, R4 x, R4 y, R4 width, R4 height);
- I4 GdipFillRectangleI( I graphics, I brush, I4 x, I4 y, I4 width, I4 height);
- I4 GdipFillRectangles( I graphics, I brush, I rects, I4 count);
- I4 GdipFillRectanglesI( I graphics, I brush, I rects, I4 count);
- I4 GdipFillPolygon( I graphics, I brush, I points, I4 count, I4 brushMode);
- I4 GdipFillPolygonI( I graphics, I brush, I points, I4 count, I4 brushMode);
- I4 GdipFillPolygon2( I graphics, I brush, I points, I4 count);
- I4 GdipFillPolygon2I( I graphics, I brush, I points, I4 count);
- I4 GdipFillEllipse( I graphics, I brush, R4 x, R4 y, R4 width, R4 height);
- I4 GdipFillEllipseI( I graphics, I brush, I4 x, I4 y, I4 width, I4 height);
- I4 GdipFillPie( I graphics, I brush, R4 x, R4 y, R4 width, R4 height, R4 startAngle, R4 sweepAngle);
- I4 GdipFillPieI( I graphics, I brush, I4 x, I4 y, I4 width, I4 height, R4 startAngle, R4 sweepAngle);
- I4 GdipFillPath( I graphics, I brush, I path);
- I4 GdipFillClosedCurve( I graphics, I brush, I points, I4 count);
- I4 GdipFillClosedCurveI( I graphics, I brush, I points, I4 count);
- I4 GdipFillClosedCurve2( I graphics, I brush, I points, I4 count, R4 tension, I4 mode);
- I4 GdipFillClosedCurve2I( I graphics, I brush, I points, I4 count, R4 tension, I4 mode);
- I4 GdipFillRegion( I graphics, I brush, I region);
- I4 GdipDrawImage( I graphics, I image, R4 x, R4 y);
- I4 GdipDrawImageI( I graphics, I image, I4 x, I4 y);
- I4 GdipDrawImageRect( I graphics, I image, R4 x, R4 y, R4 width, R4 height);
- I4 GdipDrawImageRectI( I graphics, I image, I4 x, I4 y, I4 width, I4 height);
- I4 GdipDrawImagePoints( I graphics, I image, I points, I4 count);
- I4 GdipDrawImagePointsI( I graphics, I image, I points, I4 count);
- I4 GdipDrawImagePointRect( I graphics, I image, R4 x, R4 y, R4 srcx, R4 srcy, R4 srcwidth, R4 srcheight, I4 srcunit);
- I4 GdipDrawImagePointRectI( I graphics, I image, I4 x, I4 y, I4 srcx, I4 srcy, I4 srcwidth, I4 srcheight, I4 srcunit);
- I4 GdipDrawImageRectRect( I graphics, I image, R4 dstx, R4 dsty, R4 dstwidth, R4 dstheight, R4 srcx, R4 srcy, R4 srcwidth, R4 srcheight srcunit, imageAttributes, callback, callbackdata);
- I4 GdipDrawImageRectRectI( I graphics, I image, I4 dstx, I4 dsty, I4 dstwidth, I4 dstheight, I4 srcx, I4 srcy, I4 srcwidth, I4 srcheight srcunit, imageAttributes, callback, callbackdata);
- I4 GdipDrawImagePointsRect( I graphics, I image, I points, I4 count, R4 srcx, R4 srcy, R4 srcwidth, R4 srcheight, I4 srcunit, I imageAttributes callback, callbackdata);
- I4 GdipDrawImagePointsRectI( I graphics, I image, I points, I4 count, I4 srcx, I4 srcy, I4 srcwidth, I4 srcheight, I4 srcunit, I imageAttributes callback, callbackdata);
- I4 GdipEnumerateMetafileDestPoint( I graphics, I metafile, Class System.Drawing.Internal.GPPOINTF destPoint, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipEnumerateMetafileDestPointI( I graphics, I metafile, Class System.Drawing.Internal.GPPOINT destPoint, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipEnumerateMetafileDestRect( I graphics, I metafile, ByRef ValueClass System.Drawing.Internal.GPRECTF destRect, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipEnumerateMetafileDestRectI( I graphics, I metafile, ByRef ValueClass System.Drawing.Internal.GPRECT destRect, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipEnumerateMetafileDestPoints( I graphics, I metafile, I destPoints, I4 count, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipEnumerateMetafileDestPointsI( I graphics, I metafile, I destPoints, I4 count, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipEnumerateMetafileSrcRectDestPoint( I graphics, I metafile, Class System.Drawing.Internal.GPPOINTF destPoint, ByRef ValueClass System.Drawing.Internal.GPRECTF srcRect, I4 pageUnit, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipEnumerateMetafileSrcRectDestPointI( I graphics, I metafile, Class System.Drawing.Internal.GPPOINT destPoint, ByRef ValueClass System.Drawing.Internal.GPRECT srcRect, I4 pageUnit, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipEnumerateMetafileSrcRectDestRect( I graphics, I metafile, ByRef ValueClass System.Drawing.Internal.GPRECTF destRect, ByRef ValueClass System.Drawing.Internal.GPRECTF srcRect, I4 pageUnit, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipEnumerateMetafileSrcRectDestRectI( I graphics, I metafile, ByRef ValueClass System.Drawing.Internal.GPRECT destRect, ByRef ValueClass System.Drawing.Internal.GPRECT srcRect, I4 pageUnit, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipEnumerateMetafileSrcRectDestPoints( I graphics, I metafile, I destPoints, I4 count, ByRef ValueClass System.Drawing.Internal.GPRECTF srcRect, I4 pageUnit, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipEnumerateMetafileSrcRectDestPointsI( I graphics, I metafile, I destPoints, I4 count, ByRef ValueClass System.Drawing.Internal.GPRECT srcRect, I4 pageUnit, Class EnumerateMetafileProc callback, I callbackdata, I imageattributes);
- I4 GdipPlayMetafileRecord( I graphics, ValueClass System.Drawing.Imaging.EmfPlusRecordType recordType, I4 flags, I4 dataSize, SZArray UI1 data);
- I4 GdipSetClipGraphics( I graphics, I srcgraphics, ValueClass System.Drawing.Drawing2D.CombineMode mode);
- I4 GdipSetClipRect( I graphics, R4 x, R4 y, R4 width, R4 height, ValueClass System.Drawing.Drawing2D.CombineMode mode);
- I4 GdipSetClipRectI( I graphics, I4 x, I4 y, I4 width, I4 height, ValueClass System.Drawing.Drawing2D.CombineMode mode);
- I4 GdipSetClipPath( I graphics, I path, ValueClass System.Drawing.Drawing2D.CombineMode mode);
- I4 GdipSetClipRegion( I graphics, I region, ValueClass System.Drawing.Drawing2D.CombineMode mode);
- I4 GdipSetClipHrgn( I graphics, I hRgn, ValueClass System.Drawing.Drawing2D.CombineMode mode);
- I4 GdipResetClip( I graphics);
- I4 GdipTranslateClip( I graphics, R4 dx, R4 dy);
- I4 GdipTranslateClipI( I graphics, I4 dx, I4 dy);
- I4 GdipGetClip( I graphics, I region);
- I4 GdipGetClipBounds( I graphics, ByRef ValueClass System.Drawing.Internal.GPRECTF rect);
- I4 GdipGetClipBoundsI( I graphics, ByRef ValueClass System.Drawing.Internal.GPRECT rect);
- I4 GdipIsClipEmpty( I graphics, ByRef I4 boolean);
- I4 GdipGetVisibleClipBounds( I graphics, ByRef ValueClass System.Drawing.Internal.GPRECTF rect);
- I4 GdipGetVisibleClipBoundsI( I graphics, ByRef ValueClass System.Drawing.Internal.GPRECT rect);
- I4 GdipIsVisibleClipEmpty( I graphics, ByRef I4 boolean);
- I4 GdipIsVisiblePoint( I graphics, R4 x, R4 y, ByRef I4 boolean);
- I4 GdipIsVisiblePointI( I graphics, I4 x, I4 y, ByRef I4 boolean);
- I4 GdipIsVisibleRect( I graphics, R4 x, R4 y, R4 width, R4 height, ByRef I4 boolean);
- I4 GdipIsVisibleRectI( I graphics, I4 x, I4 y, I4 width, I4 height, ByRef I4 boolean);
- I4 GdipSaveGraphics( I graphics, ByRef I4 state);
- I4 GdipRestoreGraphics( I graphics, I4 state);
- I4 GdipBeginContainer( I graphics, ByRef ValueClass System.Drawing.Internal.GPRECTF dstRect, ByRef ValueClass System.Drawing.Internal.GPRECTF srcRect, I4 unit, ByRef I4 state);
- I4 GdipBeginContainer2( I graphics, ByRef I4 state);
- I4 GdipBeginContainerI( I graphics, ByRef ValueClass System.Drawing.Internal.GPRECT dstRect, ByRef ValueClass System.Drawing.Internal.GPRECT srcRect, I4 unit, ByRef I4 state);
- I4 GdipEndContainer( I graphics, I4 state);
- I4 GdipGetMetafileHeaderFromWmf( I hMetafile, Class System.Drawing.Imaging.WmfPlaceableFileHeader wmfplaceable, Class System.Drawing.Imaging.MetafileHeaderWmf metafileHeaderWmf);
- I4 GdipGetMetafileHeaderFromEmf( I hEnhMetafile, Class System.Drawing.Imaging.MetafileHeaderEmf metafileHeaderEmf);
- I4 GdipGetMetafileHeaderFromFile( String filename, I header);
- I4 GdipGetMetafileHeaderFromStream( Class IStream stream, I header);
- I4 GdipGetMetafileHeaderFromMetafile( I metafile, I header);
- I4 GdipGetHemfFromMetafile( I metafile, ByRef I hEnhMetafile);
- I4 GdipCreateStreamOnFile( String file, I4 access, SZArray Class IStream stream);
- I4 GdipCreateMetafileFromWmf( I hMetafile, Class System.Drawing.Imaging.WmfPlaceableFileHeader wmfplacealbeHeader, Boolean deleteWmf, ByRef I metafile);
- I4 GdipCreateMetafileFromEmf( I hEnhMetafile, Boolean deleteEmf, ByRef I metafile);
- I4 GdipCreateMetafileFromFile( String file, ByRef I metafile);
- I4 GdipCreateMetafileFromWmfFile( String file, Class System.Drawing.Imaging.WmfPlaceableFileHeader wmfplaceableFileHeader, ByRef I metafile);
- I4 GdipCreateMetafileFromStream( Class IStream stream, ByRef I metafile);
- I4 GdipRecordMetafile( I referenceHdc, I4 emfType, ByRef ValueClass System.Drawing.Internal.GPRECTF frameRect, I4 frameUnit, String description, ByRef I metafile);
- I4 GdipRecordMetafile( I referenceHdc, I4 emfType, I pframeRect, I4 frameUnit, String description, ByRef I metafile);
- I4 GdipRecordMetafileI( I referenceHdc, I4 emfType, ByRef ValueClass System.Drawing.Internal.GPRECT frameRect, I4 frameUnit, String description, ByRef I metafile);
- I4 GdipRecordMetafileFileName( String fileName, I referenceHdc, I4 emfType, ByRef ValueClass System.Drawing.Internal.GPRECTF frameRect, I4 frameUnit, String description, ByRef I metafile);
- I4 GdipRecordMetafileFileName( String fileName, I referenceHdc, I4 emfType, I pframeRect, I4 frameUnit, String description, ByRef I metafile);
- I4 GdipRecordMetafileFileNameI( String fileName, I referenceHdc, I4 emfType, ByRef ValueClass System.Drawing.Internal.GPRECT frameRect, I4 frameUnit, String description, ByRef I metafile);
- I4 GdipRecordMetafileStream( Class IStream stream, I referenceHdc, I4 emfType, ByRef ValueClass System.Drawing.Internal.GPRECTF frameRect, I4 frameUnit, String description, ByRef I metafile);
- I4 GdipRecordMetafileStream( Class IStream stream, I referenceHdc, I4 emfType, I pframeRect, I4 frameUnit, String description, ByRef I metafile);
- I4 GdipRecordMetafileStreamI( Class IStream stream, I referenceHdc, I4 emfType, ByRef ValueClass System.Drawing.Internal.GPRECT frameRect, I4 frameUnit, String description, ByRef I metafile);
- I4 GdipSetMetafileDownLevelRasterizationLimit( I metafile, I4 rasterizationLimit);
- I4 GdipGetMetafileDownLevelRasterizationLimit( I metafile, ByRef I4 rasterizationLimit);
- I4 GdipEmfToWmfBits( I4 hEnhMetafile, I4 cbData16, SZArray UI1 pData16, I4 mapMode, I4 eFlags);
- I4 GdipComment( I graphics, I4 sizeData, SZArray UI1 data);
- I4 GdipNewInstalledFontCollection( ByRef I fontCollection);
- I4 GdipNewPrivateFontCollection( ByRef I fontCollection);
- I4 IntGdipDeletePrivateFontCollection( ByRef I fontCollection);
- I4 GdipDeletePrivateFontCollection( ByRef I fontCollection);
- I4 GdipGetFontCollectionFamilyCount( I fontCollection, ByRef I4 numFound);
- I4 GdipGetFontCollectionFamilyList( I fontCollection, I4 numSought, SZArray I4 gpfamilies, ByRef I4 numFound);
- I4 GdipPrivateAddFontFile( I fontCollection, String filename);
- I4 GdipPrivateAddMemoryFont( I fontCollection, I memory, I4 length);
- I4 GdipCreateFontFamilyFromName( String name, I fontCollection, ByRef I FontFamily);
- I4 GdipGetGenericFontFamilySansSerif( ByRef I fontfamily);
- I4 GdipGetGenericFontFamilySerif( ByRef I fontfamily);
- I4 GdipGetGenericFontFamilyMonospace( ByRef I fontfamily);
- I4 IntGdipDeleteFontFamily( I fontFamily);
- I4 GdipDeleteFontFamily( I fontFamily);
- I4 GdipCloneFontFamily( I fontfamily, ByRef I clonefontfamily);
- I4 GdipGetFamilyName( I family, Class System.Text.StringBuilder name, I4 language);
- I4 GdipIsStyleAvailable( I family, ValueClass System.Drawing.FontStyle style, ByRef I4 isStyleAvailable);
- I4 GdipGetEmHeight( I family, ValueClass System.Drawing.FontStyle style, ByRef I4 EmHeight);
- I4 GdipGetCellAscent( I family, ValueClass System.Drawing.FontStyle style, ByRef I4 CellAscent);
- I4 GdipGetCellDescent( I family, ValueClass System.Drawing.FontStyle style, ByRef I4 CellDescent);
- I4 GdipGetLineSpacing( I family, ValueClass System.Drawing.FontStyle style, ByRef I4 LineSpaceing);
- I4 GdipCreateFontFromDC( I hdc, ByRef I font);
- I4 GdipCreateFontFromLogfontA( I hdc, Object lf, ByRef I font);
- I4 GdipCreateFontFromLogfontW( I hdc, Object lf, ByRef I font);
- I4 GdipCreateFont( I fontFamily, R4 emSize, ValueClass System.Drawing.FontStyle style, ValueClass System.Drawing.GraphicsUnit unit, ByRef I font);
- I4 GdipGetLogFontW( I font, I graphics, Object lf);
- I4 GdipGetLogFontA( I font, I graphics, Object lf);
- I4 GdipCloneFont( I font, ByRef I cloneFont);
- I4 IntGdipDeleteFont( I font);
- I4 GdipDeleteFont( I font);
- I4 GdipGetFamily( I font, ByRef I family);
- I4 GdipGetFontStyle( I font, ByRef ValueClass System.Drawing.FontStyle style);
- I4 GdipGetFontSize( I font, ByRef R4 size);
- I4 GdipGetFontHeight( I font, I graphics, ByRef R4 size);
- I4 GdipGetFontHeightGivenDPI( I font, R4 dpi, ByRef R4 size);
- I4 GdipGetFontUnit( I font, ByRef ValueClass System.Drawing.GraphicsUnit unit);
- I4 GdipDrawString( I graphics, String textString, I4 length, I font, ByRef ValueClass System.Drawing.Internal.GPRECTF layoutRect, I stringFormat, I brush);
- I4 GdipMeasureString( I graphics, String textString, I4 length, I font, ByRef ValueClass System.Drawing.Internal.GPRECTF layoutRect, I stringFormat, ByRef ValueClass System.Drawing.Internal.GPRECTF boundingBox, ByRef I4 codepointsFitted, ByRef I4 linesFilled);
- I4 GdipMeasureCharacterRanges( I graphics, String textString, I4 length, I font, ByRef ValueClass System.Drawing.Internal.GPRECTF layoutRect, I stringFormat, I4 characterCount, SZArray I4 region);
- I4 GdipSetStringFormatMeasurableCharacterRanges( I format, I4 rangeCount, SZArray ValueClass System.Drawing.CharacterRange range);
- I4 GdipCreateStringFormat( ValueClass System.Drawing.StringFormatFlags options, I4 language, ByRef I format);
- I4 GdipStringFormatGetGenericDefault( ByRef I format);
- I4 GdipStringFormatGetGenericTypographic( ByRef I format);
- I4 IntGdipDeleteStringFormat( I format);
- I4 GdipDeleteStringFormat( I format);
- I4 GdipCloneStringFormat( I format, ByRef I newFormat);
- I4 GdipSetStringFormatFlags( I format, ValueClass System.Drawing.StringFormatFlags options);
- I4 GdipGetStringFormatFlags( I format, ByRef ValueClass System.Drawing.StringFormatFlags result);
- I4 GdipGetStringFormatLineSpacingAmount( I format, ByRef R4 amount);
- I4 GdipSetStringFormatAlign( I format, ValueClass System.Drawing.StringAlignment align);
- I4 GdipGetStringFormatAlign( I format, ByRef ValueClass System.Drawing.StringAlignment align);
- I4 GdipSetStringFormatLineAlign( I format, ValueClass System.Drawing.StringAlignment align);
- I4 GdipGetStringFormatLineAlign( I format, ByRef ValueClass System.Drawing.StringAlignment align);
- I4 GdipSetStringFormatHotkeyPrefix( I format, ValueClass System.Drawing.Text.HotkeyPrefix hotkeyPrefix);
- I4 GdipGetStringFormatHotkeyPrefix( I format, ByRef ValueClass System.Drawing.Text.HotkeyPrefix hotkeyPrefix);
- I4 GdipSetStringFormatTabStops( I format, R4 firstTabOffset, I4 count, SZArray R4 tabStops);
- I4 GdipGetStringFormatTabStops( I format, I4 count, ByRef R4 firstTabOffset, SZArray R4 tabStops);
- I4 GdipGetStringFormatTabStopCount( I format, ByRef I4 count);
- I4 GdipGetStringFormatMeasurableCharacterRangeCount( I format, ByRef I4 count);
- I4 GdipSetStringFormatTrimming( I format, ValueClass System.Drawing.StringTrimming trimming);
- I4 GdipGetStringFormatTrimming( I format, ByRef ValueClass System.Drawing.StringTrimming trimming);
- I4 GdipSetStringFormatDigitSubstitution( I format, I4 langID, ValueClass System.Drawing.StringDigitSubstitute sds);
- I4 GdipGetStringFormatDigitSubstitution( I format, ByRef I4 langID, ByRef ValueClass System.Drawing.StringDigitSubstitute sds);
- I4 GdipCreateCachedBitmap( I bitmap, I graphics, ByRef I cachedBitmap);
- I4 IntGdipDeleteCachedBitmap( I cachedBitmap);
- I4 GdipDeleteCachedBitmap( I cachedBitmap);
- I4 GdipDrawCachedBitmap( I graphics, I cachedbitmap, I4 x, I4 y);
- Class System.Exception StatusException( I4 status);
- SZArray ValueClass System.Drawing.PointF ConvertGPPOINTFArrayF( I memory, I4 count);
- SZArray ValueClass System.Drawing.Point ConvertGPPOINTArray( I memory, I4 count);
- I ConvertPointToMemory( SZArray ValueClass System.Drawing.PointF points);
- I ConvertPointToMemory( SZArray ValueClass System.Drawing.Point points);
- I ConvertRectangleToMemory( SZArray ValueClass System.Drawing.RectangleF rect);
- I ConvertRectangleToMemory( SZArray ValueClass System.Drawing.Rectangle rect);
- I GlobalFree( I handle);
- I4 StartDoc( I hDC, Class DOCINFO lpDocInfo);
- I4 StartPage( I hDC);
- I4 EndPage( I hDC);
- I4 AbortDoc( I hDC);
- I4 EndDoc( I hDC);
- Boolean PrintDlg( Class PRINTDLG lppd);
- I4 PageSetupDlg( Class PAGESETUPDLG lppsd);
- I4 DeviceCapabilities( String pDevice, String pPort, I2 fwCapabilities, I pOutput, I pDevMode);
- I4 DocumentProperties( I hwnd, I hPrinter, String pDeviceName, I pDevModeOutput, I pDevModeInput, I4 fMode);
- I4 GetPrinter( I hPrinter, I4 level, I pPrinter, I4 cbBuf, SZArray I4 pcbNeeded);
- Boolean OpenPrinter( String pPrinterName, SZArray I phPrinter, I pDefault);
- I4 ClosePrinter( I hPrinter);
- I4 EnumPrinters( I4 flags, String name, I4 level, I pPrinterEnum, I4 cbBuf, SZArray I4 pcbNeeded, SZArray I4 pcReturned);
- I GlobalLock( I handle);
- I ResetDC( I hDC, I lpDevMode);
- Boolean GlobalUnlock( I handle);
- Boolean IntDeleteDC( I hDC);
- Boolean DeleteDC( I hDC);
- I4 IntersectClipRect( I hDC, I4 x1, I4 y1, I4 x2, I4 y2);
- I GlobalAlloc( I4 uFlags, I4 dwBytes);
- I4 DeleteObject( I hObject);
- I IntCreateIconIndirect( Class ICONINFO piconinfo);
- I CreateIconIndirect( Class ICONINFO piconinfo);
- I CreateIconFromResourceEx( Ptr UI1 pbIconBits, I4 cbIconBits, Boolean fIcon, I4 dwVersion, I4 csDesired, I4 cyDesired, I4 flags);
- I LoadIcon( I hInst, I4 iconId);
- Boolean IntDestroyIcon( I hIcon);
- Boolean DestroyIcon( I hIcon);
- I CreateFontIndirect( Class LOGFONT lf);
- I IntCopyImage( I hImage, I4 uType, I4 cxDesired, I4 cyDesired, I4 fuFlags);
- I CopyImage( I hImage, I4 uType, I4 cxDesired, I4 cyDesired, I4 fuFlags);
- I4 GetObject( I hObject, I4 nSize, Class BITMAP bm);
- I4 GetObject( I hObject, I4 nSize, Class DIBSECTION ds);
- I4 GetObject( I hObject, I4 nSize, Class LOGPEN lp);
- I4 GetObject( I hObject, Class LOGPEN lp);
- I4 GetObject( I hObject, I4 nSize, Class LOGBRUSH lb);
- I4 GetObject( I hObject, Class LOGBRUSH lb);
- I4 GetObject( I hObject, I4 nSize, Class LOGFONT lf);
- I4 GetObject( I hObject, Class LOGFONT lp);
- I4 GetObject( I hObject, I4 nSize, ByRef I4 nEntries);
- I4 GetObject( I hObject, I4 nSize, SZArray I4 nEntries);
- Boolean GetIconInfo( I hIcon, Class ICONINFO info);
- I4 GetSysColor( I4 nIndex);
- Boolean DrawIcon( I hDC, I4 x, I4 y, I hIcon);
- I4 SafeIntersectClipRect( I hDC, I4 x1, I4 y1, I4 x2, I4 y2);
- Boolean DrawIconEx( I hDC, I4 x, I4 y, I hIcon, I4 width, I4 height, I4 iStepIfAniCursor, I hBrushFlickerFree, I4 diFlags);
- Class IPicture OleLoadPicture( Class IStream pStream, I4 lSize, Boolean fRunmode, ByRef ValueClass System.Guid refiid);
- Class IPicture OleLoadPictureEx( Class IStream pStream, I4 lSize, Boolean fRunmode, ByRef ValueClass System.Guid refiid, I4 width, I4 height, I4 dwFlags);
- Class IPicture OleCreatePictureIndirect( Class PICTDESC pictdesc, ByRef ValueClass System.Guid refiid, Boolean fOwn);
- Void System.Drawing.SafeNativeMethods();
- property AlreadyInitialized { get(){} set(){} };
- property IsShutdown { get(){} set(){} };
- property ThreadData { get(){} set(){} };
- }
- class StartupInput : System.ValueType
- {
- I4 GdiplusVersion;
- I DebugEventCallback;
- Boolean SuppressBackgroundThread;
- Boolean SuppressExternalCodecs;
- ValueClass StartupInput GetDefault();
- }
- class StartupOutput : System.ValueType
- {
- I hook;
- I unhook;
- }
- class DebugEventLevel : System.Enum
- {
- I4 value__;
- ValueClass DebugEventLevel Fatal;
- ValueClass DebugEventLevel Warning;
- }
- class NotificationHookProc : System.MulticastDelegate
- {
- Void NotificationHookProc( Object object, I method);
- I4 Invoke( ByRef I token);
- Class System.IAsyncResult BeginInvoke( ByRef I token, Class System.AsyncCallback callback, Object object);
- I4 EndInvoke( ByRef I token, Class System.IAsyncResult result);
- }
- class NotificationUnhookProc : System.MulticastDelegate
- {
- Void NotificationUnhookProc( Object object, I method);
- Void Invoke( I token);
- Class System.IAsyncResult BeginInvoke( I token, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class USEROBJECTFLAGS : System.Object
- {
- I4 fInherit;
- I4 fReserved;
- I4 dwFlags;
- Void USEROBJECTFLAGS();
- }
- class ENHMETAHEADER : System.Object
- {
- I4 iType;
- I4 nSize;
- I4 rclBounds_left;
- I4 rclBounds_top;
- I4 rclBounds_right;
- I4 rclBounds_bottom;
- I4 rclFrame_left;
- I4 rclFrame_top;
- I4 rclFrame_right;
- I4 rclFrame_bottom;
- I4 dSignature;
- I4 nVersion;
- I4 nBytes;
- I4 nRecords;
- I2 nHandles;
- I2 sReserved;
- I4 nDescription;
- I4 offDescription;
- I4 nPalEntries;
- I4 szlDevice_cx;
- I4 szlDevice_cy;
- I4 szlMillimeters_cx;
- I4 szlMillimeters_cy;
- I4 cbPixelFormat;
- I4 offPixelFormat;
- I4 bOpenGL;
- Void ENHMETAHEADER();
- }
- class DOCINFO : System.Object
- {
- I4 cbSize;
- String lpszDocName;
- String lpszOutput;
- String lpszDatatype;
- I4 fwType;
- Void DOCINFO();
- }
- class PRINTDLG : System.Object
- {
- I4 lStructSize;
- I hwndOwner;
- I hDevMode;
- I hDevNames;
- I hDC;
- I4 Flags;
- I2 nFromPage;
- I2 nToPage;
- I2 nMinPage;
- I2 nMaxPage;
- I2 nCopies;
- I hInstance;
- I lCustData;
- Class WndProc lpfnPrintHook;
- Class WndProc lpfnSetupHook;
- String lpPrintTemplateName;
- String lpSetupTemplateName;
- I hPrintTemplate;
- I hSetupTemplate;
- Void PRINTDLG();
- }
- class WndProc : System.MulticastDelegate
- {
- Void WndProc( Object object, I method);
- I4 Invoke( I4 hWnd, I4 msg, I4 wParam, I4 lParam);
- Class System.IAsyncResult BeginInvoke( I4 hWnd, I4 msg, I4 wParam, I4 lParam, Class System.AsyncCallback callback, Object object);
- I4 EndInvoke( Class System.IAsyncResult result);
- }
- class StructFormat : System.Enum
- {
- I4 value__;
- ValueClass StructFormat Ansi;
- ValueClass StructFormat Unicode;
- ValueClass StructFormat Auto;
- }
- class PAGESETUPDLG : System.Object
- {
- I4 lStructSize;
- I hwndOwner;
- I hDevMode;
- I hDevNames;
- I4 Flags;
- I4 paperSizeX;
- I4 paperSizeY;
- I4 minMarginLeft;
- I4 minMarginTop;
- I4 minMarginRight;
- I4 minMarginBottom;
- I4 marginLeft;
- I4 marginTop;
- I4 marginRight;
- I4 marginBottom;
- I hInstance;
- I lCustData;
- Class WndProc lpfnPageSetupHook;
- Class WndProc lpfnPagePaintHook;
- String lpPageSetupTemplateName;
- I hPageSetupTemplate;
- Void PAGESETUPDLG();
- }
- class RECT : System.ValueType
- {
- I4 left;
- I4 top;
- I4 right;
- I4 bottom;
- Void RECT( I4 left, I4 top, I4 right, I4 bottom);
- ValueClass RECT FromXYWH( I4 x, I4 y, I4 width, I4 height);
- }
- class COMRECT : System.Object
- {
- I4 left;
- I4 top;
- I4 right;
- I4 bottom;
- Void COMRECT();
- Void COMRECT( I4 left, I4 top, I4 right, I4 bottom);
- Class COMRECT FromXYWH( I4 x, I4 y, I4 width, I4 height);
- }
- class POINT : System.Object
- {
- I4 x;
- I4 y;
- Void POINT();
- Void POINT( I4 x, I4 y);
- }
- class MSG : System.ValueType
- {
- I hwnd;
- I4 message;
- I wParam;
- I lParam;
- I4 time;
- I4 pt_x;
- I4 pt_y;
- }
- class ICONINFO : System.Object
- {
- I4 fIcon;
- I4 xHotspot;
- I4 yHotspot;
- I hbmMask;
- I hbmColor;
- Void ICONINFO();
- }
- class BITMAP : System.Object
- {
- I4 bmType;
- I4 bmWidth;
- I4 bmHeight;
- I4 bmWidthBytes;
- I2 bmPlanes;
- I2 bmBitsPixel;
- I bmBits;
- Void BITMAP();
- }
- class DIBSECTION : System.Object
- {
- Class BITMAP dsBm;
- Class BITMAPINFOHEADER dsBmih;
- SZArray I4 dsBitfields;
- I dshSection;
- I4 dsOffset;
- Void DIBSECTION();
- }
- class BITMAPINFOHEADER : System.Object
- {
- I4 biSize;
- I4 biWidth;
- I4 biHeight;
- I2 biPlanes;
- I2 biBitCount;
- I4 biCompression;
- I4 biSizeImage;
- I4 biXPelsPerMeter;
- I4 biYPelsPerMeter;
- I4 biClrUsed;
- I4 biClrImportant;
- Void BITMAPINFOHEADER();
- }
- class LOGPEN : System.Object
- {
- I4 lopnStyle;
- I4 lopnWidth_x;
- I4 lopnWidth_y;
- I4 lopnColor;
- Void LOGPEN();
- }
- class LOGBRUSH : System.Object
- {
- I4 lbStyle;
- I4 lbColor;
- I4 lbHatch;
- Void LOGBRUSH();
- }
- class LOGFONT : System.Object
- {
- I4 lfHeight;
- I4 lfWidth;
- I4 lfEscapement;
- I4 lfOrientation;
- I4 lfWeight;
- UI1 lfItalic;
- UI1 lfUnderline;
- UI1 lfStrikeOut;
- UI1 lfCharSet;
- UI1 lfOutPrecision;
- UI1 lfClipPrecision;
- UI1 lfQuality;
- UI1 lfPitchAndFamily;
- String lfFaceName;
- String ToString();
- Void LOGFONT();
- }
- class ICONDIR : System.ValueType
- {
- I2 idReserved;
- I2 idType;
- I2 idCount;
- ValueClass ICONDIRENTRY idEntries;
- }
- class ICONDIRENTRY : System.ValueType
- {
- UI1 bWidth;
- UI1 bHeight;
- UI1 bColorCount;
- UI1 bReserved;
- I2 wPlanes;
- I2 wBitCount;
- I4 dwBytesInRes;
- I4 dwImageOffset;
- }
- class PICTDESC : System.Object
- {
- I4 cbSizeOfStruct;
- I4 picType;
- I union1;
- I4 union2;
- I4 union3;
- Class PICTDESC CreateBitmapPICTDESC( I hbitmap, I hpal);
- Class PICTDESC CreateIconPICTDESC( I hicon);
- Class PICTDESC CreateEnhMetafilePICTDESC( I hEMF);
- Class PICTDESC CreateWinMetafilePICTDESC( I hmetafile, I4 x, I4 y);
- I GetHandle();
- I GetHPal();
- Void PICTDESC();
- }
- class Ole : System.Object
- {
- I4 PICTYPE_UNINITIALIZED;
- I4 PICTYPE_NONE;
- I4 PICTYPE_BITMAP;
- I4 PICTYPE_METAFILE;
- I4 PICTYPE_ICON;
- I4 PICTYPE_ENHMETAFILE;
- I4 STATFLAG_DEFAULT;
- I4 STATFLAG_NONAME;
- Void Ole();
- }
- class DEVMODE : System.Object
- {
- String dmDeviceName;
- I2 dmSpecVersion;
- I2 dmDriverVersion;
- I2 dmSize;
- I2 dmDriverExtra;
- I4 dmFields;
- I2 dmOrientation;
- I2 dmPaperSize;
- I2 dmPaperLength;
- I2 dmPaperWidth;
- I2 dmScale;
- I2 dmCopies;
- I2 dmDefaultSource;
- I2 dmPrintQuality;
- I2 dmColor;
- I2 dmDuplex;
- I2 dmYResolution;
- I2 dmTTOption;
- I2 dmCollate;
- String dmFormName;
- I2 dmLogPixels;
- I4 dmBitsPerPel;
- I4 dmPelsWidth;
- I4 dmPelsHeight;
- I4 dmDisplayFlags;
- I4 dmDisplayFrequency;
- I4 dmICMMethod;
- I4 dmICMIntent;
- I4 dmMediaType;
- I4 dmDitherType;
- I4 dmICCManufacturer;
- I4 dmICCModel;
- I4 dmPanningWidth;
- I4 dmPanningHeight;
- String ToString();
- Void DEVMODE();
- }
- class CommonHandles : System.Object
- {
- I4 Accelerator;
- I4 Cursor;
- I4 EMF;
- I4 Find;
- I4 GDI;
- I4 HDC;
- I4 Icon;
- I4 Kernel;
- I4 Menu;
- I4 Window;
- Void CommonHandles();
- Void CommonHandles();
- }
- class HandleCollector : System.Object
- {
- SZArray Class HandleType handleTypes;
- I4 handleTypeCount;
- Class HandleChangeEventHandler handleAdd;
- Class HandleChangeEventHandler handleRemove;
- I Add( I handle, I4 type);
- Void add_HandleAdded( Class HandleChangeEventHandler value);
- Void remove_HandleAdded( Class HandleChangeEventHandler value);
- Void add_HandleRemoved( Class HandleChangeEventHandler value);
- Void remove_HandleRemoved( Class HandleChangeEventHandler value);
- I4 RegisterType( String typeName, I4 expense, I4 initialThreshold);
- I Remove( I handle, I4 type);
- Void HandleCollector();
- Void HandleCollector();
- event HandleAdded;
- event HandleRemoved;
- }
- class HandleType : System.Object
- {
- String name;
- I4 threshHold;
- I4 handleCount;
- I4 deltaPercent;
- Void HandleType( String name, I4 expense, I4 initialThreshold);
- Void Add( I handle);
- Void Collected();
- I4 GetHandleCount();
- Boolean NeedCollection();
- I Remove( I handle);
- }
- class HandleChangeEventHandler : System.MulticastDelegate
- {
- Void HandleChangeEventHandler( Object object, I method);
- Void Invoke( String handleType, I handleValue, I4 currentHandleCount);
- Class System.IAsyncResult BeginInvoke( String handleType, I handleValue, I4 currentHandleCount, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class StreamConsts : System.Object
- {
- I4 LOCK_WRITE;
- I4 LOCK_EXCLUSIVE;
- I4 LOCK_ONLYONCE;
- I4 STATFLAG_DEFAULT;
- I4 STATFLAG_NONAME;
- I4 STATFLAG_NOOPEN;
- I4 STGC_DEFAULT;
- I4 STGC_OVERWRITE;
- I4 STGC_ONLYIFCURRENT;
- I4 STGC_DANGEROUSLYCOMMITMERELYTODISKCACHE;
- I4 STREAM_SEEK_SET;
- I4 STREAM_SEEK_CUR;
- I4 STREAM_SEEK_END;
- Void StreamConsts();
- }
- interface IPicture :
- {
- I GetHandle();
- I GetHPal();
- I2 GetPictureType( );
- I4 GetWidth();
- I4 GetHeight();
- Void Render();
- Void SetHPal( I phpal);
- I GetCurDC();
- Void SelectPicture( I hdcIn, SZArray I4 phdcOut, SZArray I4 phbmpOut);
- Boolean GetKeepOriginalFormat( );
- Void SetKeepOriginalFormat( Boolean pfkeep);
- Void PictureChanged();
- I4 SaveAsFile( Class IStream pstm, I4 fSaveMemCopy, ByRef I4 pcbSize);
- I4 GetAttributes();
- Void SetHdc( I hdc);
- }
- class System.Drawing.Text.GenericFontFamilies : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Text.GenericFontFamilies Serif;
- ValueClass System.Drawing.Text.GenericFontFamilies SansSerif;
- ValueClass System.Drawing.Text.GenericFontFamilies Monospace;
- }
- class System.Drawing.Internal.GPPOINT : System.Object
- {
- I4 X;
- I4 Y;
- Void System.Drawing.Internal.GPPOINT();
- Void System.Drawing.Internal.GPPOINT( ValueClass System.Drawing.PointF pt);
- Void System.Drawing.Internal.GPPOINT( ValueClass System.Drawing.Point pt);
- ValueClass System.Drawing.PointF ToPoint();
- }
- class System.Drawing.Internal.GPPOINTF : System.Object
- {
- R4 X;
- R4 Y;
- Void System.Drawing.Internal.GPPOINTF();
- Void System.Drawing.Internal.GPPOINTF( ValueClass System.Drawing.PointF pt);
- Void System.Drawing.Internal.GPPOINTF( ValueClass System.Drawing.Point pt);
- ValueClass System.Drawing.PointF ToPoint();
- }
- class System.Drawing.Internal.GPRECT : System.ValueType
- {
- I4 X;
- I4 Y;
- I4 Width;
- I4 Height;
- Void System.Drawing.Internal.GPRECT( I4 x, I4 y, I4 width, I4 height);
- Void System.Drawing.Internal.GPRECT( ValueClass System.Drawing.Rectangle rect);
- ValueClass System.Drawing.Rectangle ToRectangle();
- }
- class System.Drawing.Internal.GPRECTF : System.ValueType
- {
- R4 X;
- R4 Y;
- R4 Width;
- R4 Height;
- Void System.Drawing.Internal.GPRECTF( R4 x, R4 y, R4 width, R4 height);
- Void System.Drawing.Internal.GPRECTF( ValueClass System.Drawing.RectangleF rect);
- ValueClass System.Drawing.SizeF get_SizeF();
- ValueClass System.Drawing.RectangleF ToRectangleF();
- property SizeF { get(){} set(){} };
- }
- class System.Drawing.Internal.GPStream : System.Object
- {
- Class System.IO.Stream dataStream;
- I8 virtualPosition;
- Void System.Drawing.Internal.GPStream( Class System.IO.Stream stream);
- Void ActualizeVirtualPosition();
- Class IStream Clone();
- Void Commit( I4 grfCommitFlags);
- I8 CopyTo( Class IStream pstm, I8 cb, SZArray I8 pcbRead);
- Class System.IO.Stream GetDataStream();
- Void LockRegion( I8 libOffset, I8 cb, I4 dwLockType);
- Class System.Runtime.InteropServices.ExternalException EFail( String msg);
- Void NotImplemented();
- I4 Read( I buf, I4 length);
- I4 Read( SZArray UI1 buffer, I4 length);
- Void Revert();
- I8 Seek( I8 offset, I4 origin);
- Void SetSize( I8 value);
- Void Stat( I pstatstg, I4 grfStatFlag);
- Void UnlockRegion( I8 libOffset, I8 cb, I4 dwLockType);
- I4 Write( I buf, I4 length);
- I4 Write( SZArray UI1 buffer, I4 length);
- }
- class STATSTG : System.Object
- {
- I pwcsName;
- I4 type;
- I8 cbSize;
- I8 mtime;
- I8 ctime;
- I8 atime;
- I4 grfMode;
- I4 grfLocksSupported;
- I4 clsid_data1;
- I2 clsid_data2;
- I2 clsid_data3;
- UI1 clsid_b0;
- UI1 clsid_b1;
- UI1 clsid_b2;
- UI1 clsid_b3;
- UI1 clsid_b4;
- UI1 clsid_b5;
- UI1 clsid_b6;
- UI1 clsid_b7;
- I4 grfStateBits;
- I4 reserved;
- Void STATSTG();
- }
- class System.Drawing.Drawing2D.GraphicsContainer : System.MarshalByRefObject
- {
- I4 nativeGraphicsContainer;
- Void System.Drawing.Drawing2D.GraphicsContainer( I4 graphicsContainer);
- }
- class System.Drawing.Drawing2D.GraphicsPathIterator : System.MarshalByRefObject
- {
- I nativeIter;
- Void System.Drawing.Drawing2D.GraphicsPathIterator( Class System.Drawing.Drawing2D.GraphicsPath path);
- Void Dispose();
- Void Dispose( Boolean disposing);
- Void Finalize();
- I4 NextSubpath( ByRef I4 startIndex, ByRef I4 endIndex, ByRef Boolean isClosed);
- I4 NextSubpath( Class System.Drawing.Drawing2D.GraphicsPath path, ByRef Boolean isClosed);
- I4 NextPathType( ByRef UI1 pathType, ByRef I4 startIndex, ByRef I4 endIndex);
- I4 NextMarker( ByRef I4 startIndex, ByRef I4 endIndex);
- I4 NextMarker( Class System.Drawing.Drawing2D.GraphicsPath path);
- I4 get_Count();
- I4 get_SubpathCount();
- Boolean HasCurve();
- Void Rewind();
- I4 Enumerate( ByRef SZArray ValueClass System.Drawing.PointF points, ByRef SZArray UI1 types);
- I4 CopyData( ByRef SZArray ValueClass System.Drawing.PointF points, ByRef SZArray UI1 types, I4 startIndex, I4 endIndex);
- property Count { get(){} set(){} };
- property SubpathCount { get(){} set(){} };
- }
- class System.Drawing.Drawing2D.GraphicsState : System.MarshalByRefObject
- {
- I4 nativeState;
- Void System.Drawing.Drawing2D.GraphicsState( I4 nativeState);
- }
- class System.Drawing.Drawing2D.HatchBrush : System.Drawing.Brush
- {
- Void System.Drawing.Drawing2D.HatchBrush();
- Void System.Drawing.Drawing2D.HatchBrush( ValueClass System.Drawing.Drawing2D.HatchStyle hatchstyle, ValueClass System.Drawing.Color foreColor);
- Void System.Drawing.Drawing2D.HatchBrush( ValueClass System.Drawing.Drawing2D.HatchStyle hatchstyle, ValueClass System.Drawing.Color foreColor, ValueClass System.Drawing.Color backColor);
- Object Clone();
- Void System.Drawing.Drawing2D.HatchBrush( I nativeBrush);
- ValueClass System.Drawing.Drawing2D.HatchStyle get_HatchStyle();
- ValueClass System.Drawing.Color get_ForegroundColor();
- ValueClass System.Drawing.Color get_BackgroundColor();
- property HatchStyle { get(){} set(){} };
- property ForegroundColor { get(){} set(){} };
- property BackgroundColor { get(){} set(){} };
- }
- class System.Drawing.Drawing2D.HatchStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.HatchStyle Horizontal;
- ValueClass System.Drawing.Drawing2D.HatchStyle Vertical;
- ValueClass System.Drawing.Drawing2D.HatchStyle ForwardDiagonal;
- ValueClass System.Drawing.Drawing2D.HatchStyle BackwardDiagonal;
- ValueClass System.Drawing.Drawing2D.HatchStyle Cross;
- ValueClass System.Drawing.Drawing2D.HatchStyle DiagonalCross;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent05;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent10;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent20;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent25;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent30;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent40;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent50;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent60;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent70;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent75;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent80;
- ValueClass System.Drawing.Drawing2D.HatchStyle Percent90;
- ValueClass System.Drawing.Drawing2D.HatchStyle LightDownwardDiagonal;
- ValueClass System.Drawing.Drawing2D.HatchStyle LightUpwardDiagonal;
- ValueClass System.Drawing.Drawing2D.HatchStyle DarkDownwardDiagonal;
- ValueClass System.Drawing.Drawing2D.HatchStyle DarkUpwardDiagonal;
- ValueClass System.Drawing.Drawing2D.HatchStyle WideDownwardDiagonal;
- ValueClass System.Drawing.Drawing2D.HatchStyle WideUpwardDiagonal;
- ValueClass System.Drawing.Drawing2D.HatchStyle LightVertical;
- ValueClass System.Drawing.Drawing2D.HatchStyle LightHorizontal;
- ValueClass System.Drawing.Drawing2D.HatchStyle NarrowVertical;
- ValueClass System.Drawing.Drawing2D.HatchStyle NarrowHorizontal;
- ValueClass System.Drawing.Drawing2D.HatchStyle DarkVertical;
- ValueClass System.Drawing.Drawing2D.HatchStyle DarkHorizontal;
- ValueClass System.Drawing.Drawing2D.HatchStyle DashedDownwardDiagonal;
- ValueClass System.Drawing.Drawing2D.HatchStyle DashedUpwardDiagonal;
- ValueClass System.Drawing.Drawing2D.HatchStyle DashedHorizontal;
- ValueClass System.Drawing.Drawing2D.HatchStyle DashedVertical;
- ValueClass System.Drawing.Drawing2D.HatchStyle SmallConfetti;
- ValueClass System.Drawing.Drawing2D.HatchStyle LargeConfetti;
- ValueClass System.Drawing.Drawing2D.HatchStyle ZigZag;
- ValueClass System.Drawing.Drawing2D.HatchStyle Wave;
- ValueClass System.Drawing.Drawing2D.HatchStyle DiagonalBrick;
- ValueClass System.Drawing.Drawing2D.HatchStyle HorizontalBrick;
- ValueClass System.Drawing.Drawing2D.HatchStyle Weave;
- ValueClass System.Drawing.Drawing2D.HatchStyle Plaid;
- ValueClass System.Drawing.Drawing2D.HatchStyle Divot;
- ValueClass System.Drawing.Drawing2D.HatchStyle DottedGrid;
- ValueClass System.Drawing.Drawing2D.HatchStyle DottedDiamond;
- ValueClass System.Drawing.Drawing2D.HatchStyle Shingle;
- ValueClass System.Drawing.Drawing2D.HatchStyle Trellis;
- ValueClass System.Drawing.Drawing2D.HatchStyle Sphere;
- ValueClass System.Drawing.Drawing2D.HatchStyle SmallGrid;
- ValueClass System.Drawing.Drawing2D.HatchStyle SmallCheckerBoard;
- ValueClass System.Drawing.Drawing2D.HatchStyle LargeCheckerBoard;
- ValueClass System.Drawing.Drawing2D.HatchStyle OutlinedDiamond;
- ValueClass System.Drawing.Drawing2D.HatchStyle SolidDiamond;
- ValueClass System.Drawing.Drawing2D.HatchStyle LargeGrid;
- ValueClass System.Drawing.Drawing2D.HatchStyle Min;
- ValueClass System.Drawing.Drawing2D.HatchStyle Max;
- }
- class System.Drawing.Text.HotkeyPrefix : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Text.HotkeyPrefix None;
- ValueClass System.Drawing.Text.HotkeyPrefix Show;
- ValueClass System.Drawing.Text.HotkeyPrefix Hide;
- }
- class System.Drawing.Imaging.ImageCodecFlags : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.ImageCodecFlags Encoder;
- ValueClass System.Drawing.Imaging.ImageCodecFlags Decoder;
- ValueClass System.Drawing.Imaging.ImageCodecFlags SupportBitmap;
- ValueClass System.Drawing.Imaging.ImageCodecFlags SupportVector;
- ValueClass System.Drawing.Imaging.ImageCodecFlags SeekableEncode;
- ValueClass System.Drawing.Imaging.ImageCodecFlags BlockingDecode;
- ValueClass System.Drawing.Imaging.ImageCodecFlags Builtin;
- ValueClass System.Drawing.Imaging.ImageCodecFlags System;
- ValueClass System.Drawing.Imaging.ImageCodecFlags User;
- }
- class System.Drawing.Imaging.ImageCodecInfo : System.Object
- {
- ValueClass System.Guid clsid;
- ValueClass System.Guid formatID;
- String codecName;
- String dllName;
- String formatDescription;
- String filenameExtension;
- String mimeType;
- ValueClass System.Drawing.Imaging.ImageCodecFlags flags;
- I4 version;
- SZArray SZArray UI1 signaturePatterns;
- SZArray SZArray UI1 signatureMasks;
- Void System.Drawing.Imaging.ImageCodecInfo();
- ValueClass System.Guid get_Clsid();
- Void set_Clsid( ValueClass System.Guid value);
- ValueClass System.Guid get_FormatID();
- Void set_FormatID( ValueClass System.Guid value);
- String get_CodecName();
- Void set_CodecName( String value);
- String get_DllName();
- Void set_DllName( String value);
- String get_FormatDescription();
- Void set_FormatDescription( String value);
- String get_FilenameExtension();
- Void set_FilenameExtension( String value);
- String get_MimeType();
- Void set_MimeType( String value);
- ValueClass System.Drawing.Imaging.ImageCodecFlags get_Flags();
- Void set_Flags( ValueClass System.Drawing.Imaging.ImageCodecFlags value);
- I4 get_Version();
- Void set_Version( I4 value);
- SZArray SZArray UI1 get_SignaturePatterns();
- Void set_SignaturePatterns( SZArray SZArray UI1 value);
- SZArray SZArray UI1 get_SignatureMasks();
- Void set_SignatureMasks( SZArray SZArray UI1 value);
- SZArray Class System.Drawing.Imaging.ImageCodecInfo GetImageDecoders();
- SZArray Class System.Drawing.Imaging.ImageCodecInfo GetImageEncoders();
- Class System.Drawing.Imaging.ImageCodecInfoPrivate ConvertToMemory( Class System.Drawing.Imaging.ImageCodecInfo imagecs);
- Void FreeMemory( Class System.Drawing.Imaging.ImageCodecInfoPrivate imagecodecp);
- SZArray Class System.Drawing.Imaging.ImageCodecInfo ConvertFromMemory( I memoryStart, I4 numCodecs);
- property Clsid { get(){} set(){} };
- property FormatID { get(){} set(){} };
- property CodecName { get(){} set(){} };
- property DllName { get(){} set(){} };
- property FormatDescription { get(){} set(){} };
- property FilenameExtension { get(){} set(){} };
- property MimeType { get(){} set(){} };
- property Flags { get(){} set(){} };
- property Version { get(){} set(){} };
- property SignaturePatterns { get(){} set(){} };
- property SignatureMasks { get(){} set(){} };
- }
- class System.Drawing.Imaging.ImageCodecInfoPrivate : System.Object
- {
- ValueClass System.Guid Clsid;
- ValueClass System.Guid FormatID;
- I CodecName;
- I DllName;
- I FormatDescription;
- I FilenameExtension;
- I MimeType;
- I4 Flags;
- I4 Version;
- I4 SigCount;
- I4 SigSize;
- I SigPattern;
- I SigMask;
- Void System.Drawing.Imaging.ImageCodecInfoPrivate();
- }
- class System.Drawing.Imaging.ImageFlags : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.ImageFlags None;
- ValueClass System.Drawing.Imaging.ImageFlags Scalable;
- ValueClass System.Drawing.Imaging.ImageFlags HasAlpha;
- ValueClass System.Drawing.Imaging.ImageFlags HasTranslucent;
- ValueClass System.Drawing.Imaging.ImageFlags PartiallyScalable;
- ValueClass System.Drawing.Imaging.ImageFlags ColorSpaceRgb;
- ValueClass System.Drawing.Imaging.ImageFlags ColorSpaceCmyk;
- ValueClass System.Drawing.Imaging.ImageFlags ColorSpaceGray;
- ValueClass System.Drawing.Imaging.ImageFlags ColorSpaceYcbcr;
- ValueClass System.Drawing.Imaging.ImageFlags ColorSpaceYcck;
- ValueClass System.Drawing.Imaging.ImageFlags HasRealDpi;
- ValueClass System.Drawing.Imaging.ImageFlags HasRealPixelSize;
- ValueClass System.Drawing.Imaging.ImageFlags ReadOnly;
- ValueClass System.Drawing.Imaging.ImageFlags Caching;
- }
- class System.Drawing.Imaging.ImageFormat : System.Object
- {
- Class System.Drawing.Imaging.ImageFormat memoryBMP;
- Class System.Drawing.Imaging.ImageFormat bmp;
- Class System.Drawing.Imaging.ImageFormat emf;
- Class System.Drawing.Imaging.ImageFormat wmf;
- Class System.Drawing.Imaging.ImageFormat jpeg;
- Class System.Drawing.Imaging.ImageFormat png;
- Class System.Drawing.Imaging.ImageFormat gif;
- Class System.Drawing.Imaging.ImageFormat tiff;
- Class System.Drawing.Imaging.ImageFormat exif;
- Class System.Drawing.Imaging.ImageFormat photoCD;
- Class System.Drawing.Imaging.ImageFormat flashPIX;
- Class System.Drawing.Imaging.ImageFormat icon;
- ValueClass System.Guid guid;
- Void System.Drawing.Imaging.ImageFormat( ValueClass System.Guid guid);
- ValueClass System.Guid get_Guid();
- Class System.Drawing.Imaging.ImageFormat get_MemoryBmp();
- Class System.Drawing.Imaging.ImageFormat get_Bmp();
- Class System.Drawing.Imaging.ImageFormat get_Emf();
- Class System.Drawing.Imaging.ImageFormat get_Wmf();
- Class System.Drawing.Imaging.ImageFormat get_Gif();
- Class System.Drawing.Imaging.ImageFormat get_Jpeg();
- Class System.Drawing.Imaging.ImageFormat get_Png();
- Class System.Drawing.Imaging.ImageFormat get_Tiff();
- Class System.Drawing.Imaging.ImageFormat get_Exif();
- Class System.Drawing.Imaging.ImageFormat get_Icon();
- Boolean Equals( Object o);
- I4 GetHashCode();
- Class System.Drawing.Imaging.ImageCodecInfo FindEncoder();
- String ToString();
- Void System.Drawing.Imaging.ImageFormat();
- property Guid { get(){} set(){} };
- property MemoryBmp { get(){} set(){} };
- property Bmp { get(){} set(){} };
- property Emf { get(){} set(){} };
- property Wmf { get(){} set(){} };
- property Gif { get(){} set(){} };
- property Jpeg { get(){} set(){} };
- property Png { get(){} set(){} };
- property Tiff { get(){} set(){} };
- property Exif { get(){} set(){} };
- property Icon { get(){} set(){} };
- }
- class System.Drawing.ImageFormatConverter : System.ComponentModel.TypeConverter
- {
- Class StandardValuesCollection values;
- Void System.Drawing.ImageFormatConverter();
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- SZArray Class System.Reflection.PropertyInfo GetProperties();
- Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- }
- class System.Drawing.Imaging.ImageLockMode : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.ImageLockMode ReadOnly;
- ValueClass System.Drawing.Imaging.ImageLockMode WriteOnly;
- ValueClass System.Drawing.Imaging.ImageLockMode ReadWrite;
- ValueClass System.Drawing.Imaging.ImageLockMode UserInputBuffer;
- }
- class System.Drawing.Text.InstalledFontCollection : System.Drawing.Text.FontCollection
- {
- Void System.Drawing.Text.InstalledFontCollection();
- }
- class System.Drawing.Drawing2D.InterpolationMode : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.InterpolationMode Invalid;
- ValueClass System.Drawing.Drawing2D.InterpolationMode Default;
- ValueClass System.Drawing.Drawing2D.InterpolationMode Low;
- ValueClass System.Drawing.Drawing2D.InterpolationMode High;
- ValueClass System.Drawing.Drawing2D.InterpolationMode Bilinear;
- ValueClass System.Drawing.Drawing2D.InterpolationMode Bicubic;
- ValueClass System.Drawing.Drawing2D.InterpolationMode NearestNeighbor;
- ValueClass System.Drawing.Drawing2D.InterpolationMode HighQualityBilinear;
- ValueClass System.Drawing.Drawing2D.InterpolationMode HighQualityBicubic;
- }
- class System.Drawing.Drawing2D.LinearGradientBrush : System.Drawing.Brush
- {
- Boolean interpolationColorsWasSet;
- Void System.Drawing.Drawing2D.LinearGradientBrush();
- Void System.Drawing.Drawing2D.LinearGradientBrush( ValueClass System.Drawing.PointF point1, ValueClass System.Drawing.PointF point2, ValueClass System.Drawing.Color color1, ValueClass System.Drawing.Color color2);
- Void System.Drawing.Drawing2D.LinearGradientBrush( ValueClass System.Drawing.Point point1, ValueClass System.Drawing.Point point2, ValueClass System.Drawing.Color color1, ValueClass System.Drawing.Color color2);
- Void System.Drawing.Drawing2D.LinearGradientBrush( ValueClass System.Drawing.RectangleF rect, ValueClass System.Drawing.Color color1, ValueClass System.Drawing.Color color2, ValueClass System.Drawing.Drawing2D.LinearGradientMode linearGradientMode);
- Void System.Drawing.Drawing2D.LinearGradientBrush( ValueClass System.Drawing.Rectangle rect, ValueClass System.Drawing.Color color1, ValueClass System.Drawing.Color color2, ValueClass System.Drawing.Drawing2D.LinearGradientMode linearGradientMode);
- Void System.Drawing.Drawing2D.LinearGradientBrush( ValueClass System.Drawing.RectangleF rect, ValueClass System.Drawing.Color color1, ValueClass System.Drawing.Color color2, R4 angle);
- Void System.Drawing.Drawing2D.LinearGradientBrush( ValueClass System.Drawing.RectangleF rect, ValueClass System.Drawing.Color color1, ValueClass System.Drawing.Color color2, R4 angle, Boolean isAngleScaleable);
- Void System.Drawing.Drawing2D.LinearGradientBrush( ValueClass System.Drawing.Rectangle rect, ValueClass System.Drawing.Color color1, ValueClass System.Drawing.Color color2, R4 angle);
- Void System.Drawing.Drawing2D.LinearGradientBrush( ValueClass System.Drawing.Rectangle rect, ValueClass System.Drawing.Color color1, ValueClass System.Drawing.Color color2, R4 angle, Boolean isAngleScaleable);
- Object Clone();
- Void _SetLinearColors( ValueClass System.Drawing.Color color1, ValueClass System.Drawing.Color color2);
- SZArray ValueClass System.Drawing.Color _GetLinearColors();
- SZArray ValueClass System.Drawing.Color get_LinearColors();
- Void set_LinearColors( SZArray ValueClass System.Drawing.Color value);
- ValueClass System.Drawing.RectangleF _GetRectangle();
- ValueClass System.Drawing.RectangleF get_Rectangle();
- Boolean get_GammaCorrection();
- Void set_GammaCorrection( Boolean value);
- Class System.Drawing.Drawing2D.Blend _GetBlend();
- Void _SetBlend( Class System.Drawing.Drawing2D.Blend blend);
- Class System.Drawing.Drawing2D.Blend get_Blend();
- Void set_Blend( Class System.Drawing.Drawing2D.Blend value);
- Void SetSigmaBellShape( R4 focus);
- Void SetSigmaBellShape( R4 focus, R4 scale);
- Void SetBlendTriangularShape( R4 focus);
- Void SetBlendTriangularShape( R4 focus, R4 scale);
- Class System.Drawing.Drawing2D.ColorBlend _GetInterpolationColors();
- Void _SetInterpolationColors( Class System.Drawing.Drawing2D.ColorBlend blend);
- Class System.Drawing.Drawing2D.ColorBlend get_InterpolationColors();
- Void set_InterpolationColors( Class System.Drawing.Drawing2D.ColorBlend value);
- Void _SetWrapMode( ValueClass System.Drawing.Drawing2D.WrapMode wrapMode);
- ValueClass System.Drawing.Drawing2D.WrapMode _GetWrapMode();
- ValueClass System.Drawing.Drawing2D.WrapMode get_WrapMode();
- Void set_WrapMode( ValueClass System.Drawing.Drawing2D.WrapMode value);
- Void _SetTransform( Class System.Drawing.Drawing2D.Matrix matrix);
- Class System.Drawing.Drawing2D.Matrix _GetTransform();
- Class System.Drawing.Drawing2D.Matrix get_Transform();
- Void set_Transform( Class System.Drawing.Drawing2D.Matrix value);
- Void ResetTransform();
- Void MultiplyTransform( Class System.Drawing.Drawing2D.Matrix matrix);
- Void MultiplyTransform( Class System.Drawing.Drawing2D.Matrix matrix, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- Void TranslateTransform( R4 dx, R4 dy);
- Void TranslateTransform( R4 dx, R4 dy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- Void ScaleTransform( R4 sx, R4 sy);
- Void ScaleTransform( R4 sx, R4 sy, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- Void RotateTransform( R4 angle);
- Void RotateTransform( R4 angle, ValueClass System.Drawing.Drawing2D.MatrixOrder order);
- Void System.Drawing.Drawing2D.LinearGradientBrush( I nativeBrush);
- property LinearColors { get(){} set(){} };
- property Rectangle { get(){} set(){} };
- property GammaCorrection { get(){} set(){} };
- property Blend { get(){} set(){} };
- property InterpolationColors { get(){} set(){} };
- property WrapMode { get(){} set(){} };
- property Transform { get(){} set(){} };
- }
- class System.Drawing.Drawing2D.LinearGradientMode : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.LinearGradientMode Horizontal;
- ValueClass System.Drawing.Drawing2D.LinearGradientMode Vertical;
- ValueClass System.Drawing.Drawing2D.LinearGradientMode ForwardDiagonal;
- ValueClass System.Drawing.Drawing2D.LinearGradientMode BackwardDiagonal;
- }
- class System.Drawing.Drawing2D.LineCap : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.LineCap Flat;
- ValueClass System.Drawing.Drawing2D.LineCap Square;
- ValueClass System.Drawing.Drawing2D.LineCap Round;
- ValueClass System.Drawing.Drawing2D.LineCap Triangle;
- ValueClass System.Drawing.Drawing2D.LineCap NoAnchor;
- ValueClass System.Drawing.Drawing2D.LineCap SquareAnchor;
- ValueClass System.Drawing.Drawing2D.LineCap RoundAnchor;
- ValueClass System.Drawing.Drawing2D.LineCap DiamondAnchor;
- ValueClass System.Drawing.Drawing2D.LineCap ArrowAnchor;
- ValueClass System.Drawing.Drawing2D.LineCap Custom;
- ValueClass System.Drawing.Drawing2D.LineCap AnchorMask;
- }
- class System.Drawing.Drawing2D.LineJoin : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.LineJoin Miter;
- ValueClass System.Drawing.Drawing2D.LineJoin Bevel;
- ValueClass System.Drawing.Drawing2D.LineJoin Round;
- ValueClass System.Drawing.Drawing2D.LineJoin MiterClipped;
- }
- class System.Drawing.Drawing2D.MatrixOrder : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.MatrixOrder Prepend;
- ValueClass System.Drawing.Drawing2D.MatrixOrder Append;
- }
- class System.Drawing.Imaging.Metafile : System.Drawing.Image
- {
- Void System.Drawing.Imaging.Metafile( I hmetafile, Class System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader);
- Void System.Drawing.Imaging.Metafile( I hmetafile, Class System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader, Boolean deleteWmf);
- Void System.Drawing.Imaging.Metafile( I henhmetafile, Boolean deleteEmf);
- Void System.Drawing.Imaging.Metafile( String filename);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream);
- Void System.Drawing.Imaging.Metafile( I referenceHdc, ValueClass System.Drawing.Imaging.EmfType emfType);
- Void System.Drawing.Imaging.Metafile( I referenceHdc, ValueClass System.Drawing.Imaging.EmfType emfType, String description);
- Void System.Drawing.Imaging.Metafile( I referenceHdc, ValueClass System.Drawing.RectangleF frameRect);
- Void System.Drawing.Imaging.Metafile( I referenceHdc, ValueClass System.Drawing.RectangleF frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit);
- Void System.Drawing.Imaging.Metafile( I referenceHdc, ValueClass System.Drawing.RectangleF frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type);
- Void System.Drawing.Imaging.Metafile( I referenceHdc, ValueClass System.Drawing.RectangleF frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type, String description);
- Void System.Drawing.Imaging.Metafile( I referenceHdc, ValueClass System.Drawing.Rectangle frameRect);
- Void System.Drawing.Imaging.Metafile( I referenceHdc, ValueClass System.Drawing.Rectangle frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit);
- Void System.Drawing.Imaging.Metafile( I referenceHdc, ValueClass System.Drawing.Rectangle frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type);
- Void System.Drawing.Imaging.Metafile( I referenceHdc, ValueClass System.Drawing.Rectangle frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type, String desc);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.Imaging.EmfType type);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.Imaging.EmfType type, String description);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.RectangleF frameRect);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.RectangleF frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.RectangleF frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.RectangleF frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, String desc);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.RectangleF frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type, String description);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.Rectangle frameRect);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.Rectangle frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.Rectangle frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.Rectangle frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, String description);
- Void System.Drawing.Imaging.Metafile( String fileName, I referenceHdc, ValueClass System.Drawing.Rectangle frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type, String description);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream, I referenceHdc);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream, I referenceHdc, ValueClass System.Drawing.Imaging.EmfType type);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream, I referenceHdc, ValueClass System.Drawing.Imaging.EmfType type, String description);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream, I referenceHdc, ValueClass System.Drawing.RectangleF frameRect);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream, I referenceHdc, ValueClass System.Drawing.RectangleF frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream, I referenceHdc, ValueClass System.Drawing.RectangleF frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream, I referenceHdc, ValueClass System.Drawing.RectangleF frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type, String description);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream, I referenceHdc, ValueClass System.Drawing.Rectangle frameRect);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream, I referenceHdc, ValueClass System.Drawing.Rectangle frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream, I referenceHdc, ValueClass System.Drawing.Rectangle frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type);
- Void System.Drawing.Imaging.Metafile( Class System.IO.Stream stream, I referenceHdc, ValueClass System.Drawing.Rectangle frameRect, ValueClass System.Drawing.Imaging.MetafileFrameUnit frameUnit, ValueClass System.Drawing.Imaging.EmfType type, String description);
- Void System.Drawing.Imaging.Metafile( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Class System.Drawing.Imaging.MetafileHeader GetMetafileHeader( I hmetafile, Class System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader);
- Class System.Drawing.Imaging.MetafileHeader GetMetafileHeader( I henhmetafile);
- Class System.Drawing.Imaging.MetafileHeader GetMetafileHeader( String fileName);
- Class System.Drawing.Imaging.MetafileHeader GetMetafileHeader( Class System.IO.Stream stream);
- Class System.Drawing.Imaging.MetafileHeader GetMetafileHeader();
- I GetHenhmetafile();
- Void PlayRecord( ValueClass System.Drawing.Imaging.EmfPlusRecordType recordType, I4 flags, I4 dataSize, SZArray UI1 data);
- Class System.Drawing.Imaging.Metafile FromGDIplus( I nativeImage);
- Void System.Drawing.Imaging.Metafile();
- }
- class System.Drawing.Imaging.MetafileFrameUnit : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.MetafileFrameUnit Pixel;
- ValueClass System.Drawing.Imaging.MetafileFrameUnit Point;
- ValueClass System.Drawing.Imaging.MetafileFrameUnit Inch;
- ValueClass System.Drawing.Imaging.MetafileFrameUnit Document;
- ValueClass System.Drawing.Imaging.MetafileFrameUnit Millimeter;
- ValueClass System.Drawing.Imaging.MetafileFrameUnit GdiCompatible;
- }
- class System.Drawing.Imaging.MetafileHeader : System.Object
- {
- Class System.Drawing.Imaging.MetafileHeaderWmf wmf;
- Class System.Drawing.Imaging.MetafileHeaderEmf emf;
- Void System.Drawing.Imaging.MetafileHeader();
- ValueClass System.Drawing.Imaging.MetafileType get_Type();
- I4 get_MetafileSize();
- I4 get_Version();
- ValueClass System.Drawing.Imaging.EmfPlusFlags get_EmfPlusFlags();
- R4 get_DpiX();
- R4 get_DpiY();
- ValueClass System.Drawing.Rectangle get_Bounds();
- Boolean IsWmf();
- Boolean IsWmfPlaceable();
- Boolean IsEmf();
- Boolean IsEmfOrEmfPlus();
- Boolean IsEmfPlus();
- Boolean IsEmfPlusDual();
- Boolean IsEmfPlusOnly();
- Boolean IsDisplay();
- Class System.Drawing.Imaging.MetaHeader get_WmfHeader();
- Class ENHMETAHEADER get_EmfHeader();
- I4 get_EmfPlusHeaderSize();
- I4 get_LogicalDpiX();
- I4 get_LogicalDpiY();
- property Type { get(){} set(){} };
- property MetafileSize { get(){} set(){} };
- property Version { get(){} set(){} };
- property EmfPlusFlags { get(){} set(){} };
- property DpiX { get(){} set(){} };
- property DpiY { get(){} set(){} };
- property Bounds { get(){} set(){} };
- property WmfHeader { get(){} set(){} };
- property EmfHeader { get(){} set(){} };
- property EmfPlusHeaderSize { get(){} set(){} };
- property LogicalDpiX { get(){} set(){} };
- property LogicalDpiY { get(){} set(){} };
- }
- class System.Drawing.Imaging.MetafileHeaderEmf : System.Object
- {
- ValueClass System.Drawing.Imaging.MetafileType type;
- I4 size;
- I4 version;
- ValueClass System.Drawing.Imaging.EmfPlusFlags emfPlusFlags;
- R4 dpiX;
- R4 dpiY;
- I4 X;
- I4 Y;
- I4 Width;
- I4 Height;
- Class ENHMETAHEADER EmfHeader;
- I4 EmfPlusHeaderSize;
- I4 LogicalDpiX;
- I4 LogicalDpiY;
- Void System.Drawing.Imaging.MetafileHeaderEmf();
- }
- class System.Drawing.Imaging.MetafileHeaderWmf : System.Object
- {
- ValueClass System.Drawing.Imaging.MetafileType type;
- I4 size;
- I4 version;
- ValueClass System.Drawing.Imaging.EmfPlusFlags emfPlusFlags;
- R4 dpiX;
- R4 dpiY;
- I4 X;
- I4 Y;
- I4 Width;
- I4 Height;
- Class System.Drawing.Imaging.MetaHeader WmfHeader;
- I4 dummy1;
- I4 dummy2;
- I4 dummy3;
- I4 dummy4;
- I4 EmfPlusHeaderSize;
- I4 LogicalDpiX;
- I4 LogicalDpiY;
- Void System.Drawing.Imaging.MetafileHeaderWmf();
- }
- class System.Drawing.Imaging.MetafileType : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.MetafileType Invalid;
- ValueClass System.Drawing.Imaging.MetafileType Wmf;
- ValueClass System.Drawing.Imaging.MetafileType WmfPlaceable;
- ValueClass System.Drawing.Imaging.MetafileType Emf;
- ValueClass System.Drawing.Imaging.MetafileType EmfPlusOnly;
- ValueClass System.Drawing.Imaging.MetafileType EmfPlusDual;
- }
- class System.Drawing.Imaging.MetaHeader : System.Object
- {
- I2 type;
- I2 headerSize;
- I2 version;
- I4 size;
- I2 noObjects;
- I4 maxRecord;
- I2 noParameters;
- I2 get_Type();
- Void set_Type( I2 value);
- I2 get_HeaderSize();
- Void set_HeaderSize( I2 value);
- I2 get_Version();
- Void set_Version( I2 value);
- I4 get_Size();
- Void set_Size( I4 value);
- I2 get_NoObjects();
- Void set_NoObjects( I2 value);
- I4 get_MaxRecord();
- Void set_MaxRecord( I4 value);
- I2 get_NoParameters();
- Void set_NoParameters( I2 value);
- Void System.Drawing.Imaging.MetaHeader();
- property Type { get(){} set(){} };
- property HeaderSize { get(){} set(){} };
- property Version { get(){} set(){} };
- property Size { get(){} set(){} };
- property NoObjects { get(){} set(){} };
- property MaxRecord { get(){} set(){} };
- property NoParameters { get(){} set(){} };
- }
- class System.Drawing.Imaging.PaletteFlags : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.PaletteFlags HasAlpha;
- ValueClass System.Drawing.Imaging.PaletteFlags GrayScale;
- ValueClass System.Drawing.Imaging.PaletteFlags Halftone;
- }
- class System.Drawing.Drawing2D.PathData : System.Object
- {
- SZArray ValueClass System.Drawing.PointF points;
- SZArray UI1 types;
- Void System.Drawing.Drawing2D.PathData();
- SZArray ValueClass System.Drawing.PointF get_Points();
- Void set_Points( SZArray ValueClass System.Drawing.PointF value);
- SZArray UI1 get_Types();
- Void set_Types( SZArray UI1 value);
- property Points { get(){} set(){} };
- property Types { get(){} set(){} };
- }
- class System.Drawing.Drawing2D.PathGradientBrush : System.Drawing.Brush
- {
- Void System.Drawing.Drawing2D.PathGradientBrush();
- Void System.Drawing.Drawing2D.PathGradientBrush( SZArray ValueClass System.Drawing.PointF points);
- Void System.Drawing.Drawing2D.PathGradientBrush( SZArray ValueClass System.Drawing.PointF points, ValueClass System.Drawing.Drawing2D.WrapMode wrapMode);
- Void System.Drawing.Drawing2D.PathGradientBrush( SZArray ValueClass System.Drawing.Point points);
- Void System.Drawing.Drawing2D.PathGradientBrush( SZArray ValueClass System.Drawing.Point points, ValueClass System.Drawing.Drawing2D.WrapMode wrapMode);
- Void System.Drawing.Drawing2D.PathGradientBrush( Class System.Drawing.Drawing2D.GraphicsPath path);
- Object Clone();
- ValueClass System.Drawing.Color get_CenterColor();
- Void set_CenterColor( ValueClass System.Drawing.Color value);
- Void _SetSurroundColors( SZArray ValueClass System.Drawing.Color colors);
- SZArray ValueClass System.Drawing.Color _GetSurroundColors();
- SZArray ValueClass System.Drawing.Color get_SurroundColors();
- Void set_SurroundColors( SZArray ValueClass System.Drawing.Color value);
- Void _SetPolygon( SZArray ValueClass System.Drawing.PointF points);
- SZArray ValueClass System.Drawing.PointF _GetPolygon();
- ValueClass System.Drawing.PointF get_CenterPoint();
- Void set_CenterPoint( ValueClass System.Drawing.PointF value);
- ValueClass System.Drawing.RectangleF _GetRectangle();
- ValueClass System.Drawing.RectangleF get_Rectangle();
- Class System.Drawing.Drawing2D.Blend _GetBlend();
- Void _SetBlend( Class System.Drawing.Drawing2D.Blend blend);
- Class System.Drawing.Drawing2D.Blend get_Blend();
- Void set_Blend( Class System.Drawing.Drawing2D.Blend value);
- Void SetSigmaBellShape( R4 focus);
- Void SetSigmaBellShape( R4 focus, R4 scale);
- Void SetBlendTriangularShape( R4 focus);
- Void SetBlendTriangularShape( R4 focus, R4 scale);
- Class System.Drawing.Drawing2D.ColorBlend _GetInterpolationColors();
- Void _SetInterpolationColors( Class System.Drawing.Drawing2D.ColorBlend blend);
- Class System.Drawing.Drawing2D.ColorBlend get_InterpolationColors();
- Void set_InterpolationColors( Class System.Drawing.Drawing2D.ColorBlend value);
- Void _SetTransform( Class System.Drawing.Drawing2D.Matrix matrix);
- Class System.Drawing.Drawing2D.Matrix _GetTransform();
- Class System.Drawing.Drawing2D.Matrix get_Transform();
- Void set_Transform( Class System.Drawing.Drawing2D.Matrix value);