gdk-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional, Cartesian plane.System.ValueTypeFieldGdk.PointThe point (0, 0).FieldSystem.Int32The x-coordinate of the Point.FieldSystem.Int32The x-coordinate of the Point.MethodGdk.PointInternal constructor
To be added: an object of type 'IntPtr'
This is an internal constructor, and should not be used by user code.MethodSystem.StringThe point as a string.The point as a string.ConstructorCreates a Point object from integer x- and y-coordinates.
The x-coordinate.
The y-coordinate.