art-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Structure representing a point in the Art 2D space.The Art 2D space is not a direct cartesian 2D space: it is an indirect cartesian space (that is, its direction is the invert of the standard trigonometric direction). The 2D space used by Art is inspired by the X coordinate space.System.ValueTypeFieldArt.PointGet a point at the origin.To be addedMethodArt.PointTo be added
a a To be addedFieldSystem.DoubleThe X coordinate.To be addedFieldSystem.DoubleThe Y coordinate.To be added