Class ImageAttributesExtensions

Class ImageAttributesExtensions

Namespace: Aspose.Imaging.Extensions
Assembly: Aspose.Imaging.dll (25.2.0)

Contains extension methods for Aspose.Imaging.ImageAttributes and System.Drawing.Imaging.ImageAttributes.

public static class ImageAttributesExtensions

Inheritance

objectImageAttributesExtensions

Inherited Members

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

Methods

ToGdiImageAttributes(ImageAttributes)

Converts the Aspose.Imaging.ImageAttributes to the System.Drawing.Imaging.ImageAttributes.

public static ImageAttributes ToGdiImageAttributes(ImageAttributes imageAttributes)

Parameters

imageAttributes ImageAttributes

The Aspose.Imaging.ImageAttributes to convert.

Returns

ImageAttributes

The converted System.Drawing.Imaging.ImageAttributes.