ImageAttributesExtensions
Inheritance: java.lang.Object
public final class ImageAttributesExtensions
Contient des méthodes d’extension pour ImageAttributes et System.Drawing.Imaging.ImageAttributes.
Méthodes
| Méthode | Description |
|---|---|
| toGdiImageAttributes(ImageAttributes imageAttributes) | Convertit le ImageAttributes en System.Drawing.Imaging.ImageAttributes. |
toGdiImageAttributes(ImageAttributes imageAttributes)
public static System.Drawing.Imaging.ImageAttributes toGdiImageAttributes(ImageAttributes imageAttributes)
Convertit le ImageAttributes en System.Drawing.Imaging.ImageAttributes.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| imageAttributes | ImageAttributes | Le ImageAttributes à convertir. |
Returns:
ImageAttributes - The converted System.Drawing.Imaging.ImageAttributes.