SizeF.SizeF
Contents
[
Hide
]SizeF(float, float)
Initializes a new instance of the SizeF structure from the specified dimensions.
public SizeF(float width, float height)
| Parameter | Type | Description |
|---|---|---|
| width | Single | The width component of the new SizeF structure. |
| height | Single | The height component of the new SizeF structure. |
See Also
- struct SizeF
- namespace System.Drawing
- assembly Aspose.Drawing
SizeF(PointF)
Initializes a new instance of the SizeF struct.
public SizeF(PointF pt)
| Parameter | Type | Description |
|---|---|---|
| pt | PointF | The PointF structure from which to initialize this SizeF structure. |
See Also
- struct PointF
- struct SizeF
- namespace System.Drawing
- assembly Aspose.Drawing
SizeF(SizeF)
Initializes a new instance of the SizeF struct.
public SizeF(SizeF size)
| Parameter | Type | Description |
|---|---|---|
| size | SizeF | The SizeF structure from which to create the new SizeF structure. |
See Also
- struct SizeF
- namespace System.Drawing
- assembly Aspose.Drawing