SimpleMarker.SimpleMarker

SimpleMarker()

Initializes a new instance of the SimpleMarker class.

public SimpleMarker()

See Also


SimpleMarker(SimpleMarker)

Initializes a new instance of the SimpleMarker class.

public SimpleMarker(SimpleMarker other)
ParameterTypeDescription
otherSimpleMarkerThe other SimpleMarker to copy data from.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also