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éthodeDescription
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ètreTypeDescription
imageAttributesImageAttributesLe ImageAttributes à convertir.

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