Ignore:
Timestamp:
Dec 17, 2006, 12:36:30 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

Graphics クラスの追加とそれに伴う修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/Drawing/misc.ab

    r11 r33  
    2626End Enum
    2727
     28Const Enum GraphicsUnit
     29    World       ' 0
     30    Display     ' 1
     31    Pixel       ' 2
     32    Point       ' 3
     33    Inch        ' 4
     34    Document    ' 5
     35    Millimeter  ' 6
     36End Enum
     37
    2838#endif '__SYSTEM_DRAWING_MISC_AB__
Note: See TracChangeset for help on using the changeset viewer.