ILNumerics Ultimate VS

RoundedRectangle Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Initializes a new instance of the RoundedRectangle class

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public RoundedRectangle(
	Object tag = null,
	float radius = 0,2f,
	int resolution = 30,
	bool roundUL = true,
	bool roundUR = true,
	bool roundLR = true,
	bool roundLL = true
)

Parameters

tag (Optional)
Type: SystemObject
radius (Optional)
Type: SystemSingle
resolution (Optional)
Type: SystemInt32
roundUL (Optional)
Type: SystemBoolean
roundUR (Optional)
Type: SystemBoolean
roundLR (Optional)
Type: SystemBoolean
roundLL (Optional)
Type: SystemBoolean
See Also

Reference