PixelBGRA32 Constructor (UInt32)
 | 
Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public PixelBGRA32(
        uint bgra
)
 
Public Sub New ( 
        bgra As UInteger
)
 
public:
PixelBGRA32(
        unsigned int bgra
)
 
new : 
        bgra : uint32 -> PixelBGRA32
 
 
 
Parameters
- bgra
 
- Type: SystemUInt32
 
 
See Also