Initializes a new instance of the RoundedVectorRectangle class.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public RoundedVectorRectangle(
	VectorRectangle vectorRectangle,
	double rx,
	double ry
)
Visual Basic (Declaration)
Public Sub New ( _
	vectorRectangle As VectorRectangle, _
	rx As Double, _
	ry As Double _
)
Visual C++
public:
RoundedVectorRectangle(
	VectorRectangle vectorRectangle, 
	double rx, 
	double ry
)

See Also