Table of Contents

Operator implicit operator

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

implicit operator SizeF(Size)

Converts the specified Size to a SizeF.

public static implicit operator SizeF(Size size)

Parameters

size Size

The Size to convert.

Returns

SizeF

The SizeF structure to which this operator converts.