System::Drawing::PointF::PointF constructor
Contents
[
Hide
]PointF::PointF() constructor
Constructs a new PointF object and initializes its X and Y coordinates values with 0.
System::Drawing::PointF::PointF()
See Also
- Class PointF
- Namespace System::Drawing
- Library Aspose.Font for C++
PointF::PointF(const SizeF&) constructor
Constructs a new PointF object and initializes its X and Y coordinates values with the values of width and height of the specifide SizeF object correspondingly.
System::Drawing::PointF::PointF(const SizeF &size)
| Parameter | Type | Description |
|---|---|---|
| size | const SizeF& | A SizeF object whose width and height values are used to initialize X and Y coordinates values of the PointF object being created |
See Also
- Class SizeF
- Class PointF
- Namespace System::Drawing
- Library Aspose.Font for C++
PointF::PointF(float, float) constructor
Constructs a new PointF object and initializes it with the specified values.
System::Drawing::PointF::PointF(float x, float y)
| Parameter | Type | Description |
|---|---|---|
| x | float | The value of X coordinate |
| y | float | The value of Y coordinate |
See Also
- Class PointF
- Namespace System::Drawing
- Library Aspose.Font for C++