ImageAttributesExtensions

Inheritance: java.lang.Object

public final class ImageAttributesExtensions

Contiene metodi di estensione per ImageAttributes e System.Drawing.Imaging.ImageAttributes.

Metodi

MetodoDescrizione
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:

ParametroTipoDescrizione
imageAttributesImageAttributesIl ImageAttributes da convertire.

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