HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file ui.Point2D by barry
expand copy to clipboardexpand
uses Color

/* {"description" : "This data type is used to describe a single-pixel point that can be drawn to the screen."} */
data Point2D{
	/* {"@description" : "The x-coordinate of the point."} */
	int x
	/* {"@description" : "The y-coordinate of the point."} */
	int y
	/* {"@description" : "The colour of the point."} */
	Color color
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n ui.Point2D -m "reason for update" -u yourUsername
Version 2 (this version) by barry
Notes for this version: Updates documentation strings.
Version 1 by barry