SizeF Conversion (SizeF to PointF) |
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic static explicit operator PointF (
SizeF size
)
Public Shared Narrowing Operator CType (
size As SizeF
) As PointF
static explicit operator PointF (
SizeF size
)
F# does not support the declaration of new casting operators.
Parameters
- size
- Type: Aspose.ImagingSizeF
The SizeF structure to be converted
Return Value
Type:
PointFThe
PointF structure to which this operator converts.
See Also