ImageAttributesExtensions
Inheritance: java.lang.Object
public final class ImageAttributesExtensions
Innehåller utökningsmetoder för ImageAttributes och System.Drawing.Imaging.ImageAttributes.
Metoder
| Metod | Beskrivning |
|---|---|
| toGdiImageAttributes(ImageAttributes imageAttributes) | Konverterar ImageAttributes till System.Drawing.Imaging.ImageAttributes. |
toGdiImageAttributes(ImageAttributes imageAttributes)
public static System.Drawing.Imaging.ImageAttributes toGdiImageAttributes(ImageAttributes imageAttributes)
Konverterar ImageAttributes till System.Drawing.Imaging.ImageAttributes.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| imageAttributes | ImageAttributes | Den ImageAttributes att konvertera. |
Returns:
ImageAttributes - The converted System.Drawing.Imaging.ImageAttributes.