ImageAttributesExtensions
Inheritance: java.lang.Object
public final class ImageAttributesExtensions
Contiene métodos de extensión para ImageAttributes y System.Drawing.Imaging.ImageAttributes.
Métodos
| Método | Descripción |
|---|---|
| toGdiImageAttributes(ImageAttributes imageAttributes) | Convierte el ImageAttributes al System.Drawing.Imaging.ImageAttributes. |
toGdiImageAttributes(ImageAttributes imageAttributes)
public static System.Drawing.Imaging.ImageAttributes toGdiImageAttributes(ImageAttributes imageAttributes)
Convierte el ImageAttributes al System.Drawing.Imaging.ImageAttributes.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| imageAttributes | ImageAttributes | El ImageAttributes a convertir. |
Returns:
ImageAttributes - The converted System.Drawing.Imaging.ImageAttributes.