ImageAttributesExtensions

Inheritance: java.lang.Object

public final class ImageAttributesExtensions

Enthält Erweiterungsmethoden für ImageAttributes und System.Drawing.Imaging.ImageAttributes.

Methoden

MethodeBeschreibung
toGdiImageAttributes(ImageAttributes imageAttributes)Konvertiert die ImageAttributes in die System.Drawing.Imaging.ImageAttributes.

toGdiImageAttributes(ImageAttributes imageAttributes)

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

Konvertiert die ImageAttributes in die System.Drawing.Imaging.ImageAttributes.

Parameters:

ParameterTypBeschreibung
imageAttributesImageAttributesDie ImageAttributes zum Konvertieren.

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