ColorBlendExtensions

Inheritance: java.lang.Object

public final class ColorBlendExtensions

Contains ColorBlend extension methods.

Methods

MethodDescription
toGdiColorBlend(ColorBlend colorBlend)Converts the ColorBlend to System.Drawing.Drawing2D.ColorBlend.

toGdiColorBlend(ColorBlend colorBlend)

public static System.Drawing.Drawing2D.ColorBlend toGdiColorBlend(ColorBlend colorBlend)

Converts the ColorBlend to System.Drawing.Drawing2D.ColorBlend.

Parameters:

ParameterTypeDescription
colorBlendColorBlendThe color blend.

Returns: ColorBlend - The converted System.Drawing.Drawing2D.ColorBlend.