System.Drawing.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:422k
- property ActiveBorder { get(){} set(){} };
- property ActiveCaption { get(){} set(){} };
- property ActiveCaptionText { get(){} set(){} };
- property AppWorkspace { get(){} set(){} };
- property Desktop { get(){} set(){} };
- property Control { get(){} set(){} };
- property ControlLightLight { get(){} set(){} };
- property ControlLight { get(){} set(){} };
- property ControlDark { get(){} set(){} };
- property ControlDarkDark { get(){} set(){} };
- property ControlText { get(){} set(){} };
- property Highlight { get(){} set(){} };
- property HighlightText { get(){} set(){} };
- property HotTrack { get(){} set(){} };
- property InactiveCaption { get(){} set(){} };
- property InactiveBorder { get(){} set(){} };
- property Info { get(){} set(){} };
- property Menu { get(){} set(){} };
- property ScrollBar { get(){} set(){} };
- property Window { get(){} set(){} };
- property WindowText { get(){} set(){} };
- }
- class System.Drawing.SystemColors : System.Object
- {
- Void System.Drawing.SystemColors();
- ValueClass System.Drawing.Color get_ActiveBorder();
- ValueClass System.Drawing.Color get_ActiveCaption();
- ValueClass System.Drawing.Color get_ActiveCaptionText();
- ValueClass System.Drawing.Color get_AppWorkspace();
- ValueClass System.Drawing.Color get_Control();
- ValueClass System.Drawing.Color get_ControlDark();
- ValueClass System.Drawing.Color get_ControlDarkDark();
- ValueClass System.Drawing.Color get_ControlLight();
- ValueClass System.Drawing.Color get_ControlLightLight();
- ValueClass System.Drawing.Color get_ControlText();
- ValueClass System.Drawing.Color get_Desktop();
- ValueClass System.Drawing.Color get_GrayText();
- ValueClass System.Drawing.Color get_Highlight();
- ValueClass System.Drawing.Color get_HighlightText();
- ValueClass System.Drawing.Color get_HotTrack();
- ValueClass System.Drawing.Color get_InactiveBorder();
- ValueClass System.Drawing.Color get_InactiveCaption();
- ValueClass System.Drawing.Color get_InactiveCaptionText();
- ValueClass System.Drawing.Color get_Info();
- ValueClass System.Drawing.Color get_InfoText();
- ValueClass System.Drawing.Color get_Menu();
- ValueClass System.Drawing.Color get_MenuText();
- ValueClass System.Drawing.Color get_ScrollBar();
- ValueClass System.Drawing.Color get_Window();
- ValueClass System.Drawing.Color get_WindowFrame();
- ValueClass System.Drawing.Color get_WindowText();
- property ActiveBorder { get(){} set(){} };
- property ActiveCaption { get(){} set(){} };
- property ActiveCaptionText { get(){} set(){} };
- property AppWorkspace { get(){} set(){} };
- property Control { get(){} set(){} };
- property ControlDark { get(){} set(){} };
- property ControlDarkDark { get(){} set(){} };
- property ControlLight { get(){} set(){} };
- property ControlLightLight { get(){} set(){} };
- property ControlText { get(){} set(){} };
- property Desktop { get(){} set(){} };
- property GrayText { get(){} set(){} };
- property Highlight { get(){} set(){} };
- property HighlightText { get(){} set(){} };
- property HotTrack { get(){} set(){} };
- property InactiveBorder { get(){} set(){} };
- property InactiveCaption { get(){} set(){} };
- property InactiveCaptionText { get(){} set(){} };
- property Info { get(){} set(){} };
- property InfoText { get(){} set(){} };
- property Menu { get(){} set(){} };
- property MenuText { get(){} set(){} };
- property ScrollBar { get(){} set(){} };
- property Window { get(){} set(){} };
- property WindowFrame { get(){} set(){} };
- property WindowText { get(){} set(){} };
- }
- class System.Drawing.SystemIcons : System.Object
- {
- Class System.Drawing.Icon _application;
- Class System.Drawing.Icon _asterisk;
- Class System.Drawing.Icon _error;
- Class System.Drawing.Icon _exclamation;
- Class System.Drawing.Icon _hand;
- Class System.Drawing.Icon _information;
- Class System.Drawing.Icon _question;
- Class System.Drawing.Icon _warning;
- Class System.Drawing.Icon _winlogo;
- Void System.Drawing.SystemIcons();
- Class System.Drawing.Icon get_Application();
- Class System.Drawing.Icon get_Asterisk();
- Class System.Drawing.Icon get_Error();
- Class System.Drawing.Icon get_Exclamation();
- Class System.Drawing.Icon get_Hand();
- Class System.Drawing.Icon get_Information();
- Class System.Drawing.Icon get_Question();
- Class System.Drawing.Icon get_Warning();
- Class System.Drawing.Icon get_WinLogo();
- Void System.Drawing.SystemIcons();
- property Application { get(){} set(){} };
- property Asterisk { get(){} set(){} };
- property Error { get(){} set(){} };
- property Exclamation { get(){} set(){} };
- property Hand { get(){} set(){} };
- property Information { get(){} set(){} };
- property Question { get(){} set(){} };
- property Warning { get(){} set(){} };
- property WinLogo { get(){} set(){} };
- }
- class System.Drawing.SystemPens : System.Object
- {
- Object SystemPensKey;
- Void System.Drawing.SystemPens();
- Class System.Drawing.Pen get_ActiveCaptionText();
- Class System.Drawing.Pen get_Control();
- Class System.Drawing.Pen get_ControlText();
- Class System.Drawing.Pen get_ControlDark();
- Class System.Drawing.Pen get_ControlDarkDark();
- Class System.Drawing.Pen get_ControlLight();
- Class System.Drawing.Pen get_ControlLightLight();
- Class System.Drawing.Pen get_GrayText();
- Class System.Drawing.Pen get_Highlight();
- Class System.Drawing.Pen get_HighlightText();
- Class System.Drawing.Pen get_InactiveCaptionText();
- Class System.Drawing.Pen get_InfoText();
- Class System.Drawing.Pen get_MenuText();
- Class System.Drawing.Pen get_WindowFrame();
- Class System.Drawing.Pen get_WindowText();
- Class System.Drawing.Pen FromSystemColor( ValueClass System.Drawing.Color c);
- Void System.Drawing.SystemPens();
- property ActiveCaptionText { get(){} set(){} };
- property Control { get(){} set(){} };
- property ControlText { get(){} set(){} };
- property ControlDark { get(){} set(){} };
- property ControlDarkDark { get(){} set(){} };
- property ControlLight { get(){} set(){} };
- property ControlLightLight { get(){} set(){} };
- property GrayText { get(){} set(){} };
- property Highlight { get(){} set(){} };
- property HighlightText { get(){} set(){} };
- property InactiveCaptionText { get(){} set(){} };
- property InfoText { get(){} set(){} };
- property MenuText { get(){} set(){} };
- property WindowFrame { get(){} set(){} };
- property WindowText { get(){} set(){} };
- }
- class System.Drawing.ToolboxBitmapAttribute : System.Attribute
- {
- Class System.Drawing.Image smallImage;
- Class System.Drawing.Image largeImage;
- ValueClass System.Drawing.Point largeDim;
- Class System.Drawing.ToolboxBitmapAttribute Default;
- Class System.Drawing.ToolboxBitmapAttribute DefaultComponent;
- Void System.Drawing.ToolboxBitmapAttribute( String imageFile);
- Void System.Drawing.ToolboxBitmapAttribute( Class System.Type t);
- Void System.Drawing.ToolboxBitmapAttribute( Class System.Type t, String name);
- Void System.Drawing.ToolboxBitmapAttribute( Class System.Drawing.Image smallImage, Class System.Drawing.Image largeImage);
- Boolean Equals( Object value);
- I4 GetHashCode();
- Class System.Drawing.Image GetImage( Object component);
- Class System.Drawing.Image GetImage( Object component, Boolean large);
- Class System.Drawing.Image GetImage( Class System.Type type);
- Class System.Drawing.Image GetImage( Class System.Type type, Boolean large);
- Class System.Drawing.Image GetImage( Class System.Type type, String imgName, Boolean large);
- Class System.Drawing.Image GetImageFromResource( Class System.Type t, String imageName, Boolean large);
- Void System.Drawing.ToolboxBitmapAttribute();
- }
- class System.Drawing.UnsafeNativeMethods : System.Object
- {
- I GetProcessWindowStation();
- Boolean GetUserObjectInformation( I hObj, I4 nIndex, Class USEROBJECTFLAGS pvBuffer, I4 nLength, ByRef I4 lpnLengthNeeded);
- Boolean PeekMessage( ByRef ValueClass MSG msg, I hwnd, I4 msgMin, I4 msgMax, I4 remove);
- Boolean PeekMessageA( ByRef ValueClass MSG msg, I hwnd, I4 msgMin, I4 msgMax, I4 remove);
- Boolean PeekMessageW( ByRef ValueClass MSG msg, I hwnd, I4 msgMin, I4 msgMax, I4 remove);
- I IntGetDC( I hWnd);
- I GetDC( I hWnd);
- I4 IntReleaseDC( I hWnd, I hDC);
- I4 ReleaseDC( I hWnd, I hDC);
- I IntCreateDC( String lpszDriverName, String lpszDeviceName, String lpszOutput, I lpInitData);
- I CreateDC( String lpszDriverName, String lpszDeviceName, String lpszOutput, I lpInitData);
- I IntCreateIC( String lpszDriverName, String lpszDeviceName, String lpszOutput, I lpInitData);
- I CreateIC( String lpszDriverName, String lpszDeviceName, String lpszOutput, I lpInitData);
- I4 GetSystemMetrics( I4 nIndex);
- I4 GetDeviceCaps( I hDC, I4 nIndex);
- Object PtrToStructure( I lparam, Class System.Type cls);
- Void PtrToStructure( I lparam, Object data);
- Void System.Drawing.UnsafeNativeMethods();
- }
- interface IStream :
- {
- I4 Read( I buf, I4 len);
- I4 Write( I buf, I4 len);
- I8 Seek( I8 , I4 dlibMove, dwOrigin);
- Void SetSize( I8 libNewSize);
- I8 CopyTo( Class IStream , I8 pstm, SZArray I8 cb, pcbRead);
- Void Commit( I4 grfCommitFlags);
- Void Revert();
- Void LockRegion( I8 libOffset, I8 cb, I4 dwLockType);
- Void UnlockRegion( I8 libOffset, I8 cb, I4 dwLockType);
- Void Stat( I pStatstg, I4 grfStatFlag);
- Class IStream Clone( );
- }
- class ComStreamFromDataStream : System.Object
- {
- Class System.IO.Stream dataStream;
- I8 virtualPosition;
- Void ComStreamFromDataStream( Class System.IO.Stream dataStream);
- Void ComStreamFromDataStream();
- 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 System.Drawing.Image : System.MarshalByRefObject
- {
- I nativeImage;
- SZArray UI1 rawData;
- Void System.Drawing.Image();
- Void System.Drawing.Image( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Class System.Drawing.Image FromFile( String filename);
- Class System.Drawing.Image FromFile( String filename, Boolean useEmbeddedColorManagement);
- Class System.Drawing.Image FromStream( Class System.IO.Stream stream);
- Class System.Drawing.Image FromStream( Class System.IO.Stream stream, Boolean useEmbeddedColorManagement);
- Void InitializeFromStream( Class System.IO.Stream stream);
- Void System.Drawing.Image( I nativeImage);
- Object Clone();
- Void Dispose();
- Void Dispose( Boolean disposing);
- Void Finalize();
- Void EnsureSave( Class System.Drawing.Image image, String filename, Class System.IO.Stream dataStream);
- ValueClass ImageTypeEnum get_ImageType();
- Class System.Drawing.Image CreateImageObject( I nativeImage);
- Void System.Runtime.Serialization.ISerializable.GetObjectData( Class System.Runtime.Serialization.SerializationInfo si, ValueClass System.Runtime.Serialization.StreamingContext context);
- Class System.Drawing.Imaging.EncoderParameters GetEncoderParameterList( ValueClass System.Guid encoder);
- Void Save( String filename);
- Void Save( String filename, Class System.Drawing.Imaging.ImageFormat format);
- Void Save( String filename, Class System.Drawing.Imaging.ImageCodecInfo encoder, Class System.Drawing.Imaging.EncoderParameters encoderParams);
- Void Save( Class System.IO.MemoryStream stream);
- Void Save( Class System.IO.Stream stream, Class System.Drawing.Imaging.ImageFormat format);
- Void Save( Class System.IO.Stream stream, Class System.Drawing.Imaging.ImageCodecInfo encoder, Class System.Drawing.Imaging.EncoderParameters encoderParams);
- Void SaveAdd( Class System.Drawing.Imaging.EncoderParameters encoderParams);
- Void SaveAdd( Class System.Drawing.Image image, Class System.Drawing.Imaging.EncoderParameters encoderParams);
- ValueClass System.Drawing.SizeF _GetPhysicalDimension();
- ValueClass System.Drawing.SizeF get_PhysicalDimension();
- ValueClass System.Drawing.Size get_Size();
- I4 get_Width();
- I4 get_Height();
- R4 get_HorizontalResolution();
- R4 get_VerticalResolution();
- I4 get_Flags();
- Class System.Drawing.Imaging.ImageFormat get_RawFormat();
- ValueClass System.Drawing.Imaging.PixelFormat get_PixelFormat();
- ValueClass System.Drawing.RectangleF GetBounds( ByRef ValueClass System.Drawing.GraphicsUnit pageUnit);
- Class System.Drawing.Imaging.ColorPalette _GetColorPalette();
- Void _SetColorPalette( Class System.Drawing.Imaging.ColorPalette palette);
- Class System.Drawing.Imaging.ColorPalette get_Palette();
- Void set_Palette( Class System.Drawing.Imaging.ColorPalette value);
- Class System.Drawing.Image GetThumbnailImage( I4 thumbWidth, I4 thumbHeight, Class GetThumbnailImageAbort callback, I callbackData);
- SZArray ValueClass System.Guid get_FrameDimensionsList();
- I4 GetFrameCount( Class System.Drawing.Imaging.FrameDimension dimension);
- I4 SelectActiveFrame( Class System.Drawing.Imaging.FrameDimension dimension, I4 frameIndex);
- Void RotateFlip( ValueClass System.Drawing.RotateFlipType rotateFlipType);
- SZArray I4 get_PropertyIdList();
- Class System.Drawing.Imaging.PropertyItem GetPropertyItem( I4 propid);
- Void RemovePropertyItem( I4 propid);
- Void SetPropertyItem( Class System.Drawing.Imaging.PropertyItem propitem);
- SZArray Class System.Drawing.Imaging.PropertyItem get_PropertyItems();
- Void SetNativeImage( I handle);
- Class System.Drawing.Bitmap FromHbitmap( I hbitmap);
- Class System.Drawing.Bitmap FromHbitmap( I hbitmap, I hpalette);
- I4 GetPixelFormatSize( ValueClass System.Drawing.Imaging.PixelFormat pixfmt);
- Boolean IsAlphaPixelFormat( ValueClass System.Drawing.Imaging.PixelFormat pixfmt);
- Boolean IsExtendedPixelFormat( ValueClass System.Drawing.Imaging.PixelFormat pixfmt);
- Boolean IsCanonicalPixelFormat( ValueClass System.Drawing.Imaging.PixelFormat pixfmt);
- property ImageType { get(){} set(){} };
- property PhysicalDimension { get(){} set(){} };
- property Size { get(){} set(){} };
- property Width { get(){} set(){} };
- property Height { get(){} set(){} };
- property HorizontalResolution { get(){} set(){} };
- property VerticalResolution { get(){} set(){} };
- property Flags { get(){} set(){} };
- property RawFormat { get(){} set(){} };
- property PixelFormat { get(){} set(){} };
- property Palette { get(){} set(){} };
- property FrameDimensionsList { get(){} set(){} };
- property PropertyIdList { get(){} set(){} };
- property PropertyItems { get(){} set(){} };
- }
- class GetThumbnailImageAbort : System.MulticastDelegate
- {
- Void GetThumbnailImageAbort( Object object, I method);
- Boolean Invoke();
- Class System.IAsyncResult BeginInvoke( Class System.AsyncCallback callback, Object object);
- Boolean EndInvoke( Class System.IAsyncResult result);
- }
- class ImageTypeEnum : System.Enum
- {
- I4 value__;
- ValueClass ImageTypeEnum Bitmap;
- ValueClass ImageTypeEnum Metafile;
- }
- class System.Drawing.Bitmap : System.Drawing.Image
- {
- ValueClass System.Drawing.Color defaultTransparentColor;
- Void System.Drawing.Bitmap( String filename);
- Void System.Drawing.Bitmap( String filename, Boolean useIcm);
- Void System.Drawing.Bitmap( Class System.Type type, String resource);
- Void System.Drawing.Bitmap( Class System.IO.Stream stream);
- Void System.Drawing.Bitmap( Class System.IO.Stream stream, Boolean useIcm);
- Void System.Drawing.Bitmap( I4 width, I4 height, I4 stride, ValueClass System.Drawing.Imaging.PixelFormat format, I scan0);
- Void System.Drawing.Bitmap( I4 width, I4 height, ValueClass System.Drawing.Imaging.PixelFormat format);
- Void System.Drawing.Bitmap( I4 width, I4 height);
- Void System.Drawing.Bitmap( I4 width, I4 height, Class System.Drawing.Graphics g);
- Void System.Drawing.Bitmap( Class System.Drawing.Image original);
- Void System.Drawing.Bitmap( Class System.Drawing.Image original, I4 width, I4 height);
- Void System.Drawing.Bitmap( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Class System.Drawing.Bitmap FromHicon( I hicon);
- Class System.Drawing.Bitmap FromResource( I hinstance, String bitmapName);
- I GetHbitmap();
- I GetHbitmap( ValueClass System.Drawing.Color background);
- I GetHicon();
- Void System.Drawing.Bitmap( Class System.Drawing.Image original, ValueClass System.Drawing.Size newSize);
- Void System.Drawing.Bitmap();
- Class System.Drawing.Bitmap FromGDIplus( I handle);
- Class System.Drawing.Bitmap Clone( ValueClass System.Drawing.Rectangle rect, ValueClass System.Drawing.Imaging.PixelFormat format);
- Class System.Drawing.Bitmap Clone( ValueClass System.Drawing.RectangleF rect, ValueClass System.Drawing.Imaging.PixelFormat format);
- Void MakeTransparent();
- Void MakeTransparent( ValueClass System.Drawing.Color transparentColor);
- Class System.Drawing.Imaging.BitmapData LockBits( ValueClass System.Drawing.Rectangle rect, ValueClass System.Drawing.Imaging.ImageLockMode flags, ValueClass System.Drawing.Imaging.PixelFormat format);
- Void UnlockBits( Class System.Drawing.Imaging.BitmapData bitmapdata);
- ValueClass System.Drawing.Color GetPixel( I4 x, I4 y);
- Void SetPixel( I4 x, I4 y, ValueClass System.Drawing.Color color);
- Void SetResolution( R4 xDpi, R4 yDpi);
- Void System.Drawing.Bitmap();
- }
- class System.Drawing.Imaging.CachedBitmap : System.Object
- {
- I nativeCachedBitmap;
- Void System.Drawing.Imaging.CachedBitmap( Class System.Drawing.Bitmap bitmap, Class System.Drawing.Graphics graphics);
- Void Dispose();
- Void Dispose( Boolean disposing);
- Void SetNativeCachedBitmap( I cachedBitmap);
- Void Finalize();
- }
- class System.Drawing.Graphics : System.MarshalByRefObject
- {
- I nativeGraphics;
- I halftonePalette;
- Void System.Drawing.Graphics( I nativeGraphics);
- Class System.Drawing.Graphics FromHdc( I hdc);
- Class System.Drawing.Graphics FromHdcInternal( I hdc);
- Class System.Drawing.Graphics FromHdc( I hdc, I hdevice);
- Class System.Drawing.Graphics FromHwnd( I hwnd);
- Class System.Drawing.Graphics FromHwndInternal( I hwnd);
- Class System.Drawing.Graphics FromImage( Class System.Drawing.Image image);
- I GetHdc();
- Void ReleaseHdc( I hdc);
- Void ReleaseHdcInternal( I hdc);
- Void Flush();
- Void Flush( ValueClass System.Drawing.Drawing2D.FlushIntention intention);
- Void Dispose();
- Void Dispose( Boolean disposing);
- Void Finalize();
- ValueClass System.Drawing.Drawing2D.CompositingMode get_CompositingMode();
- Void set_CompositingMode( ValueClass System.Drawing.Drawing2D.CompositingMode value);
- ValueClass System.Drawing.Point get_RenderingOrigin();
- Void set_RenderingOrigin( ValueClass System.Drawing.Point value);
- ValueClass System.Drawing.Drawing2D.CompositingQuality get_CompositingQuality();
- Void set_CompositingQuality( ValueClass System.Drawing.Drawing2D.CompositingQuality value);
- ValueClass System.Drawing.Text.TextRenderingHint get_TextRenderingHint();
- Void set_TextRenderingHint( ValueClass System.Drawing.Text.TextRenderingHint value);
- I4 get_TextContrast();
- Void set_TextContrast( I4 value);
- ValueClass System.Drawing.Drawing2D.SmoothingMode get_SmoothingMode();
- Void set_SmoothingMode( ValueClass System.Drawing.Drawing2D.SmoothingMode value);
- ValueClass System.Drawing.Drawing2D.PixelOffsetMode get_PixelOffsetMode();
- Void set_PixelOffsetMode( ValueClass System.Drawing.Drawing2D.PixelOffsetMode value);
- ValueClass System.Drawing.Drawing2D.InterpolationMode get_InterpolationMode();
- Void set_InterpolationMode( ValueClass System.Drawing.Drawing2D.InterpolationMode value);
- Class System.Drawing.Drawing2D.Matrix get_Transform();
- Void set_Transform( Class System.Drawing.Drawing2D.Matrix value);
- ValueClass System.Drawing.GraphicsUnit get_PageUnit();
- Void set_PageUnit( ValueClass System.Drawing.GraphicsUnit value);
- R4 get_PageScale();
- Void set_PageScale( R4 value);
- R4 get_DpiX();
- R4 get_DpiY();
- 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 TransformPoints( ValueClass System.Drawing.Drawing2D.CoordinateSpace destSpace, ValueClass System.Drawing.Drawing2D.CoordinateSpace srcSpace, SZArray ValueClass System.Drawing.PointF pts);
- Void TransformPoints( ValueClass System.Drawing.Drawing2D.CoordinateSpace destSpace, ValueClass System.Drawing.Drawing2D.CoordinateSpace srcSpace, SZArray ValueClass System.Drawing.Point pts);
- ValueClass System.Drawing.Color GetNearestColor( ValueClass System.Drawing.Color color);
- Void DrawLine( Class System.Drawing.Pen pen, R4 x1, R4 y1, R4 x2, R4 y2);
- Void DrawLine( Class System.Drawing.Pen pen, ValueClass System.Drawing.PointF pt1, ValueClass System.Drawing.PointF pt2);
- Void DrawLines( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.PointF points);
- Void DrawLine( Class System.Drawing.Pen pen, I4 x1, I4 y1, I4 x2, I4 y2);
- Void DrawLine( Class System.Drawing.Pen pen, ValueClass System.Drawing.Point pt1, ValueClass System.Drawing.Point pt2);
- Void DrawLines( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.Point points);
- Void DrawArc( Class System.Drawing.Pen pen, R4 x, R4 y, R4 width, R4 height, R4 startAngle, R4 sweepAngle);
- Void DrawArc( Class System.Drawing.Pen pen, ValueClass System.Drawing.RectangleF rect, R4 startAngle, R4 sweepAngle);
- Void DrawArc( Class System.Drawing.Pen pen, I4 x, I4 y, I4 width, I4 height, I4 startAngle, I4 sweepAngle);
- Void DrawArc( Class System.Drawing.Pen pen, ValueClass System.Drawing.Rectangle rect, R4 startAngle, R4 sweepAngle);
- Void DrawBezier( Class System.Drawing.Pen pen, R4 x1, R4 y1, R4 x2, R4 y2, R4 x3, R4 y3, R4 x4, R4 y4);
- Void DrawBezier( Class System.Drawing.Pen pen, ValueClass System.Drawing.PointF pt1, ValueClass System.Drawing.PointF pt2, ValueClass System.Drawing.PointF pt3, ValueClass System.Drawing.PointF pt4);
- Void DrawBeziers( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.PointF points);
- Void DrawBezier( Class System.Drawing.Pen pen, ValueClass System.Drawing.Point pt1, ValueClass System.Drawing.Point pt2, ValueClass System.Drawing.Point pt3, ValueClass System.Drawing.Point pt4);
- Void DrawBeziers( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.Point points);
- Void DrawRectangle( Class System.Drawing.Pen pen, ValueClass System.Drawing.Rectangle rect);
- Void DrawRectangle( Class System.Drawing.Pen pen, R4 x, R4 y, R4 width, R4 height);
- Void DrawRectangles( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.RectangleF rects);
- Void DrawRectangle( Class System.Drawing.Pen pen, I4 x, I4 y, I4 width, I4 height);
- Void DrawRectangles( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.Rectangle rects);
- Void DrawEllipse( Class System.Drawing.Pen pen, ValueClass System.Drawing.RectangleF rect);
- Void DrawEllipse( Class System.Drawing.Pen pen, R4 x, R4 y, R4 width, R4 height);
- Void DrawEllipse( Class System.Drawing.Pen pen, ValueClass System.Drawing.Rectangle rect);
- Void DrawEllipse( Class System.Drawing.Pen pen, I4 x, I4 y, I4 width, I4 height);
- Void DrawPie( Class System.Drawing.Pen pen, ValueClass System.Drawing.RectangleF rect, R4 startAngle, R4 sweepAngle);
- Void DrawPie( Class System.Drawing.Pen pen, R4 x, R4 y, R4 width, R4 height, R4 startAngle, R4 sweepAngle);
- Void DrawPie( Class System.Drawing.Pen pen, ValueClass System.Drawing.Rectangle rect, R4 startAngle, R4 sweepAngle);
- Void DrawPie( Class System.Drawing.Pen pen, I4 x, I4 y, I4 width, I4 height, I4 startAngle, I4 sweepAngle);
- Void DrawPolygon( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.PointF points);
- Void DrawPolygon( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.Point points);
- Void DrawPath( Class System.Drawing.Pen pen, Class System.Drawing.Drawing2D.GraphicsPath path);
- Void DrawCurve( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.PointF points);
- Void DrawCurve( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.PointF points, R4 tension);
- Void DrawCurve( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.PointF points, I4 offset, I4 numberOfSegments);
- Void DrawCurve( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.PointF points, I4 offset, I4 numberOfSegments, R4 tension);
- Void DrawCurve( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.Point points);
- Void DrawCurve( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.Point points, R4 tension);
- Void DrawCurve( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.Point points, I4 offset, I4 numberOfSegments, R4 tension);
- Void DrawClosedCurve( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.PointF points);
- Void DrawClosedCurve( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.PointF points, R4 tension, ValueClass System.Drawing.Drawing2D.FillMode fillmode);
- Void DrawClosedCurve( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.Point points);
- Void DrawClosedCurve( Class System.Drawing.Pen pen, SZArray ValueClass System.Drawing.Point points, R4 tension, ValueClass System.Drawing.Drawing2D.FillMode fillmode);
- Void Clear( ValueClass System.Drawing.Color color);
- Void FillRectangle( Class System.Drawing.Brush brush, ValueClass System.Drawing.RectangleF rect);
- Void FillRectangle( Class System.Drawing.Brush brush, R4 x, R4 y, R4 width, R4 height);
- Void FillRectangles( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.RectangleF rects);
- Void FillRectangle( Class System.Drawing.Brush brush, ValueClass System.Drawing.Rectangle rect);
- Void FillRectangle( Class System.Drawing.Brush brush, I4 x, I4 y, I4 width, I4 height);
- Void FillRectangles( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.Rectangle rects);
- Void FillPolygon( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.PointF points);
- Void FillPolygon( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.PointF points, ValueClass System.Drawing.Drawing2D.FillMode fillMode);
- Void FillPolygon( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.Point points);
- Void FillPolygon( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.Point points, ValueClass System.Drawing.Drawing2D.FillMode fillMode);
- Void FillEllipse( Class System.Drawing.Brush brush, ValueClass System.Drawing.RectangleF rect);
- Void FillEllipse( Class System.Drawing.Brush brush, R4 x, R4 y, R4 width, R4 height);
- Void FillEllipse( Class System.Drawing.Brush brush, ValueClass System.Drawing.Rectangle rect);
- Void FillEllipse( Class System.Drawing.Brush brush, I4 x, I4 y, I4 width, I4 height);
- Void FillPie( Class System.Drawing.Brush brush, ValueClass System.Drawing.Rectangle rect, R4 startAngle, R4 sweepAngle);
- Void FillPie( Class System.Drawing.Brush brush, R4 x, R4 y, R4 width, R4 height, R4 startAngle, R4 sweepAngle);
- Void FillPie( Class System.Drawing.Brush brush, I4 x, I4 y, I4 width, I4 height, I4 startAngle, I4 sweepAngle);
- Void FillPath( Class System.Drawing.Brush brush, Class System.Drawing.Drawing2D.GraphicsPath path);
- Void FillClosedCurve( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.PointF points);
- Void FillClosedCurve( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.PointF points, ValueClass System.Drawing.Drawing2D.FillMode fillmode);
- Void FillClosedCurve( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.PointF points, ValueClass System.Drawing.Drawing2D.FillMode fillmode, R4 tension);
- Void FillClosedCurve( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.Point points);
- Void FillClosedCurve( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.Point points, ValueClass System.Drawing.Drawing2D.FillMode fillmode);
- Void FillClosedCurve( Class System.Drawing.Brush brush, SZArray ValueClass System.Drawing.Point points, ValueClass System.Drawing.Drawing2D.FillMode fillmode, R4 tension);
- Void FillRegion( Class System.Drawing.Brush brush, Class System.Drawing.Region region);
- Void DrawString( String s, Class System.Drawing.Font font, Class System.Drawing.Brush brush, R4 x, R4 y);
- Void DrawString( String s, Class System.Drawing.Font font, Class System.Drawing.Brush brush, ValueClass System.Drawing.PointF point);
- Void DrawString( String s, Class System.Drawing.Font font, Class System.Drawing.Brush brush, R4 x, R4 y, Class System.Drawing.StringFormat format);
- Void DrawString( String s, Class System.Drawing.Font font, Class System.Drawing.Brush brush, ValueClass System.Drawing.PointF point, Class System.Drawing.StringFormat format);
- Void DrawString( String s, Class System.Drawing.Font font, Class System.Drawing.Brush brush, ValueClass System.Drawing.RectangleF layoutRectangle);
- Void DrawString( String s, Class System.Drawing.Font font, Class System.Drawing.Brush brush, ValueClass System.Drawing.RectangleF layoutRectangle, Class System.Drawing.StringFormat format);
- ValueClass System.Drawing.SizeF MeasureString( String text, Class System.Drawing.Font font, ValueClass System.Drawing.SizeF layoutArea, Class System.Drawing.StringFormat stringFormat, ByRef I4 charactersFitted, ByRef I4 linesFilled);
- ValueClass System.Drawing.SizeF MeasureString( String text, Class System.Drawing.Font font, ValueClass System.Drawing.PointF origin, Class System.Drawing.StringFormat stringFormat);
- ValueClass System.Drawing.SizeF MeasureString( String text, Class System.Drawing.Font font, ValueClass System.Drawing.SizeF layoutArea);
- ValueClass System.Drawing.SizeF MeasureString( String text, Class System.Drawing.Font font, ValueClass System.Drawing.SizeF layoutArea, Class System.Drawing.StringFormat stringFormat);
- ValueClass System.Drawing.SizeF MeasureString( String text, Class System.Drawing.Font font);
- ValueClass System.Drawing.SizeF MeasureString( String text, Class System.Drawing.Font font, I4 width);
- ValueClass System.Drawing.SizeF MeasureString( String text, Class System.Drawing.Font font, I4 width, Class System.Drawing.StringFormat format);
- SZArray Class System.Drawing.Region MeasureCharacterRanges( String text, Class System.Drawing.Font font, ValueClass System.Drawing.RectangleF layoutRect, Class System.Drawing.StringFormat stringFormat);
- Void DrawIcon( Class System.Drawing.Icon icon, I4 x, I4 y);
- Void DrawIcon( Class System.Drawing.Icon icon, ValueClass System.Drawing.Rectangle targetRect);
- Void DrawIconUnstretched( Class System.Drawing.Icon icon, ValueClass System.Drawing.Rectangle targetRect);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.PointF point);
- Void DrawImage( Class System.Drawing.Image image, R4 x, R4 y);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.RectangleF rect);
- Void DrawImage( Class System.Drawing.Image image, R4 x, R4 y, R4 width, R4 height);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.Point point);
- Void DrawImage( Class System.Drawing.Image image, I4 x, I4 y);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle rect);
- Void DrawImage( Class System.Drawing.Image image, I4 x, I4 y, I4 width, I4 height);
- Void DrawImageUnscaled( Class System.Drawing.Image image, ValueClass System.Drawing.Point point);
- Void DrawImageUnscaled( Class System.Drawing.Image image, I4 x, I4 y);
- Void DrawImageUnscaled( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle rect);
- Void DrawImageUnscaled( Class System.Drawing.Image image, I4 x, I4 y, I4 width, I4 height);
- Void DrawImage( Class System.Drawing.Image image, SZArray ValueClass System.Drawing.PointF destPoints);
- Void DrawImage( Class System.Drawing.Image image, SZArray ValueClass System.Drawing.Point destPoints);
- Void DrawImage( Class System.Drawing.Image image, R4 x, R4 y, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit);
- Void DrawImage( Class System.Drawing.Image image, I4 x, I4 y, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.RectangleF destRect, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destRect, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit);
- Void DrawImage( Class System.Drawing.Image image, SZArray ValueClass System.Drawing.PointF destPoints, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit);
- Void DrawImage( Class System.Drawing.Image image, SZArray ValueClass System.Drawing.PointF destPoints, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void DrawImage( Class System.Drawing.Image image, SZArray ValueClass System.Drawing.PointF destPoints, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttr, Class DrawImageAbort callback);
- Void DrawImage( Class System.Drawing.Image image, SZArray ValueClass System.Drawing.PointF destPoints, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttr, Class DrawImageAbort callback, I4 callbackData);
- Void DrawImage( Class System.Drawing.Image image, SZArray ValueClass System.Drawing.Point destPoints, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit);
- Void DrawImage( Class System.Drawing.Image image, SZArray ValueClass System.Drawing.Point destPoints, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void DrawImage( Class System.Drawing.Image image, SZArray ValueClass System.Drawing.Point destPoints, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttr, Class DrawImageAbort callback);
- Void DrawImage( Class System.Drawing.Image image, SZArray ValueClass System.Drawing.Point destPoints, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttr, Class DrawImageAbort callback, I4 callbackData);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destRect, R4 srcX, R4 srcY, R4 srcWidth, R4 srcHeight, ValueClass System.Drawing.GraphicsUnit srcUnit);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destRect, R4 srcX, R4 srcY, R4 srcWidth, R4 srcHeight, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttrs);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destRect, R4 srcX, R4 srcY, R4 srcWidth, R4 srcHeight, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttrs, Class DrawImageAbort callback);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destRect, R4 srcX, R4 srcY, R4 srcWidth, R4 srcHeight, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttrs, Class DrawImageAbort callback, I callbackData);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destRect, I4 srcX, I4 srcY, I4 srcWidth, I4 srcHeight, ValueClass System.Drawing.GraphicsUnit srcUnit);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destRect, I4 srcX, I4 srcY, I4 srcWidth, I4 srcHeight, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destRect, I4 srcX, I4 srcY, I4 srcWidth, I4 srcHeight, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttr, Class DrawImageAbort callback);
- Void DrawImage( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destRect, I4 srcX, I4 srcY, I4 srcWidth, I4 srcHeight, ValueClass System.Drawing.GraphicsUnit srcUnit, Class System.Drawing.Imaging.ImageAttributes imageAttrs, Class DrawImageAbort callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.PointF destPoint, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.PointF destPoint, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.PointF destPoint, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Point destPoint, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Point destPoint, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Point destPoint, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.RectangleF destRect, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.RectangleF destRect, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.RectangleF destRect, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Rectangle destRect, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Rectangle destRect, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Rectangle destRect, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.PointF destPoints, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.PointF destPoints, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.PointF destPoints, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.Point destPoints, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.Point destPoints, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.Point destPoints, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.PointF destPoint, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.PointF destPoint, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.PointF destPoint, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit unit, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Point destPoint, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Point destPoint, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Point destPoint, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit unit, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.RectangleF destRect, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.RectangleF destRect, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.RectangleF destRect, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit unit, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Rectangle destRect, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Rectangle destRect, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, ValueClass System.Drawing.Rectangle destRect, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit unit, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.PointF destPoints, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.PointF destPoints, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.PointF destPoints, ValueClass System.Drawing.RectangleF srcRect, ValueClass System.Drawing.GraphicsUnit unit, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.Point destPoints, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.Point destPoints, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit srcUnit, Class EnumerateMetafileProc callback, I callbackData);
- Void EnumerateMetafile( Class System.Drawing.Imaging.Metafile metafile, SZArray ValueClass System.Drawing.Point destPoints, ValueClass System.Drawing.Rectangle srcRect, ValueClass System.Drawing.GraphicsUnit unit, Class EnumerateMetafileProc callback, I callbackData, Class System.Drawing.Imaging.ImageAttributes imageAttr);
- Void SetClip( Class System.Drawing.Graphics g);
- Void SetClip( Class System.Drawing.Graphics g, ValueClass System.Drawing.Drawing2D.CombineMode combineMode);
- Void SetClip( ValueClass System.Drawing.Rectangle rect);
- Void SetClip( ValueClass System.Drawing.Rectangle rect, ValueClass System.Drawing.Drawing2D.CombineMode combineMode);
- Void SetClip( ValueClass System.Drawing.RectangleF rect);
- Void SetClip( ValueClass System.Drawing.RectangleF rect, ValueClass System.Drawing.Drawing2D.CombineMode combineMode);
- Void SetClip( Class System.Drawing.Drawing2D.GraphicsPath path);
- Void SetClip( Class System.Drawing.Drawing2D.GraphicsPath path, ValueClass System.Drawing.Drawing2D.CombineMode combineMode);
- Void SetClip( Class System.Drawing.Region region, ValueClass System.Drawing.Drawing2D.CombineMode combineMode);
- Void IntersectClip( ValueClass System.Drawing.Rectangle rect);
- Void IntersectClip( ValueClass System.Drawing.RectangleF rect);
- Void IntersectClip( Class System.Drawing.Region region);
- Void ExcludeClip( ValueClass System.Drawing.Rectangle rect);
- Void ExcludeClip( Class System.Drawing.Region region);
- Void ResetClip();
- Void TranslateClip( R4 dx, R4 dy);
- Void TranslateClip( I4 dx, I4 dy);
- Class System.Drawing.Region get_Clip();
- Void set_Clip( Class System.Drawing.Region value);
- ValueClass System.Drawing.RectangleF get_ClipBounds();
- Boolean get_IsClipEmpty();
- ValueClass System.Drawing.RectangleF get_VisibleClipBounds();
- Boolean get_IsVisibleClipEmpty();
- Boolean IsVisible( I4 x, I4 y);
- Boolean IsVisible( ValueClass System.Drawing.Point point);
- Boolean IsVisible( R4 x, R4 y);
- Boolean IsVisible( ValueClass System.Drawing.PointF point);
- Boolean IsVisible( I4 x, I4 y, I4 width, I4 height);
- Boolean IsVisible( ValueClass System.Drawing.Rectangle rect);
- Boolean IsVisible( R4 x, R4 y, R4 width, R4 height);
- Boolean IsVisible( ValueClass System.Drawing.RectangleF rect);
- Class System.Drawing.Drawing2D.GraphicsState Save();
- Void Restore( Class System.Drawing.Drawing2D.GraphicsState gstate);
- Class System.Drawing.Drawing2D.GraphicsContainer BeginContainer( ValueClass System.Drawing.RectangleF dstrect, ValueClass System.Drawing.RectangleF srcrect, ValueClass System.Drawing.GraphicsUnit unit);
- Class System.Drawing.Drawing2D.GraphicsContainer BeginContainer();
- Void EndContainer( Class System.Drawing.Drawing2D.GraphicsContainer container);
- Class System.Drawing.Drawing2D.GraphicsContainer BeginContainer( ValueClass System.Drawing.Rectangle dstrect, ValueClass System.Drawing.Rectangle srcrect, ValueClass System.Drawing.GraphicsUnit unit);
- Void AddMetafileComment( SZArray UI1 data);
- I GetHalftonePalette();
- Void OnDomainUnload( Object sender, Class System.EventArgs e);
- property CompositingMode { get(){} set(){} };
- property RenderingOrigin { get(){} set(){} };
- property CompositingQuality { get(){} set(){} };
- property TextRenderingHint { get(){} set(){} };
- property TextContrast { get(){} set(){} };
- property SmoothingMode { get(){} set(){} };
- property PixelOffsetMode { get(){} set(){} };
- property InterpolationMode { get(){} set(){} };
- property Transform { get(){} set(){} };
- property PageUnit { get(){} set(){} };
- property PageScale { get(){} set(){} };
- property DpiX { get(){} set(){} };
- property DpiY { get(){} set(){} };
- property Clip { get(){} set(){} };
- property ClipBounds { get(){} set(){} };
- property IsClipEmpty { get(){} set(){} };
- property VisibleClipBounds { get(){} set(){} };
- property IsVisibleClipEmpty { get(){} set(){} };
- }
- class DrawImageAbort : System.MulticastDelegate
- {
- Void DrawImageAbort( Object object, I method);
- Boolean Invoke( I callbackdata);
- Class System.IAsyncResult BeginInvoke( I callbackdata, Class System.AsyncCallback callback, Object object);
- Boolean EndInvoke( Class System.IAsyncResult result);
- }
- class EnumerateMetafileProc : System.MulticastDelegate
- {
- Void EnumerateMetafileProc( Object object, I method);
- Boolean Invoke( ValueClass System.Drawing.Imaging.EmfPlusRecordType recordType, I4 flags, I4 dataSize, I data, Class System.Drawing.Imaging.PlayRecordCallback callbackData);
- Class System.IAsyncResult BeginInvoke( ValueClass System.Drawing.Imaging.EmfPlusRecordType recordType, I4 flags, I4 dataSize, I data, Class System.Drawing.Imaging.PlayRecordCallback callbackData, Class System.AsyncCallback callback, Object object);
- Boolean EndInvoke( Class System.IAsyncResult result);
- }
- class System.Drawing.Icon : System.MarshalByRefObject
- {
- I4 bitDepth;
- SZArray UI1 iconData;
- ValueClass System.Drawing.Size iconSize;
- I handle;
- Boolean ownHandle;
- Void System.Drawing.Icon();
- Void System.Drawing.Icon( I handle);
- Void System.Drawing.Icon( String fileName);
- Void System.Drawing.Icon( Class System.Drawing.Icon original, ValueClass System.Drawing.Size size);
- Void System.Drawing.Icon( Class System.Drawing.Icon original, I4 width, I4 height);
- Void System.Drawing.Icon( Class System.Type type, String resource);
- Void System.Drawing.Icon( Class System.IO.Stream stream);
- Void System.Drawing.Icon( Class System.IO.Stream stream, I4 width, I4 height);
- Void System.Drawing.Icon( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- I get_Handle();
- I4 get_Height();
- ValueClass System.Drawing.Size get_Size();
- I4 get_Width();
- Object Clone();
- Void DestroyHandle();
- Void Dispose();
- Void Dispose( Boolean disposing);
- Void DrawIcon( I dc, ValueClass System.Drawing.Rectangle imageRect, ValueClass System.Drawing.Rectangle targetRect, Boolean stretch);
- Void Draw( Class System.Drawing.Graphics graphics, I4 x, I4 y);
- Void Draw( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle targetRect);
- Void DrawUnstretched( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle targetRect);
- Void Finalize();
- Class System.Drawing.Icon FromHandle( I handle);
- Void Initialize( I4 width, I4 height);
- Void Save( Class System.IO.Stream outputStream);
- Class System.Drawing.Bitmap ToBitmap();
- String ToString();
- Void System.Runtime.Serialization.ISerializable.GetObjectData( Class System.Runtime.Serialization.SerializationInfo si, ValueClass System.Runtime.Serialization.StreamingContext context);
- property Handle { get(){} set(){} };
- property Height { get(){} set(){} };
- property Size { get(){} set(){} };
- property Width { get(){} set(){} };
- }
- class System.Drawing.IntSecurity : System.Object
- {
- Class System.Security.Permissions.UIPermission AllWindows;
- Class System.Security.Permissions.UIPermission SafeSubWindows;
- Class System.Security.CodeAccessPermission UnmanagedCode;
- Class System.Security.CodeAccessPermission ObjectFromWin32Handle;
- Class System.Security.CodeAccessPermission Win32HandleManipulation;
- Class System.Drawing.Printing.PrintingPermission NoPrinting;
- Class System.Drawing.Printing.PrintingPermission SafePrinting;
- Class System.Drawing.Printing.PrintingPermission DefaultPrinting;
- Class System.Drawing.Printing.PrintingPermission AllPrinting;
- Class System.Security.PermissionSet allPrintingAndUnmanagedCode;
- Void DemandReadFileIO( String fileName);
- Void DemandWriteFileIO( String fileName);
- Class System.Security.PermissionSet get_AllPrintingAndUnmanagedCode();
- Boolean HasPermission( Class System.Drawing.Printing.PrintingPermission permission);
- Void System.Drawing.IntSecurity();
- Void System.Drawing.IntSecurity();
- property AllPrintingAndUnmanagedCode { get(){} set(){} };
- }
- interface System.Drawing.Internal.ISystemColorTracker :
- {
- Void OnSystemColorChanged();
- }
- class System.Drawing.Pen : System.MarshalByRefObject
- {
- I nativePen;
- ValueClass System.Drawing.Color color;
- Boolean immutable;
- Void System.Drawing.Pen( I nativePen);
- Void System.Drawing.Pen( ValueClass System.Drawing.Color color, Boolean immutable);
- Void System.Drawing.Pen( ValueClass System.Drawing.Color color);
- Void System.Drawing.Pen( ValueClass System.Drawing.Color color, R4 width);
- Void System.Drawing.Pen( Class System.Drawing.Brush brush);
- Void System.Drawing.Pen( Class System.Drawing.Brush brush, R4 width);
- Object Clone();
- Void Dispose();
- Void Dispose( Boolean disposing);
- Void Finalize();
- Void SetNativePen( I nativePen);
- R4 get_Width();
- Void set_Width( R4 value);
- Void SetLineCap( ValueClass System.Drawing.Drawing2D.LineCap startCap, ValueClass System.Drawing.Drawing2D.LineCap endCap, ValueClass System.Drawing.Drawing2D.DashCap dashCap);
- ValueClass System.Drawing.Drawing2D.LineCap get_StartCap();
- Void set_StartCap( ValueClass System.Drawing.Drawing2D.LineCap value);
- ValueClass System.Drawing.Drawing2D.LineCap get_EndCap();
- Void set_EndCap( ValueClass System.Drawing.Drawing2D.LineCap value);
- ValueClass System.Drawing.Drawing2D.DashCap get_DashCap();
- Void set_DashCap( ValueClass System.Drawing.Drawing2D.DashCap value);
- ValueClass System.Drawing.Drawing2D.LineJoin get_LineJoin();
- Void set_LineJoin( ValueClass System.Drawing.Drawing2D.LineJoin value);
- Class System.Drawing.Drawing2D.CustomLineCap get_CustomStartCap();
- Void set_CustomStartCap( Class System.Drawing.Drawing2D.CustomLineCap value);
- Class System.Drawing.Drawing2D.CustomLineCap get_CustomEndCap();
- Void set_CustomEndCap( Class System.Drawing.Drawing2D.CustomLineCap value);
- R4 get_MiterLimit();
- Void set_MiterLimit( R4 value);
- ValueClass System.Drawing.Drawing2D.PenAlignment get_Alignment();
- Void set_Alignment( ValueClass System.Drawing.Drawing2D.PenAlignment value);
- 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 InternalSetColor( ValueClass System.Drawing.Color value);
- ValueClass System.Drawing.Drawing2D.PenType get_PenType();
- Void _SetBrush( Class System.Drawing.Brush brush);
- ValueClass System.Drawing.Color get_Color();
- Void set_Color( ValueClass System.Drawing.Color value);
- Void _SetColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.Brush _GetBrush();
- Class System.Drawing.Brush get_Brush();
- Void set_Brush( Class System.Drawing.Brush value);
- ValueClass System.Drawing.Drawing2D.DashStyle get_DashStyle();
- Void set_DashStyle( ValueClass System.Drawing.Drawing2D.DashStyle value);
- Void EnsureValidDashPattern();
- R4 get_DashOffset();
- Void set_DashOffset( R4 value);
- SZArray R4 get_DashPattern();
- Void set_DashPattern( SZArray R4 value);
- SZArray R4 get_CompoundArray();
- Void set_CompoundArray( SZArray R4 value);
- Void System.Drawing.Internal.ISystemColorTracker.OnSystemColorChanged();
- property Width { get(){} set(){} };
- property StartCap { get(){} set(){} };
- property EndCap { get(){} set(){} };
- property DashCap { get(){} set(){} };
- property LineJoin { get(){} set(){} };
- property CustomStartCap { get(){} set(){} };
- property CustomEndCap { get(){} set(){} };
- property MiterLimit { get(){} set(){} };
- property Alignment { get(){} set(){} };
- property Transform { get(){} set(){} };
- property PenType { get(){} set(){} };
- property Color { get(){} set(){} };
- property Brush { get(){} set(){} };
- property DashStyle { get(){} set(){} };
- property DashOffset { get(){} set(){} };
- property DashPattern { get(){} set(){} };
- property CompoundArray { get(){} set(){} };
- }
- class System.Drawing.SolidBrush : System.Drawing.Brush
- {
- ValueClass System.Drawing.Color color;
- Boolean immutable;
- Void System.Drawing.SolidBrush();
- Void System.Drawing.SolidBrush( ValueClass System.Drawing.Color color);
- Void System.Drawing.SolidBrush( ValueClass System.Drawing.Color color, Boolean immutable);
- Void System.Drawing.SolidBrush( I4 argb);
- Void System.Drawing.SolidBrush( I nativeBrush, I4 extra);
- Object Clone();
- Void Dispose( Boolean disposing);
- ValueClass System.Drawing.Color get_Color();
- Void set_Color( ValueClass System.Drawing.Color value);
- Void InternalSetColor( ValueClass System.Drawing.Color value);
- Void System.Drawing.Internal.ISystemColorTracker.OnSystemColorChanged();
- property Color { get(){} set(){} };
- }
- class System.Drawing.Drawing2D.CustomLineCap : System.MarshalByRefObject
- {
- I nativeCap;
- Void System.Drawing.Drawing2D.CustomLineCap();
- Void System.Drawing.Drawing2D.CustomLineCap( Class System.Drawing.Drawing2D.GraphicsPath fillPath, Class System.Drawing.Drawing2D.GraphicsPath strokePath);
- Void System.Drawing.Drawing2D.CustomLineCap( Class System.Drawing.Drawing2D.GraphicsPath fillPath, Class System.Drawing.Drawing2D.GraphicsPath strokePath, ValueClass System.Drawing.Drawing2D.LineCap baseCap);
- Void System.Drawing.Drawing2D.CustomLineCap( Class System.Drawing.Drawing2D.GraphicsPath fillPath, Class System.Drawing.Drawing2D.GraphicsPath strokePath, ValueClass System.Drawing.Drawing2D.LineCap baseCap, R4 baseInset);
- Void System.Drawing.Drawing2D.CustomLineCap( I nativeLineCap);
- Void SetNativeLineCap( I handle);
- Void Dispose();
- Void Dispose( Boolean disposing);
- Void Finalize();
- Object Clone();
- Class System.Drawing.Drawing2D.CustomLineCap CreateCustomLineCapObject( I cap);
- Void SetStrokeCaps( ValueClass System.Drawing.Drawing2D.LineCap startCap, ValueClass System.Drawing.Drawing2D.LineCap endCap);
- Void GetStrokeCaps( ByRef ValueClass System.Drawing.Drawing2D.LineCap startCap, ByRef ValueClass System.Drawing.Drawing2D.LineCap endCap);
- Void _SetStrokeJoin( ValueClass System.Drawing.Drawing2D.LineJoin lineJoin);
- ValueClass System.Drawing.Drawing2D.LineJoin _GetStrokeJoin();
- ValueClass System.Drawing.Drawing2D.LineJoin get_StrokeJoin();
- Void set_StrokeJoin( ValueClass System.Drawing.Drawing2D.LineJoin value);
- Void _SetBaseCap( ValueClass System.Drawing.Drawing2D.LineCap baseCap);
- ValueClass System.Drawing.Drawing2D.LineCap _GetBaseCap();
- ValueClass System.Drawing.Drawing2D.LineCap get_BaseCap();
- Void set_BaseCap( ValueClass System.Drawing.Drawing2D.LineCap value);
- Void _SetBaseInset( R4 inset);
- R4 _GetBaseInset();
- R4 get_BaseInset();
- Void set_BaseInset( R4 value);
- Void _SetWidthScale( R4 widthScale);
- R4 _GetWidthScale();
- R4 get_WidthScale();
- Void set_WidthScale( R4 value);
- property StrokeJoin { get(){} set(){} };
- property BaseCap { get(){} set(){} };
- property BaseInset { get(){} set(){} };
- property WidthScale { get(){} set(){} };
- }
- class System.Drawing.Drawing2D.AdjustableArrowCap : System.Drawing.Drawing2D.CustomLineCap
- {
- Void System.Drawing.Drawing2D.AdjustableArrowCap( I nativeCap);
- Void System.Drawing.Drawing2D.AdjustableArrowCap( R4 width, R4 height);
- Void System.Drawing.Drawing2D.AdjustableArrowCap( R4 width, R4 height, Boolean isFilled);
- Void _SetHeight( R4 height);
- R4 _GetHeight();
- R4 get_Height();
- Void set_Height( R4 value);
- Void _SetWidth( R4 width);
- R4 _GetWidth();
- R4 get_Width();
- Void set_Width( R4 value);
- Void _SetMiddleInset( R4 middleInset);
- R4 _GetMiddleInset();
- R4 get_MiddleInset();
- Void set_MiddleInset( R4 value);
- Void _SetFillState( Boolean isFilled);
- Boolean _IsFilled();
- Boolean get_Filled();
- Void set_Filled( Boolean value);
- property Height { get(){} set(){} };
- property Width { get(){} set(){} };
- property MiddleInset { get(){} set(){} };
- property Filled { get(){} set(){} };
- }
- class System.Drawing.Imaging.BitmapData : System.Object
- {
- I4 width;
- I4 height;
- I4 stride;
- I4 pixelFormat;
- I scan0;
- I4 reserved;
- I4 get_Width();
- Void set_Width( I4 value);
- I4 get_Height();
- Void set_Height( I4 value);
- I4 get_Stride();
- Void set_Stride( I4 value);
- ValueClass System.Drawing.Imaging.PixelFormat get_PixelFormat();
- Void set_PixelFormat( ValueClass System.Drawing.Imaging.PixelFormat value);
- I get_Scan0();
- Void set_Scan0( I value);
- I4 get_Reserved();
- Void set_Reserved( I4 value);
- Void System.Drawing.Imaging.BitmapData();
- property Width { get(){} set(){} };
- property Height { get(){} set(){} };
- property Stride { get(){} set(){} };
- property PixelFormat { get(){} set(){} };
- property Scan0 { get(){} set(){} };
- property Reserved { get(){} set(){} };
- }
- class System.Drawing.Drawing2D.Blend : System.Object
- {
- SZArray R4 factors;
- SZArray R4 positions;
- Void System.Drawing.Drawing2D.Blend();
- Void System.Drawing.Drawing2D.Blend( I4 count);
- SZArray R4 get_Factors();
- Void set_Factors( SZArray R4 value);
- SZArray R4 get_Positions();
- Void set_Positions( SZArray R4 value);
- property Factors { get(){} set(){} };
- property Positions { get(){} set(){} };
- }
- class System.Drawing.Drawing2D.BrushType : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.BrushType SolidColor;
- ValueClass System.Drawing.Drawing2D.BrushType HatchFill;
- ValueClass System.Drawing.Drawing2D.BrushType TextureFill;
- ValueClass System.Drawing.Drawing2D.BrushType PathGradient;
- ValueClass System.Drawing.Drawing2D.BrushType LinearGradient;
- }
- class System.Drawing.Imaging.ColorAdjustType : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.ColorAdjustType Default;
- ValueClass System.Drawing.Imaging.ColorAdjustType Bitmap;
- ValueClass System.Drawing.Imaging.ColorAdjustType Brush;
- ValueClass System.Drawing.Imaging.ColorAdjustType Pen;
- ValueClass System.Drawing.Imaging.ColorAdjustType Text;
- ValueClass System.Drawing.Imaging.ColorAdjustType Count;
- ValueClass System.Drawing.Imaging.ColorAdjustType Any;
- }
- class System.Drawing.Drawing2D.ColorBlend : System.Object
- {
- SZArray ValueClass System.Drawing.Color colors;
- SZArray R4 positions;
- Void System.Drawing.Drawing2D.ColorBlend();
- Void System.Drawing.Drawing2D.ColorBlend( I4 count);
- SZArray ValueClass System.Drawing.Color get_Colors();
- Void set_Colors( SZArray ValueClass System.Drawing.Color value);
- SZArray R4 get_Positions();
- Void set_Positions( SZArray R4 value);
- property Colors { get(){} set(){} };
- property Positions { get(){} set(){} };
- }
- class System.Drawing.Imaging.ColorChannelFlag : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.ColorChannelFlag ColorChannelC;
- ValueClass System.Drawing.Imaging.ColorChannelFlag ColorChannelM;
- ValueClass System.Drawing.Imaging.ColorChannelFlag ColorChannelY;
- ValueClass System.Drawing.Imaging.ColorChannelFlag ColorChannelK;
- ValueClass System.Drawing.Imaging.ColorChannelFlag ColorChannelLast;
- }
- class System.Drawing.Imaging.ColorMap : System.Object
- {
- ValueClass System.Drawing.Color oldColor;
- ValueClass System.Drawing.Color newColor;
- Void System.Drawing.Imaging.ColorMap();
- ValueClass System.Drawing.Color get_OldColor();
- Void set_OldColor( ValueClass System.Drawing.Color value);
- ValueClass System.Drawing.Color get_NewColor();
- Void set_NewColor( ValueClass System.Drawing.Color value);
- property OldColor { get(){} set(){} };
- property NewColor { get(){} set(){} };
- }
- class System.Drawing.Imaging.ColorMapType : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.ColorMapType Default;
- ValueClass System.Drawing.Imaging.ColorMapType Brush;
- }
- class System.Drawing.Imaging.ColorMatrix : System.Object
- {
- R4 matrix00;
- R4 matrix01;
- R4 matrix02;
- R4 matrix03;
- R4 matrix04;
- R4 matrix10;
- R4 matrix11;
- R4 matrix12;
- R4 matrix13;
- R4 matrix14;
- R4 matrix20;
- R4 matrix21;
- R4 matrix22;
- R4 matrix23;
- R4 matrix24;
- R4 matrix30;
- R4 matrix31;
- R4 matrix32;
- R4 matrix33;
- R4 matrix34;
- R4 matrix40;
- R4 matrix41;
- R4 matrix42;
- R4 matrix43;
- R4 matrix44;
- Void System.Drawing.Imaging.ColorMatrix();
- R4 get_Matrix00();
- Void set_Matrix00( R4 value);
- R4 get_Matrix01();
- Void set_Matrix01( R4 value);
- R4 get_Matrix02();
- Void set_Matrix02( R4 value);
- R4 get_Matrix03();
- Void set_Matrix03( R4 value);
- R4 get_Matrix04();
- Void set_Matrix04( R4 value);
- R4 get_Matrix10();
- Void set_Matrix10( R4 value);
- R4 get_Matrix11();
- Void set_Matrix11( R4 value);
- R4 get_Matrix12();
- Void set_Matrix12( R4 value);
- R4 get_Matrix13();
- Void set_Matrix13( R4 value);
- R4 get_Matrix14();
- Void set_Matrix14( R4 value);
- R4 get_Matrix20();
- Void set_Matrix20( R4 value);
- R4 get_Matrix21();
- Void set_Matrix21( R4 value);
- R4 get_Matrix22();
- Void set_Matrix22( R4 value);
- R4 get_Matrix23();
- Void set_Matrix23( R4 value);
- R4 get_Matrix24();
- Void set_Matrix24( R4 value);
- R4 get_Matrix30();
- Void set_Matrix30( R4 value);
- R4 get_Matrix31();
- Void set_Matrix31( R4 value);
- R4 get_Matrix32();
- Void set_Matrix32( R4 value);
- R4 get_Matrix33();
- Void set_Matrix33( R4 value);
- R4 get_Matrix34();
- Void set_Matrix34( R4 value);
- R4 get_Matrix40();
- Void set_Matrix40( R4 value);
- R4 get_Matrix41();
- Void set_Matrix41( R4 value);
- R4 get_Matrix42();
- Void set_Matrix42( R4 value);
- R4 get_Matrix43();
- Void set_Matrix43( R4 value);
- R4 get_Matrix44();
- Void set_Matrix44( R4 value);
- Void System.Drawing.Imaging.ColorMatrix( SZArray SZArray R4 newColorMatrix);
- Void SetMatrix( SZArray SZArray R4 newColorMatrix);
- SZArray SZArray R4 GetMatrix();
- R4 get_Item( I4 row, I4 column);
- Void set_Item( I4 row, I4 column, R4 value);
- property Matrix00 { get(){} set(){} };
- property Matrix01 { get(){} set(){} };
- property Matrix02 { get(){} set(){} };
- property Matrix03 { get(){} set(){} };
- property Matrix04 { get(){} set(){} };
- property Matrix10 { get(){} set(){} };
- property Matrix11 { get(){} set(){} };
- property Matrix12 { get(){} set(){} };
- property Matrix13 { get(){} set(){} };
- property Matrix14 { get(){} set(){} };
- property Matrix20 { get(){} set(){} };
- property Matrix21 { get(){} set(){} };
- property Matrix22 { get(){} set(){} };
- property Matrix23 { get(){} set(){} };
- property Matrix24 { get(){} set(){} };
- property Matrix30 { get(){} set(){} };
- property Matrix31 { get(){} set(){} };
- property Matrix32 { get(){} set(){} };
- property Matrix33 { get(){} set(){} };
- property Matrix34 { get(){} set(){} };
- property Matrix40 { get(){} set(){} };
- property Matrix41 { get(){} set(){} };
- property Matrix42 { get(){} set(){} };
- property Matrix43 { get(){} set(){} };
- property Matrix44 { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class System.Drawing.Imaging.ColorMatrixFlag : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.ColorMatrixFlag Default;
- ValueClass System.Drawing.Imaging.ColorMatrixFlag SkipGrays;
- ValueClass System.Drawing.Imaging.ColorMatrixFlag AltGrays;
- }
- class System.Drawing.Imaging.ColorMode : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.ColorMode Argb32Mode;
- ValueClass System.Drawing.Imaging.ColorMode Argb64Mode;
- }
- class System.Drawing.Imaging.ColorPalette : System.Object
- {
- I4 flags;
- SZArray ValueClass System.Drawing.Color entries;
- I4 get_Flags();
- SZArray ValueClass System.Drawing.Color get_Entries();
- Void System.Drawing.Imaging.ColorPalette( I4 count);
- Void System.Drawing.Imaging.ColorPalette();
- Void ConvertFromMemory( I memory);
- I ConvertToMemory();
- property Flags { get(){} set(){} };
- property Entries { get(){} set(){} };
- }
- class System.Drawing.ColorTranslator : System.Object
- {
- I4 Win32RedShift;
- I4 Win32GreenShift;
- I4 Win32BlueShift;
- Class System.Collections.Hashtable htmlSysColorTable;
- Void System.Drawing.ColorTranslator();
- I4 ToWin32( ValueClass System.Drawing.Color c);
- I4 ToOle( ValueClass System.Drawing.Color c);
- ValueClass System.Drawing.Color FromOle( I4 oleColor);
- ValueClass System.Drawing.Color FromWin32( I4 win32Color);
- ValueClass System.Drawing.Color FromHtml( String htmlColor);
- String ToHtml( ValueClass System.Drawing.Color c);
- Void InitializeHtmlSysColorTable();
- }
- class System.Drawing.Drawing2D.CombineMode : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.CombineMode Replace;
- ValueClass System.Drawing.Drawing2D.CombineMode Intersect;
- ValueClass System.Drawing.Drawing2D.CombineMode Union;
- ValueClass System.Drawing.Drawing2D.CombineMode Xor;
- ValueClass System.Drawing.Drawing2D.CombineMode Exclude;
- ValueClass System.Drawing.Drawing2D.CombineMode Complement;
- }
- class System.Drawing.Drawing2D.CompositingMode : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.CompositingMode SourceOver;
- ValueClass System.Drawing.Drawing2D.CompositingMode SourceCopy;
- }
- class System.Drawing.Drawing2D.CompositingQuality : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.CompositingQuality Invalid;
- ValueClass System.Drawing.Drawing2D.CompositingQuality Default;
- ValueClass System.Drawing.Drawing2D.CompositingQuality HighSpeed;
- ValueClass System.Drawing.Drawing2D.CompositingQuality HighQuality;
- ValueClass System.Drawing.Drawing2D.CompositingQuality GammaCorrected;
- ValueClass System.Drawing.Drawing2D.CompositingQuality AssumeLinear;
- }
- class System.Drawing.Drawing2D.CoordinateSpace : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.CoordinateSpace World;
- ValueClass System.Drawing.Drawing2D.CoordinateSpace Page;
- ValueClass System.Drawing.Drawing2D.CoordinateSpace Device;
- }
- class System.Drawing.Drawing2D.CustomLineCapType : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.CustomLineCapType Default;
- ValueClass System.Drawing.Drawing2D.CustomLineCapType AdjustableArrowCap;
- }
- class System.Drawing.Drawing2D.DashStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.DashStyle Solid;
- ValueClass System.Drawing.Drawing2D.DashStyle Dash;
- ValueClass System.Drawing.Drawing2D.DashStyle Dot;
- ValueClass System.Drawing.Drawing2D.DashStyle DashDot;
- ValueClass System.Drawing.Drawing2D.DashStyle DashDotDot;
- ValueClass System.Drawing.Drawing2D.DashStyle Custom;
- }
- class System.Drawing.Imaging.EmfPlusFlags : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.EmfPlusFlags Display;
- ValueClass System.Drawing.Imaging.EmfPlusFlags NonDualGdi;
- }
- class System.Drawing.Imaging.EmfPlusRecordType : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfRecordBase;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetBkColor;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetBkMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetMapMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetROP2;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetRelAbs;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetPolyFillMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetStretchBltMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetTextCharExtra;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetTextColor;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetTextJustification;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetWindowOrg;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetWindowExt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetViewportOrg;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetViewportExt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfOffsetWindowOrg;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfScaleWindowExt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfOffsetViewportOrg;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfScaleViewportExt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfLineTo;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfMoveTo;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfExcludeClipRect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfIntersectClipRect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfArc;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfEllipse;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfFloodFill;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfPie;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfRectangle;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfRoundRect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfPatBlt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSaveDC;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetPixel;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfOffsetCilpRgn;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfTextOut;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfBitBlt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfStretchBlt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfPolygon;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfPolyline;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfEscape;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfRestoreDC;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfFillRegion;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfFrameRegion;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfInvertRegion;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfPaintRegion;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSelectClipRegion;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSelectObject;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetTextAlign;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfChord;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetMapperFlags;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfExtTextOut;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetDibToDev;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSelectPalette;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfRealizePalette;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfAnimatePalette;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetPalEntries;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfPolyPolygon;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfResizePalette;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfDibBitBlt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfDibStretchBlt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfDibCreatePatternBrush;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfStretchDib;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfExtFloodFill;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfSetLayout;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfDeleteObject;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfCreatePalette;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfCreatePatternBrush;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfCreatePenIndirect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfCreateFontIndirect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfCreateBrushIndirect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType WmfCreateRegion;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfHeader;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyBezier;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolygon;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyline;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyBezierTo;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyLineTo;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyPolyline;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyPolygon;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetWindowExtEx;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetWindowOrgEx;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetViewportExtEx;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetViewportOrgEx;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetBrushOrgEx;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfEof;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetPixelV;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetMapperFlags;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetMapMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetBkMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetPolyFillMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetROP2;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetStretchBltMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetTextAlign;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetColorAdjustment;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetTextColor;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetBkColor;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfOffsetClipRgn;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfMoveToEx;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetMetaRgn;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfExcludeClipRect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfIntersectClipRect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfScaleViewportExtEx;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfScaleWindowExtEx;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSaveDC;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfRestoreDC;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetWorldTransform;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfModifyWorldTransform;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSelectObject;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfCreatePen;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfCreateBrushIndirect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfDeleteObject;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfAngleArc;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfEllipse;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfRectangle;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfRoundRect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfRoundArc;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfChord;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPie;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSelectPalette;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfCreatePalette;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetPaletteEntries;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfResizePalette;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfRealizePalette;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfExtFloodFill;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfLineTo;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfArcTo;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyDraw;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetArcDirection;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetMiterLimit;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfBeginPath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfEndPath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfCloseFigure;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfFillPath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfStrokeAndFillPath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfStrokePath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfFlattenPath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfWidenPath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSelectClipPath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfAbortPath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfReserved069;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfGdiComment;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfFillRgn;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfFrameRgn;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfInvertRgn;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPaintRgn;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfExtSelectClipRgn;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfBitBlt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfStretchBlt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfMaskBlt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPlgBlt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetDIBitsToDevice;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfStretchDIBits;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfExtCreateFontIndirect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfExtTextOutA;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfExtTextOutW;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyBezier16;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolygon16;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyline16;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyBezierTo16;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolylineTo16;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyPolyline16;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyPolygon16;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyDraw16;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfCreateMonoBrush;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfCreateDibPatternBrushPt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfExtCreatePen;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyTextOutA;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPolyTextOutW;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetIcmMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfCreateColorSpace;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetColorSpace;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfDeleteColorSpace;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfGlsRecord;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfGlsBoundedRecord;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPixelFormat;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfDrawEscape;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfExtEscape;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfStartDoc;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSmallTextOut;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfForceUfiMapping;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfNamedEscpae;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfColorCorrectPalette;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetIcmProfileA;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetIcmProfileW;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfAlphaBlend;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetLayout;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfTransparentBlt;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfReserved117;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfGradientFill;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetLinkedUfis;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfSetTextJustification;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfColorMatchToTargetW;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfCreateColorSpaceW;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfMax;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfMin;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EmfPlusRecordBase;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType Invalid;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType Header;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EndOfFile;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType Comment;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType GetDC;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType MultiFormatStart;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType MultiFormatSection;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType MultiFormatEnd;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType Object;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType Clear;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType FillRects;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawRects;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType FillPolygon;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawLines;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType FillEllipse;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawEllipse;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType FillPie;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawPie;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawArc;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType FillRegion;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType FillPath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawPath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType FillClosedCurve;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawClosedCurve;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawCurve;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawBeziers;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawImage;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawImagePoints;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawString;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetRenderingOrigin;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetAntiAliasMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetTextRenderingHint;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetTextContrast;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetInterpolationMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetPixelOffsetMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetCompositingMode;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetCompositingQuality;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType Save;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType Restore;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType BeginContainer;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType BeginContainerNoParams;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType EndContainer;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetWorldTransform;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType ResetWorldTransform;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType MultiplyWorldTransform;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType TranslateWorldTransform;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType ScaleWorldTransform;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType RotateWorldTransform;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetPageTransform;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType ResetClip;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetClipRect;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetClipPath;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType SetClipRegion;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType OffsetClip;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType DrawDriverString;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType Total;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType Max;
- ValueClass System.Drawing.Imaging.EmfPlusRecordType Min;
- }
- class System.Drawing.Imaging.EmfType : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.EmfType EmfOnly;
- ValueClass System.Drawing.Imaging.EmfType EmfPlusOnly;
- ValueClass System.Drawing.Imaging.EmfType EmfPlusDual;
- }
- class System.Drawing.Imaging.Encoder : System.Object
- {
- Class System.Drawing.Imaging.Encoder Compression;
- Class System.Drawing.Imaging.Encoder ColorDepth;
- Class System.Drawing.Imaging.Encoder ScanMethod;
- Class System.Drawing.Imaging.Encoder Version;
- Class System.Drawing.Imaging.Encoder RenderMethod;
- Class System.Drawing.Imaging.Encoder Quality;
- Class System.Drawing.Imaging.Encoder Transformation;
- Class System.Drawing.Imaging.Encoder LuminanceTable;
- Class System.Drawing.Imaging.Encoder ChrominanceTable;
- Class System.Drawing.Imaging.Encoder SaveFlag;
- ValueClass System.Guid guid;
- Void System.Drawing.Imaging.Encoder( ValueClass System.Guid guid);
- ValueClass System.Guid get_Guid();
- Void System.Drawing.Imaging.Encoder();
- property Guid { get(){} set(){} };
- }
- class System.Drawing.Imaging.EncoderParameters : System.Object
- {
- SZArray Class System.Drawing.Imaging.EncoderParameter param;
- Void System.Drawing.Imaging.EncoderParameters( I4 count);
- Void System.Drawing.Imaging.EncoderParameters();
- SZArray Class System.Drawing.Imaging.EncoderParameter get_Param();
- Void set_Param( SZArray Class System.Drawing.Imaging.EncoderParameter value);
- I ConvertToMemory();
- Class System.Drawing.Imaging.EncoderParameters ConvertFromMemory( I memory);
- Void Dispose();
- property Param { get(){} set(){} };
- }
- class System.Drawing.Imaging.EncoderParameterValueType : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.EncoderParameterValueType ValueTypeByte;
- ValueClass System.Drawing.Imaging.EncoderParameterValueType ValueTypeAscii;
- ValueClass System.Drawing.Imaging.EncoderParameterValueType ValueTypeShort;
- ValueClass System.Drawing.Imaging.EncoderParameterValueType ValueTypeLong;
- ValueClass System.Drawing.Imaging.EncoderParameterValueType ValueTypeRational;
- ValueClass System.Drawing.Imaging.EncoderParameterValueType ValueTypeLongRange;
- ValueClass System.Drawing.Imaging.EncoderParameterValueType ValueTypeUndefined;
- ValueClass System.Drawing.Imaging.EncoderParameterValueType ValueTypeRationalRange;
- }
- class System.Drawing.Imaging.EncoderValue : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Imaging.EncoderValue ColorTypeCMYK;
- ValueClass System.Drawing.Imaging.EncoderValue ColorTypeYCCK;
- ValueClass System.Drawing.Imaging.EncoderValue CompressionLZW;
- ValueClass System.Drawing.Imaging.EncoderValue CompressionCCITT3;
- ValueClass System.Drawing.Imaging.EncoderValue CompressionCCITT4;
- ValueClass System.Drawing.Imaging.EncoderValue CompressionRle;
- ValueClass System.Drawing.Imaging.EncoderValue CompressionNone;
- ValueClass System.Drawing.Imaging.EncoderValue ScanMethodInterlaced;
- ValueClass System.Drawing.Imaging.EncoderValue ScanMethodNonInterlaced;
- ValueClass System.Drawing.Imaging.EncoderValue VersionGif87;
- ValueClass System.Drawing.Imaging.EncoderValue VersionGif89;
- ValueClass System.Drawing.Imaging.EncoderValue RenderProgressive;
- ValueClass System.Drawing.Imaging.EncoderValue RenderNonProgressive;
- ValueClass System.Drawing.Imaging.EncoderValue TransformRotate90;
- ValueClass System.Drawing.Imaging.EncoderValue TransformRotate180;
- ValueClass System.Drawing.Imaging.EncoderValue TransformRotate270;
- ValueClass System.Drawing.Imaging.EncoderValue TransformFlipHorizontal;
- ValueClass System.Drawing.Imaging.EncoderValue TransformFlipVertical;
- ValueClass System.Drawing.Imaging.EncoderValue MultiFrame;
- ValueClass System.Drawing.Imaging.EncoderValue LastFrame;
- ValueClass System.Drawing.Imaging.EncoderValue Flush;
- ValueClass System.Drawing.Imaging.EncoderValue FrameDimensionTime;
- ValueClass System.Drawing.Imaging.EncoderValue FrameDimensionResolution;
- ValueClass System.Drawing.Imaging.EncoderValue FrameDimensionPage;
- }
- class System.Drawing.Drawing2D.FillMode : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.FillMode Alternate;
- ValueClass System.Drawing.Drawing2D.FillMode Winding;
- }
- class System.Drawing.Drawing2D.FlushIntention : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.Drawing2D.FlushIntention Flush;
- ValueClass System.Drawing.Drawing2D.FlushIntention Sync;
- }
- class System.Drawing.Text.FontCollection : System.Object
- {
- I nativeFontCollection;
- Void System.Drawing.Text.FontCollection();
- Void Dispose();
- Void Dispose( Boolean disposing);
- SZArray Class System.Drawing.FontFamily get_Families();
- Void Finalize();
- property Families { get(){} set(){} };
- }
- class System.Drawing.FontStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Drawing.FontStyle Regular;
- ValueClass System.Drawing.FontStyle Bold;
- ValueClass System.Drawing.FontStyle Italic;
- ValueClass System.Drawing.FontStyle Underline;
- ValueClass System.Drawing.FontStyle Strikeout;
- }
- class System.Drawing.Imaging.FrameDimension : System.Object
- {
- Class System.Drawing.Imaging.FrameDimension time;
- Class System.Drawing.Imaging.FrameDimension resolution;
- Class System.Drawing.Imaging.FrameDimension page;
- ValueClass System.Guid guid;
- Void System.Drawing.Imaging.FrameDimension( ValueClass System.Guid guid);
- ValueClass System.Guid get_Guid();
- Class System.Drawing.Imaging.FrameDimension get_Time();
- Class System.Drawing.Imaging.FrameDimension get_Resolution();
- Class System.Drawing.Imaging.FrameDimension get_Page();
- Boolean Equals( Object o);
- I4 GetHashCode();
- String ToString();
- Void System.Drawing.Imaging.FrameDimension();
- property Guid { get(){} set(){} };
- property Time { get(){} set(){} };
- property Resolution { get(){} set(){} };
- property Page { get(){} set(){} };
- }
- class System.Drawing.SafeNativeMethods : System.Object
- {
- String ThreadDataSlotName;
- I4 Ok;
- I4 GenericError;
- I4 InvalidParameter;
- I4 OutOfMemory;
- I4 ObjectBusy;
- I4 InsufficientBuffer;
- I4 NotImplemented;
- I4 Win32Error;
- I4 WrongState;
- I4 Aborted;
- I4 FileNotFound;
- I4 ValueOverflow;
- I4 AccessDenied;
- I4 UnknownImageFormat;
- I4 FontFamilyNotFound;
- I4 FontStyleNotFound;
- I4 NotTrueTypeFont;
- I4 UnsupportedGdiplusVersion;
- I4 GdiplusNotInitialized;
- I4 PropertyNotFound;
- I4 PropertyNotSupported;
- I4 UOI_FLAGS;
- I4 WSF_VISIBLE;
- I4 E_UNEXPECTED;
- I4 E_NOTIMPL;
- I4 E_OUTOFMEMORY;
- I4 E_INVALIDARG;
- I4 E_NOINTERFACE;
- I4 E_POINTER;
- I4 E_HANDLE;
- I4 E_ABORT;
- I4 E_FAIL;
- I4 E_ACCESSDENIED;
- I4 PM_NOREMOVE;
- I4 PM_REMOVE;
- I4 PM_NOYIELD;
- I4 GMEM_FIXED;
- I4 GMEM_MOVEABLE;
- I4 GMEM_NOCOMPACT;
- I4 GMEM_NODISCARD;
- I4 GMEM_ZEROINIT;
- I4 GMEM_MODIFY;
- I4 GMEM_DISCARDABLE;
- I4 GMEM_NOT_BANKED;
- I4 GMEM_SHARE;
- I4 GMEM_DDESHARE;
- I4 GMEM_NOTIFY;
- I4 GMEM_LOWER;
- I4 GMEM_VALID_FLAGS;
- I4 GMEM_INVALID_HANDLE;
- I4 DM_UPDATE;
- I4 DM_COPY;
- I4 DM_PROMPT;
- I4 DM_MODIFY;
- I4 DM_IN_BUFFER;
- I4 DM_IN_PROMPT;
- I4 DM_OUT_BUFFER;
- I4 DM_OUT_DEFAULT;
- I4 DT_PLOTTER;
- I4 DT_RASDISPLAY;
- I4 DT_RASPRINTER;
- I4 DT_RASCAMERA;
- I4 DT_CHARSTREAM;
- I4 DT_METAFILE;
- I4 DT_DISPFILE;
- I4 TECHNOLOGY;
- I4 DC_FIELDS;
- I4 DC_PAPERS;
- I4 DC_PAPERSIZE;
- I4 DC_MINEXTENT;
- I4 DC_MAXEXTENT;
- I4 DC_BINS;
- I4 DC_DUPLEX;
- I4 DC_SIZE;
- I4 DC_EXTRA;
- I4 DC_VERSION;
- I4 DC_DRIVER;
- I4 DC_BINNAMES;
- I4 DC_ENUMRESOLUTIONS;
- I4 DC_FILEDEPENDENCIES;
- I4 DC_TRUETYPE;
- I4 DC_PAPERNAMES;
- I4 DC_ORIENTATION;
- I4 DC_COPIES;
- I4 PD_ALLPAGES;
- I4 PD_SELECTION;
- I4 PD_PAGENUMS;
- I4 PD_CURRENTPAGE;
- I4 PD_NOSELECTION;
- I4 PD_NOPAGENUMS;
- I4 PD_NOCURRENTPAGE;
- I4 PD_COLLATE;
- I4 PD_PRINTTOFILE;
- I4 PD_PRINTSETUP;
- I4 PD_NOWARNING;
- I4 PD_RETURNDC;
- I4 PD_RETURNIC;
- I4 PD_RETURNDEFAULT;
- I4 PD_SHOWHELP;
- I4 PD_ENABLEPRINTHOOK;
- I4 PD_ENABLESETUPHOOK;
- I4 PD_ENABLEPRINTTEMPLATE;
- I4 PD_ENABLESETUPTEMPLATE;
- I4 PD_ENABLEPRINTTEMPLATEHANDLE;
- I4 PD_ENABLESETUPTEMPLATEHANDLE;
- I4 PD_USEDEVMODECOPIES;
- I4 PD_USEDEVMODECOPIESANDCOLLATE;
- I4 PD_DISABLEPRINTTOFILE;
- I4 PD_HIDEPRINTTOFILE;
- I4 PD_NONETWORKBUTTON;
- I4 DI_MASK;
- I4 DI_IMAGE;
- I4 DI_NORMAL;
- I4 DI_COMPAT;
- I4 DI_DEFAULTSIZE;
- I4 IDC_ARROW;
- I4 IDC_IBEAM;
- I4 IDC_WAIT;
- I4 IDC_CROSS;
- I4 IDC_UPARROW;
- I4 IDC_SIZE;
- I4 IDC_ICON;
- I4 IDC_SIZENWSE;
- I4 IDC_SIZENESW;
- I4 IDC_SIZEWE;
- I4 IDC_SIZENS;
- I4 IDC_SIZEALL;
- I4 IDC_NO;
- I4 IDC_APPSTARTING;
- I4 IDC_HELP;
- I4 IMAGE_BITMAP;
- I4 IMAGE_ICON;
- I4 IMAGE_CURSOR;
- I4 IMAGE_ENHMETAFILE;
- I4 IDI_APPLICATION;
- I4 IDI_HAND;
- I4 IDI_QUESTION;
- I4 IDI_EXCLAMATION;
- I4 IDI_ASTERISK;
- I4 IDI_WINLOGO;
- I4 IDI_WARNING;
- I4 IDI_ERROR;
- I4 IDI_INFORMATION;
- I4 SRCCOPY;
- I4 PLANES;
- I4 PS_SOLID;
- I4 PS_DASH;
- I4 PS_DOT;
- I4 PS_DASHDOT;
- I4 PS_DASHDOTDOT;
- I4 PS_NULL;
- I4 PS_INSIDEFRAME;
- I4 PS_USERSTYLE;
- I4 PS_ALTERNATE;
- I4 PS_STYLE_MASK;
- I4 PS_ENDCAP_ROUND;
- I4 PS_ENDCAP_SQUARE;
- I4 PS_ENDCAP_FLAT;
- I4 PS_ENDCAP_MASK;
- I4 PS_JOIN_ROUND;
- I4 PS_JOIN_BEVEL;
- I4 PS_JOIN_MITER;
- I4 PS_JOIN_MASK;
- I4 PS_COSMETIC;
- I4 PS_GEOMETRIC;
- I4 PS_TYPE_MASK;
- I4 BITSPIXEL;
- I4 ALTERNATE;
- I4 LOGPIXELSX;
- I4 LOGPIXELSY;
- I4 WINDING;
- I4 VERTRES;
- I4 HORZRES;
- I4 DM_SPECVERSION;
- I4 DM_ORIENTATION;
- I4 DM_PAPERSIZE;
- I4 DM_PAPERLENGTH;
- I4 DM_PAPERWIDTH;
- I4 DM_SCALE;
- I4 DM_COPIES;
- I4 DM_DEFAULTSOURCE;
- I4 DM_PRINTQUALITY;
- I4 DM_COLOR;
- I4 DM_DUPLEX;
- I4 DM_YRESOLUTION;
- I4 DM_TTOPTION;
- I4 DM_COLLATE;
- I4 DM_FORMNAME;
- I4 DM_LOGPIXELS;
- I4 DM_BITSPERPEL;
- I4 DM_PELSWIDTH;
- I4 DM_PELSHEIGHT;
- I4 DM_DISPLAYFLAGS;
- I4 DM_DISPLAYFREQUENCY;
- I4 DM_PANNINGWIDTH;
- I4 DM_PANNINGHEIGHT;
- I4 DM_ICMMETHOD;
- I4 DM_ICMINTENT;
- I4 DM_MEDIATYPE;
- I4 DM_DITHERTYPE;
- I4 DM_ICCMANUFACTURER;
- I4 DM_ICCMODEL;
- I4 DMORIENT_PORTRAIT;
- I4 DMORIENT_LANDSCAPE;
- I4 DMPAPER_LETTER;
- I4 DMPAPER_LETTERSMALL;
- I4 DMPAPER_TABLOID;
- I4 DMPAPER_LEDGER;
- I4 DMPAPER_LEGAL;
- I4 DMPAPER_STATEMENT;
- I4 DMPAPER_EXECUTIVE;
- I4 DMPAPER_A3;
- I4 DMPAPER_A4;
- I4 DMPAPER_A4SMALL;
- I4 DMPAPER_A5;
- I4 DMPAPER_B4;
- I4 DMPAPER_B5;
- I4 DMPAPER_FOLIO;
- I4 DMPAPER_QUARTO;
- I4 DMPAPER_10X14;
- I4 DMPAPER_11X17;
- I4 DMPAPER_NOTE;
- I4 DMPAPER_ENV_9;
- I4 DMPAPER_ENV_10;
- I4 DMPAPER_ENV_11;
- I4 DMPAPER_ENV_12;
- I4 DMPAPER_ENV_14;
- I4 DMPAPER_CSHEET;
- I4 DMPAPER_DSHEET;
- I4 DMPAPER_ESHEET;
- I4 DMPAPER_ENV_DL;
- I4 DMPAPER_ENV_C5;
- I4 DMPAPER_ENV_C3;
- I4 DMPAPER_ENV_C4;
- I4 DMPAPER_ENV_C6;
- I4 DMPAPER_ENV_C65;
- I4 DMPAPER_ENV_B4;
- I4 DMPAPER_ENV_B5;
- I4 DMPAPER_ENV_B6;
- I4 DMPAPER_ENV_ITALY;
- I4 DMPAPER_ENV_MONARCH;
- I4 DMPAPER_ENV_PERSONAL;
- I4 DMPAPER_FANFOLD_US;
- I4 DMPAPER_FANFOLD_STD_GERMAN;
- I4 DMPAPER_FANFOLD_LGL_GERMAN;
- I4 DMPAPER_ISO_B4;
- I4 DMPAPER_JAPANESE_POSTCARD;
- I4 DMPAPER_9X11;
- I4 DMPAPER_10X11;
- I4 DMPAPER_15X11;
- I4 DMPAPER_ENV_INVITE;
- I4 DMPAPER_RESERVED_48;
- I4 DMPAPER_RESERVED_49;
- I4 DMPAPER_LETTER_EXTRA;
- I4 DMPAPER_LEGAL_EXTRA;
- I4 DMPAPER_TABLOID_EXTRA;
- I4 DMPAPER_A4_EXTRA;
- I4 DMPAPER_LETTER_TRANSVERSE;
- I4 DMPAPER_A4_TRANSVERSE;
- I4 DMPAPER_LETTER_EXTRA_TRANSVERSE;
- I4 DMPAPER_A_PLUS;
- I4 DMPAPER_B_PLUS;
- I4 DMPAPER_LETTER_PLUS;
- I4 DMPAPER_A4_PLUS;
- I4 DMPAPER_A5_TRANSVERSE;
- I4 DMPAPER_B5_TRANSVERSE;
- I4 DMPAPER_A3_EXTRA;
- I4 DMPAPER_A5_EXTRA;
- I4 DMPAPER_B5_EXTRA;
- I4 DMPAPER_A2;
- I4 DMPAPER_A3_TRANSVERSE;
- I4 DMPAPER_A3_EXTRA_TRANSVERSE;
- I4 DMPAPER_DBL_JAPANESE_POSTCARD;
- I4 DMPAPER_A6;
- I4 DMPAPER_JENV_KAKU2;
- I4 DMPAPER_JENV_KAKU3;
- I4 DMPAPER_JENV_CHOU3;
- I4 DMPAPER_JENV_CHOU4;
- I4 DMPAPER_LETTER_ROTATED;
- I4 DMPAPER_A3_ROTATED;
- I4 DMPAPER_A4_ROTATED;
- I4 DMPAPER_A5_ROTATED;
- I4 DMPAPER_B4_JIS_ROTATED;
- I4 DMPAPER_B5_JIS_ROTATED;
- I4 DMPAPER_JAPANESE_POSTCARD_ROTATED;
- I4 DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED;
- I4 DMPAPER_A6_ROTATED;
- I4 DMPAPER_JENV_KAKU2_ROTATED;
- I4 DMPAPER_JENV_KAKU3_ROTATED;
- I4 DMPAPER_JENV_CHOU3_ROTATED;
- I4 DMPAPER_JENV_CHOU4_ROTATED;
- I4 DMPAPER_B6_JIS;
- I4 DMPAPER_B6_JIS_ROTATED;
- I4 DMPAPER_12X11;
- I4 DMPAPER_JENV_YOU4;
- I4 DMPAPER_JENV_YOU4_ROTATED;
- I4 DMPAPER_P16K;
- I4 DMPAPER_P32K;
- I4 DMPAPER_P32KBIG;
- I4 DMPAPER_PENV_1;
- I4 DMPAPER_PENV_2;
- I4 DMPAPER_PENV_3;
- I4 DMPAPER_PENV_4;
- I4 DMPAPER_PENV_5;
- I4 DMPAPER_PENV_6;
- I4 DMPAPER_PENV_7;
- I4 DMPAPER_PENV_8;
- I4 DMPAPER_PENV_9;
- I4 DMPAPER_PENV_10;
- I4 DMPAPER_P16K_ROTATED;
- I4 DMPAPER_P32K_ROTATED;
- I4 DMPAPER_P32KBIG_ROTATED;
- I4 DMPAPER_PENV_1_ROTATED;
- I4 DMPAPER_PENV_2_ROTATED;
- I4 DMPAPER_PENV_3_ROTATED;
- I4 DMPAPER_PENV_4_ROTATED;
- I4 DMPAPER_PENV_5_ROTATED;
- I4 DMPAPER_PENV_6_ROTATED;
- I4 DMPAPER_PENV_7_ROTATED;
- I4 DMPAPER_PENV_8_ROTATED;
- I4 DMPAPER_PENV_9_ROTATED;
- I4 DMPAPER_PENV_10_ROTATED;
- I4 DMPAPER_LAST;
- I4 DMPAPER_USER;
- I4 DMBIN_UPPER;
- I4 DMBIN_ONLYONE;
- I4 DMBIN_LOWER;
- I4 DMBIN_MIDDLE;
- I4 DMBIN_MANUAL;
- I4 DMBIN_ENVELOPE;
- I4 DMBIN_ENVMANUAL;
- I4 DMBIN_AUTO;
- I4 DMBIN_TRACTOR;
- I4 DMBIN_SMALLFMT;
- I4 DMBIN_LARGEFMT;
- I4 DMBIN_LARGECAPACITY;
- I4 DMBIN_CASSETTE;
- I4 DMBIN_FORMSOURCE;
- I4 DMBIN_LAST;
- I4 DMBIN_USER;
- I4 DMRES_DRAFT;
- I4 DMRES_LOW;
- I4 DMRES_MEDIUM;
- I4 DMRES_HIGH;
- I4 DMCOLOR_MONOCHROME;
- I4 DMCOLOR_COLOR;
- I4 DMDUP_SIMPLEX;
- I4 DMDUP_VERTICAL;
- I4 DMDUP_HORIZONTAL;
- I4 DMTT_BITMAP;
- I4 DMTT_DOWNLOAD;
- I4 DMTT_SUBDEV;
- I4 DMTT_DOWNLOAD_OUTLINE;
- I4 DMCOLLATE_FALSE;
- I4 DMCOLLATE_TRUE;
- I4 DMDISPLAYFLAGS_TEXTMODE;
- I4 DMICMMETHOD_NONE;
- I4 DMICMMETHOD_SYSTEM;
- I4 DMICMMETHOD_DRIVER;
- I4 DMICMMETHOD_DEVICE;
- I4 DMICMMETHOD_USER;
- I4 DMICM_SATURATE;
- I4 DMICM_CONTRAST;
- I4 DMICM_COLORMETRIC;
- I4 DMICM_USER;
- I4 DMMEDIA_STANDARD;
- I4 DMMEDIA_TRANSPARENCY;
- I4 DMMEDIA_GLOSSY;
- I4 DMMEDIA_USER;
- I4 DMDITHER_NONE;
- I4 DMDITHER_COARSE;
- I4 DMDITHER_FINE;
- I4 DMDITHER_LINEART;
- I4 DMDITHER_GRAYSCALE;
- I4 DMDITHER_USER;
- I4 PRINTER_ENUM_DEFAULT;
- I4 PRINTER_ENUM_LOCAL;
- I4 PRINTER_ENUM_CONNECTIONS;
- I4 PRINTER_ENUM_FAVORITE;
- I4 PRINTER_ENUM_NAME;
- I4 PRINTER_ENUM_REMOTE;
- I4 PRINTER_ENUM_SHARED;
- I4 PRINTER_ENUM_NETWORK;
- I4 PRINTER_ENUM_EXPAND;
- I4 PRINTER_ENUM_CONTAINER;
- I4 PRINTER_ENUM_ICONMASK;
- I4 PRINTER_ENUM_ICON1;
- I4 PRINTER_ENUM_ICON2;
- I4 PRINTER_ENUM_ICON3;
- I4 PRINTER_ENUM_ICON4;
- I4 PRINTER_ENUM_ICON5;
- I4 PRINTER_ENUM_ICON6;
- I4 PRINTER_ENUM_ICON7;
- I4 PRINTER_ENUM_ICON8;
- I4 DC_BINADJUST;
- I4 DC_EMF_COMPLIANT;
- I4 DC_DATATYPE_PRODUCED;
- I4 DC_COLLATE;
- I4 DCTT_BITMAP;
- I4 DCTT_DOWNLOAD;
- I4 DCTT_SUBDEV;
- I4 DCTT_DOWNLOAD_OUTLINE;
- I4 DCBA_FACEUPNONE;
- I4 DCBA_FACEUPCENTER;
- I4 DCBA_FACEUPLEFT;
- I4 DCBA_FACEUPRIGHT;
- I4 DCBA_FACEDOWNNONE;
- I4 DCBA_FACEDOWNCENTER;
- I4 DCBA_FACEDOWNLEFT;
- I4 DCBA_FACEDOWNRIGHT;
- I4 SM_CXSCREEN;
- I4 SM_CYSCREEN;
- I4 SM_CXVSCROLL;
- I4 SM_CYHSCROLL;
- I4 SM_CYCAPTION;
- I4 SM_CXBORDER;
- I4 SM_CYBORDER;
- I4 SM_CXDLGFRAME;
- I4 SM_CYDLGFRAME;
- I4 SM_CYVTHUMB;
- I4 SM_CXHTHUMB;
- I4 SM_CXICON;
- I4 SM_CYICON;
- I4 SM_CXCURSOR;
- I4 SM_CYCURSOR;
- I4 SM_CYMENU;
- I4 SM_CXFULLSCREEN;
- I4 SM_CYFULLSCREEN;