Provides implicit conversion from System.Drawing.Color.
Namespace: TallComponents.PDF.ColorsAssembly: 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.