GIRasterImageColorDepth
Property
|
Property that represents the number of bits
per pixel used for colors by this GIRasterImage object.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public uint ColorDepth { get; }
Public ReadOnly Property ColorDepth As UInteger
Get
public:
property unsigned int ColorDepth {
unsigned int get ();
}
member ColorDepth : uint32 with get
Property Value
UInt32
See Also