RectD Constructor (Point2Dd, Size2Dd)

CVB.Net Documentation
Constructs a RectD structure.

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

public RectD(
	Point2Dd location,
	Size2Dd size
)

Parameters

location
Type: Stemmer.CvbPoint2Dd
Left/top location.
size
Type: Stemmer.CvbSize2Dd
Width and height.
See Also

Reference