ImageAttributesExtensions
Inheritance: java.lang.Object
public final class ImageAttributesExtensions
Enthält Erweiterungsmethoden für ImageAttributes und System.Drawing.Imaging.ImageAttributes.
Methoden
| Methode | Beschreibung |
|---|---|
| toGdiImageAttributes(ImageAttributes imageAttributes) | Konvertiert die ImageAttributes in die System.Drawing.Imaging.ImageAttributes. |
toGdiImageAttributes(ImageAttributes imageAttributes)
public static System.Drawing.Imaging.ImageAttributes toGdiImageAttributes(ImageAttributes imageAttributes)
Konvertiert die ImageAttributes in die System.Drawing.Imaging.ImageAttributes.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| imageAttributes | ImageAttributes | Die ImageAttributes zum Konvertieren. |
Returns:
ImageAttributes - The converted System.Drawing.Imaging.ImageAttributes.