GIRasterImageDescSetColorDepth Method
 | 
Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public void SetColorDepth(
        uint colorDepth
)
 
Public Sub SetColorDepth ( 
        colorDepth As UInteger
)
 
public:
void SetColorDepth(
        unsigned int colorDepth
)
 
member SetColorDepth : 
        colorDepth : uint32 -> unit 
 
 
 
Parameters
- colorDepth
 
- Type: SystemUInt32
 
 
See Also