Origin Property

See Also Applies To Example Model

Returns the Screen origin location as a VPoint object.

Example

The following example draws a line from each Bot object to the coordinate system origin.

For Each Bot in Bots
     Bot.DrawTo World.Screen.Origin
Next Bot