This documentation is for the old version. Go to the latest Graphics Mill docs

GrayScaleColor.ToInt64 Method

Returns extended (16 bit per channel) numeric representation of this GrayScaleColor.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overrides Function ToInt64 As Long
C#
public override long ToInt64()

Return Value

Value containing numeric representation of this GrayScaleColor.

See Also

Reference