ColorBlendExtensions

Inheritance: java.lang.Object

public final class ColorBlendExtensions

Contient des méthodes d’extension ColorBlend.

Méthodes

MéthodeDescription
toGdiColorBlend(ColorBlend colorBlend)Convertit le ColorBlend en System.Drawing.Drawing2D.ColorBlend.

toGdiColorBlend(ColorBlend colorBlend)

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

Convertit le ColorBlend en System.Drawing.Drawing2D.ColorBlend.

Parameters:

ParamètreTypeDescription
colorBlendColorBlendLe mélange de couleurs.

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