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étodoDescripció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ámetroTipoDescripción
imageAttributesImageAttributesEl ImageAttributes a convertir.

Returns: ImageAttributes - The converted System.Drawing.Imaging.ImageAttributes.