System.Drawing.tlb
跳至導覽
跳至搜尋
檔名 | System.Drawing.tlb |
---|---|
類型 | ActiveX |
出處 | C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Drawing.tlb C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Drawing.tlb |
宣告
System.Drawing.IDL
// Generated .IDL file (by the OLE/COM Object Viewer) // // typelib filename: System.Drawing.tlb [ uuid(D37E2A3E-8545-3A39-9F4F-31827C9124AB), version(2.4), helpstring("System.Drawing.dll"), custom(90883F05-3D28-11D2-8F17-00A0C9A6186D, "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a") ] library System_Drawing { // TLib : mscorlib.dll : {BED7F4EA-1A96-11D2-8F08-00A0C9A6186D} importlib("mscorlib.tlb"); // TLib : OLE Automation : {00020430-0000-0000-C000-000000000046} importlib("stdole2.tlb"); // Forward declare all types defined in this typelib interface _Bitmap; interface _Image; interface _Font; [ uuid(6549E875-8857-35A3-94A2-C3D574DDEB1D), version(1.0), noncreatable, custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.Bitmap") ] coclass Bitmap { [default] interface _Bitmap; interface _Object; interface ISerializable; interface ICloneable; interface IDisposable; }; typedef [uuid(5146345A-5600-3C1C-92BB-25B12E4EED96), version(1.0) , custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.CopyPixelOperation") ] enum { CopyPixelOperation_Blackness = 66, CopyPixelOperation_CaptureBlt = 0x40000000, CopyPixelOperation_DestinationInvert = 0x00550009, CopyPixelOperation_MergeCopy = 0x00c000ca, CopyPixelOperation_MergePaint = 0x00bb0226, CopyPixelOperation_NoMirrorBitmap = 0x80000000, CopyPixelOperation_NotSourceCopy = 0x00330008, CopyPixelOperation_NotSourceErase = 0x001100a6, CopyPixelOperation_PatCopy = 0x00f00021, CopyPixelOperation_PatInvert = 0x005a0049, CopyPixelOperation_PatPaint = 0x00fb0a09, CopyPixelOperation_SourceAnd = 0x008800c6, CopyPixelOperation_SourceCopy = 0x00cc0020, CopyPixelOperation_SourceErase = 0x00440328, CopyPixelOperation_SourceInvert = 0x00660046, CopyPixelOperation_SourcePaint = 0x00ee0086, CopyPixelOperation_Whiteness = 0x00ff0062 } CopyPixelOperation; [ uuid(451DBF16-B46B-3B4F-993C-EFD8B01553A0), version(1.0), noncreatable, custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.Image") ] coclass Image { [default] interface _Image; interface _Object; interface ISerializable; interface ICloneable; interface IDisposable; }; typedef [uuid(CD6CB0A8-D6EF-33E8-888E-FE8C78CA568F), version(1.0) , custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.Point") ] struct tagPoint { long x; long y; } Point; typedef [uuid(548BBB02-5F3C-35FB-A75F-1FBD3D0D3584), version(1.0) , custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.Rectangle") ] struct tagRectangle { long x; long y; long width; long height; } Rectangle; typedef [uuid(ECD5EB7F-1CD0-3F82-9997-5E4C9AB9F326), version(1.0) , custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.Size") ] struct tagSize { long width; long height; } Size; [ uuid(091B628B-3473-38BF-9A98-4F9DB4FB61F8), version(1.0), noncreatable, custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.Font") ] coclass Font { [default] interface _Font; interface _Object; interface ICloneable; interface ISerializable; interface IDisposable; }; typedef [uuid(A521101D-A776-3125-B530-67030F2E0A21), version(1.0) , custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.PointF") ] struct tagPointF { single x; single y; } PointF; typedef [uuid(56ABB41C-4516-30F6-882E-57F234AB5028), version(1.0) , custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.SizeF") ] struct tagSizeF { single width; single height; } SizeF; [ odl, uuid(F86086E0-A89E-3EBE-B036-79BF72354656), hidden, dual, oleautomation, custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.Bitmap") ] interface _Bitmap : IDispatch { }; [ odl, uuid(2948EBCD-5E0A-3184-9A87-37D3258C0D98), hidden, dual, oleautomation, custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.Image") ] interface _Image : IDispatch { }; [ odl, uuid(BC28F4B1-B9AB-3DD8-A471-5B7AE757F8F9), hidden, dual, oleautomation, custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "System.Drawing.Font") ] interface _Font : IDispatch { }; };