I always get NullReferenceException
error when I try to run the this code:
Dim startx As Int64
Dim starty As Int64
Dim count As Int64 = 0
Dim Position() As Point
startx = 15
starty = 18
Position(count) = New Point(startx, starty)
Can someone tell me why this doesn't work?