Converts the STLColor to an UInt16.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public byte[] ToBytes()
Visual Basic (Declaration)
Public Function ToBytes As Byte()
Visual C++
public:
array<unsigned char>^ ToBytes()

Return Value

An UInt16 encoding the STLColor.

See Also