Class ImageAttributesExtensions

Class ImageAttributesExtensions

Il nome: Aspose.Imaging.Extensions Assemblea: Aspose.Imaging.dll (25.4.0)

Contiene i metodi di estensione per Aspose.Imaging.ImageAttributes e System.Drawing.Imaging-Images.

public static class ImageAttributesExtensions

Inheritance

object ImageAttributesExtensions

I membri ereditari

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

Methods

ToGdiImageAttributes(ImageAttributes)

Converti il Aspose.Imaging.ImageAttributti al System.Drawing.Imaging, ImageAtributes.

public static ImageAttributes ToGdiImageAttributes(ImageAttributes imageAttributes)

Parameters

imageAttributes ImageAttributes

Il Aspose.Imaging.ImageAttributo per convertire.

Returns

ImageAttributes

La conversione di System.Drawing.Imaging.ImageAttributes.

 Italiano