Point2D Constructor (Int32, Int32)

CVB.Net Documentation
Create a Point2D from the x and y component.

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

public Point2D(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
data to initialize with
y
Type: SystemInt32
data to initialize with
See Also

Reference