Initializes a new instance of the
Size structure from the specified
Point.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.02
Syntaxpublic Size(
Point point
)
Public Sub New (
point As Point
)
public:
Size(
Point point
)
new :
point : Point -> Size
Parameters
- point
- Type: Aspose.ImagingPoint
The Point from which to initialize this Size.
See Also