Size2Dd Constructor (Double, Double)

CVB.Net Documentation
Creates a size with a given width and height.

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

public Size2Dd(
	double width,
	double height
)

Parameters

width
Type: SystemDouble
Horizontal component of the size.
height
Type: SystemDouble
Vertical component of the size.
See Also

Reference