Size2Dd Constructor (Point2Dd)

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 Size2Dd(
	Point2Dd pt
)

Parameters

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

Reference