ColorBlendExtensions
Inheritance: java.lang.Object
public final class ColorBlendExtensions
Innehåller ColorBlend‑utökningsmetoder.
Metoder
| Metod | Beskrivning |
|---|---|
| toGdiColorBlend(ColorBlend colorBlend) | Konverterar ColorBlend till System.Drawing.Drawing2D.ColorBlend. |
toGdiColorBlend(ColorBlend colorBlend)
public static System.Drawing.Drawing2D.ColorBlend toGdiColorBlend(ColorBlend colorBlend)
Konverterar ColorBlend till System.Drawing.Drawing2D.ColorBlend.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| colorBlend | ColorBlend | Färgblandningen. |
Returns:
ColorBlend - The converted System.Drawing.Drawing2D.ColorBlend.