PointFloat Constructors
Represents a point with floating X and Y values.| Name | Parameters | Description |
|---|---|---|
| PointFloat(PointF) | pt | For internal use only. Initializes a new instance of the PointFloat class. |
| PointFloat(Single, Single) | x, y | For internal use only. Initializes a new instance of the PointFloat class. |
See Also