|
|
Whitebeam Object Definition
|
GraphicImage.Point
Defines a 'point' - either in a polygon or in a drawPixels call
Elements
The GraphicImage.Point struct has 3 elements:
| Name | Type/Value | Range/Length | Description | | x | number | integer | Optional. 'x' component of the point being defined | | y | number | integer | Optional. 'y' component of the point being defined | | c | number | integer | Optional. Optional colour for the point. Used only in 'drawPixels' |
Remarks
Used to identify a point within an image
|
|
|
(loadtime : 11ms) |