Provides implicit conversion from System.Drawing.Color.

Namespace: TallComponents.PDF.Colors
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public static implicit operator RgbColor (
	Color systemColor
)
Visual Basic
Public Shared Widening Operator CType ( _
	systemColor As Color _
) As RgbColor

Parameters

systemColor
Type: System.Drawing..::..Color
The system color that will be implicitly casted.

Return Value

A PDF.Colors.RgbColor that has the same value as the System.Drawing.Color.

See Also