Class ImageAttributesExtensions

Class ImageAttributesExtensions

Nombre del espacio: Aspose.Imaging.Extensions Asamblea: Aspose.Imaging.dll (25.4.0)

Contiene métodos de extensión para Aspose.Imaging.ImageAttributes y System.Drawing.Imaging.ImageAttributes.

public static class ImageAttributesExtensions

Inheritance

object ImageAttributesExtensions

Miembros heredados

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

Methods

ToGdiImageAttributes(ImageAttributes)

Convertir el Aspose.Imaging.ImageAttributes en el System.Drawing.Imaging.ImageAttributes.

public static ImageAttributes ToGdiImageAttributes(ImageAttributes imageAttributes)

Parameters

imageAttributes ImageAttributes

El Aspose.Imaging.ImageAttributas para convertir.

Returns

ImageAttributes

El sistema convertido.Drawing.Imaging.ImageAttributes.

 Español