Ignore:
Timestamp:
Mar 31, 2009, 2:09:07 PM (15 years ago)
Author:
イグトランス (egtra)
Message:

GDI+をコンパイルできるように修正。FontFamily, Penの追加。サンプルとして、Step 32のGDI+版を制作。
(#56)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/GdiPlusTypes.ab

    r497 r698  
    44TypeDef DrawImageAbort = ImageAbort
    55TypeDef GetThumbnailImageAbort = ImageAbort
    6 
    7 TypeDef EnumerateMetafileProc = *Function(recordType As EmfPlusRecordType, flags As DWord, dataSize As DWord, data As *Byte, callbackData As VoidPtr) As BOOL
    86
    97'Const REAL_MAX           = FLT_MAX
     
    3634End Enum
    3735
    38 Class PathData
     36Type PathData
    3937/*
    4038Public
     
    5452
    5553Public
     54*/
    5655    Count As Long
    57     Points As *PointF
     56    Points As *GpPointF
    5857    Types As *BYTE
    59 */
    60 End Class
     58End Type
Note: See TracChangeset for help on using the changeset viewer.