SimpleLine.SimpleLine

SimpleLine()

Creates new instance.

public SimpleLine()

See Also


SimpleLine(SimpleLine)

Initializes a new instance of the SimpleLine class.

public SimpleLine(SimpleLine other)
ParameterTypeDescription
otherSimpleLineThe other SimpleLine to copy data from.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also