PointInt Structure |
Namespace: Arction.WinForms.Charting
The PointInt type exposes the following members.
| Name | Description | |
|---|---|---|
| PointInt(Int32, Int32) |
Constructor.
| |
| PointInt(Single, Single) |
Constructor for floats. Converts float parameters to integers.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| (PointFloat to PointInt) |
Transform PointFloat to PointInt.
| |
| (Point to PointInt) |
Implicit converter from System.Drawing.Point to PointInt.
|