Initializes a new instance of the
Size structure from the specified
Point.
Namespace:
Aspose.CAD
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Size(
Point point
)
Public Sub New (
point As Point
)
public:
Size(
Point point
)
new :
point : Point -> SizeParameters
- point
- Type: Aspose.CADPoint
The Point from which to initialize this Size.
See Also