Class ImageAttributesExtensions

Class ImageAttributesExtensions

Nome do espaço: Aspose.Imaging.Extensions Assembleia: Aspose.Imaging.dll (25.4.0)

Contém métodos de extensão para Aspose.Imaging.ImageAttributes e System.Drawing.Imaging.ImageAttributes.

public static class ImageAttributesExtensions

Inheritance

object ImageAttributesExtensions

Membros herdados

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

Methods

ToGdiImageAttributes(ImageAttributes)

Converte o Aspose.Imaging.ImageAttributes para o System.Drawing.Imaging.ImageAttributes.

public static ImageAttributes ToGdiImageAttributes(ImageAttributes imageAttributes)

Parameters

imageAttributes ImageAttributes

O Aspose.Imaging.ImageAttributes para converter.

Returns

ImageAttributes

O sistema convertido.Drawing.Imaging.ImageAttributes.

 Português