Initializes a new instance of the IntVector class

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IntVector(
	IntVector other
)
Visual Basic (Declaration)
Public Sub New ( _
	other As IntVector _
)
Visual C++
public:
IntVector(
	IntVector^ other
)

Parameters

other
Type: CWrapper..::.IntVector

[Missing <param name="other"/> documentation for "M:CWrapper.IntVector.#ctor(CWrapper.IntVector)"]

See Also