Ignore:
Timestamp:
Jan 27, 2007, 12:04:09 PM (18 years ago)
Author:
イグトランス (egtra)
Message:

Controlの追加とそれに伴う修正

File:
1 edited

Legend:

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

    r27 r77  
    110110    End Function
    111111
    112     Static Function Substract((pt1 As PointF, pt2 As PointF) As PointF
     112    Static Function Substract(pt1 As PointF, pt2 As PointF) As PointF
    113113        Dim ret As PointF(pt1.x - pt2.x, pt1.y - pt2.y)
    114114        Return ret
Note: See TracChangeset for help on using the changeset viewer.