gdk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.ValueTypeSystem.IEquatable<Gdk.Point>Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional, Cartesian plane.Constructor
a Constructs a point from a The point will have an X of .Width and a Y of .HeightConstructor
The x-coordinate.
The y-coordinate.
Creates a Point object from integer x- and y-coordinates.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.Int32To be added.To be added.To be added.PropertySystem.BooleanChecks if the point is (0,0)true if this == (0,0To be added.MethodGdk.Point
a , pointer to internal data
Internal constructorThis is an internal constructor, and should not be used by user code.MethodSystem.Void
Quanity by which to change X
Quanity by which to change Y
Moves this point by quanities dx and dyTo be added.MethodGdk.Point
To be added.
To be added.
To be added.To be added.To be added.MethodSystem.Boolean
To be added.
To be added.
To be added.To be added.To be added.MethodGdk.Size
To be added.
To be added.To be added.To be added.MethodSystem.Boolean
To be added.
To be added.
To be added.To be added.To be added.MethodGdk.Point
To be added.
To be added.
To be added.To be added.To be added.MethodSystem.StringTo be added.To be added.To be added.FieldSystem.Int32The x-coordinate of the Point.FieldSystem.Int32The y-coordinate of the Point.FieldGdk.PointThe point (0, 0).