Ignore:
Timestamp:
Apr 7, 2009, 9:35:42 PM (15 years ago)
Author:
イグトランス (egtra)
Message:

Imageクラスを追加
(#242)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/System/Drawing/Imaging/misc.ab

    r700 r703  
    133133    EncoderType As DWord '元はTypeという名前
    134134    Value As VoidPtr
    135 End Type
    136 
    137 Type Align(8) EncoderParameters
    138     Count As DWord
    139     Parameter[0] As EncoderParameter
    140135End Type
    141136
     
    411406Const PropertyTagGpsDestDistRef     = &h0019
    412407Const PropertyTagGpsDestDist        = &h001A
    413 
    414 Type ImageCodecInfo
    415     Clsid As CLSID
    416     FormatID As GUID
    417     CodecName As PCWSTR
    418     DllName As PCWSTR
    419     FormatDescription As PCWSTR
    420     FilenameExtension As PCWSTR
    421     MimeType As PCWSTR
    422     Flags As DWord
    423     Version As DWord
    424     SigCount As DWord
    425     SigSize As DWord
    426     SigPattern As *Byte
    427     SigMask As DWord
    428 End Type
    429408
    430409Enum ColorChannelFlag
Note: See TracChangeset for help on using the changeset viewer.