Area2D Constructor (Point2Dd, Point2Dd, Point2Dd)

CVB.Net Documentation
Constructor for Area2D.

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

public Area2D(
	Point2Dd p0,
	Point2Dd p1,
	Point2Dd p2
)

Parameters

p0
Type: Stemmer.CvbPoint2Dd
P0 (top left corner of the area)
p1
Type: Stemmer.CvbPoint2Dd
P1 (top right corner of the area)
p2
Type: Stemmer.CvbPoint2Dd
P2 (bottom left corner of the area)
See Also

Reference