Shape.Shape

Shape()

Initializes a new instance of the Shape class.

public Shape()

See Also


Shape(string)

Initializes a new instance of the Shape class.

public Shape(string name)
ParameterTypeDescription
nameStringName

See Also