UAOOI.Windows.Forms

OperationShape Constructor

Initializes a new instance of the OperationShape class.

Namespace:  UAOOI.Windows.Forms.GDI
Assembly:  CAS.Windows.Forms (in CAS.Windows.Forms.dll)

Syntax


[SuppressMessageAttribute]
public OperationShape(
	int NumberOfInputs,
	int NumberOfOutputs,
	int NumberOfTopInputs,
	int NumberOfBottomInputs,
	Color MainShapeColor
)

Parameters

NumberOfInputs
Type: Int32
The number of inputs.
NumberOfOutputs
Type: Int32
The number of outputs.
NumberOfTopInputs
Type: Int32
The number of top inputs.
NumberOfBottomInputs
Type: Int32
The number of bottom inputs.
MainShapeColor
Type: Color
the main color of the shape.