ImageAttributesExtensions

Inheritance: java.lang.Object

public final class ImageAttributesExtensions

Innehåller utökningsmetoder för ImageAttributes och System.Drawing.Imaging.ImageAttributes.

Metoder

MetodBeskrivning
toGdiImageAttributes(ImageAttributes imageAttributes)Konverterar ImageAttributes till System.Drawing.Imaging.ImageAttributes.

toGdiImageAttributes(ImageAttributes imageAttributes)

public static System.Drawing.Imaging.ImageAttributes toGdiImageAttributes(ImageAttributes imageAttributes)

Konverterar ImageAttributes till System.Drawing.Imaging.ImageAttributes.

Parameters:

ParameterTypBeskrivning
imageAttributesImageAttributesDen ImageAttributes att konvertera.

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