Size2Dd  Conversion (Size2Dd to Point2Dd)

CVB.Net Documentation
Converts the given sz to a Point2Dd.

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

public static explicit operator Point2Dd (
	Size2Dd sz
)

Parameters

sz
Type: Stemmer.CvbSize2Dd
Size to convert.

Return Value

Type: Point2Dd
New PointD.
See Also

Reference