Changeset 29


Ignore:
Timestamp:
Dec 12, 2006, 8:16:53 PM (17 years ago)
Author:
OverTaker
Message:

記述ミスを修正

File:
1 edited

Legend:

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

    r27 r29  
    9898    End Function
    9999
    100     Sub Offset(pt As Point) As Point
     100    Function Offset(pt As Point) As Point
    101101        Dim ret As Point(x + pt.x, y + pt.y)
    102102        Return ret
     
    106106        x += dx
    107107        y += dy
    108     End Function
     108    End Sub
    109109
    110110    Static Function Substract(pt1 As Point, pt2 As Point) As Point
Note: See TracChangeset for help on using the changeset viewer.