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