Ignore:
Timestamp:
Sep 18, 2007, 12:10:41 AM (17 years ago)
Author:
イグトランス (egtra)
Message:

SPrintF関連の追加。関数FloatToChars, FormatFloatE, FormatIntegerUと列挙体FormatFlags。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/System/Drawing/Color.ab

    r303 r335  
    44#define __SYSTEM_DRAWING_COLOR_AB__
    55
    6 #include <Classes/System/Math.ab>
     6'#include <Classes/System/Math.ab>
    77#include <Classes/System/Drawing/Imaging/misc.ab>
    88
     
    7676        ToCOLORREF = RGB(R, G, B)
    7777    End Function
    78 
     78/*
    7979    Function ToArgb() As ARGB
    80         Return argb
    81     End Function
    82 
     80        ToArgb = argb
     81    End Function
     82*/
    8383    Static Function FromArgb(argb As ARGB) As Color
    8484        Return New Color(argb)
Note: See TracChangeset for help on using the changeset viewer.