Creates an IERGB object from another one.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IERGB(
	IERGB rgb
)
Public Sub New ( _
	rgb As IERGB _
)
public:
IERGB(
	IERGB rgb
)

Parameters

rgb
IERGB
Source IERGB object.

See Also