Table of Contents

TDrawingColor.RGB Property

Returns the color when this structure has an RGB color, as a 0xRRGGBB integer.

If you try to read the value of this property and ColorType is not the right kind, an Exception will be raised.

Syntax

Namespace: FlexCel.Core

public Int64 RGB { get; }

See also