Constructor()

Namespace ›› System ›› MfDigitShapes ›› Methods ››
Parent Previous Next

Constructor()

OutputVar := new MfDigitShapes()
OutputVar := new MfDigitShapes(num)
OutputVar := new MfDigitShapes(instanceEnum)
OutputVar := new MfDigitShapes(enumItem)

Constructor()

Creates a new instance of MfDigitShapes class and set initial value to zero.

Constructor(num)

Creates a new instance of MfDigitShapes class and sets initial value to value of num.

Constructor(instanceEnum)

Creates a new instance of MfDigitShapes class an set the initial value to the value of instanceEnum.

Constructor(enumItem)

Creates a new instance of MfDigitShapes class and set its value to the MfEnum.EnumItem instance value.

Parameters

num

A value representing the current selected MfEnum.EnumItem value(s) of the MfDigitShapes class.

instanceEnum

An instance of MfDigitShapes class whose value is used to construct this instance.

enumItem

MfEnum.EnumItem value must element of this instance

Throws

Throws MfNotSupportedException if this sealed class is extended or inherited.
Throws MfArgumentException if arguments are not correct.