[Hauptseite] / [SPoint]
Structure SPoint
  New (x As Integer, y As Integer) As SPoint
  Function CompareTo(obj As Object) As Integer
  Static Function FromString(expression As String) As SPoint
  Static Function op_Equality(obj1 As SPoint, obj2 As SPoint) As Boolean
  Static Function op_Inequality(obj1 As SPoint, obj2 As SPoint) As Boolean
  Function RectangleDiff(coord As SPoint) As Integer
  Var X As Integer
  Var Y As Integer

//wiki.stne.net/index.php?title=API:SPoint
//wiki.en.stne.net/index.php?title=API:SPoint