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

GrayScaleColor.Implicit Operator

Casts this Aurigma.GraphicsMill.GrayScaleColor class instance to Int32 containing extended numerical representation of the color.

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

Syntax

Visual Basic
Public Shared Widening Operator CType ( _
	obj As GrayScaleColor _
) As Integer
C#
public static implicit operator int (
	GrayScaleColor obj
)

Parameters

obj

Type: Aurigma.GraphicsMill.GrayScaleColor

Aurigma.GraphicsMill.GrayScaleColor class instance to cast.

Return Value

Int32 containing numerical representation of the color.

See Also

Reference