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(
	double x,
	double y,
	double width,
	double height
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Double, _
	y As Double, _
	width As Double, _
	height As Double _
)
Visual C++
public:
RoundedVectorRectangle(
	double x, 
	double y, 
	double width, 
	double height
)

Parameters

x
Type: System..::.Double
y
Type: System..::.Double
width
Type: System..::.Double
height
Type: System..::.Double

See Also