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