Point2D Constructor (Int32)

CVB.Net Documentation
Create a new instance of the Point2D structure and initialize both components to the same value.

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

public Point2D(
	int n
)

Parameters

n
Type: SystemInt32
value to initialize X and Y with.
See Also

Reference