Size2D Constructor (Int32, Int32)

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 Size2D(
	int width,
	int height
)

Parameters

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

Reference