Size2D Constructor (Point2D)

CVB.Net Documentation
Creates a size from the given point's pt horizontal and vertical components.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Size2D(
	Point2D pt
)

Parameters

pt
Type: Stemmer.CvbPoint2D
Point to initialize the size with.
See Also

Reference