Class ImageAttributesExtensions

Class ImageAttributesExtensions

Der Name: Aspose.Imaging.Extensions Versammlung: Aspose.Imaging.dll (25.4.0)

Es enthält Erweiterungsmethoden für Aspose.Imaging.ImageAttributes und System.Drawing.Imaging.ImageAttributes.

public static class ImageAttributesExtensions

Inheritance

object ImageAttributesExtensions

Vererbte Mitglieder

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Methods

ToGdiImageAttributes(ImageAttributes)

Umwandelt die Aspose.Imaging.ImageAttributes in System.Drawing.Imaging.ImageAttributes.

public static ImageAttributes ToGdiImageAttributes(ImageAttributes imageAttributes)

Parameters

imageAttributes ImageAttributes

Die Aspose.Imaging.ImageAttributes zu konvertieren.

Returns

ImageAttributes

Die Konvertierten System.Drawing.Imaging.ImageAttributes.

 Deutsch