Size2D  Conversion (Size2D to Point2D)

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

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

public static explicit operator Point2D (
	Size2D sz
)

Parameters

sz
Type: Stemmer.CvbSize2D
Size to convert.

Return Value

Type: Point2D
New PointD.
See Also

Reference