ImageAttributesExtensions
Inheritance: java.lang.Object
public final class ImageAttributesExtensions
Contiene metodi di estensione per ImageAttributes e System.Drawing.Imaging.ImageAttributes.
Metodi
| Metodo | Descrizione |
|---|---|
| toGdiImageAttributes(ImageAttributes imageAttributes) | Converte ImageAttributes in System.Drawing.Imaging.ImageAttributes. |
toGdiImageAttributes(ImageAttributes imageAttributes)
public static System.Drawing.Imaging.ImageAttributes toGdiImageAttributes(ImageAttributes imageAttributes)
Converte ImageAttributes in System.Drawing.Imaging.ImageAttributes.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| imageAttributes | ImageAttributes | Il ImageAttributes da convertire. |
Returns:
ImageAttributes - The converted System.Drawing.Imaging.ImageAttributes.