Convert a GDI color to a PDF color.

Namespace: TallComponents.PDF.Layout.Colors
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public static Color Convert(
	Color gdiColor
)
Visual Basic
Public Shared Function Convert ( _
	gdiColor As Color _
) As Color

Parameters

gdiColor
Type: System.Drawing..::..Color

[Missing <param name="gdiColor"/> documentation for "M:TallComponents.PDF.Layout.Colors.Color.Convert(System.Drawing.Color)"]

Return Value

A Color or nullNothingnullptra null reference (Nothing in Visual Basic) if the gdi color is Empty.

See Also