Class ImageAttributesExtensions

Class ImageAttributesExtensions

Název místa: Aspose.Imaging.Extensions Shromáždění: Aspose.Imaging.dll (25.4.0)

Obsahuje metody rozšíření pro Aspose.Imaging.ImageAttributes a System.Drawing.Imaging.ImageAttributes.

public static class ImageAttributesExtensions

Inheritance

object ImageAttributesExtensions

Dědiční členové

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

Methods

ToGdiImageAttributes(ImageAttributes)

Převod Aspose.Imaging.ImageAttributes na System.Drawing.Imaging.ImageAttributes.

public static ImageAttributes ToGdiImageAttributes(ImageAttributes imageAttributes)

Parameters

imageAttributes ImageAttributes

Aspose.Imaging.ImageAttributy pro konverzi.

Returns

ImageAttributes

Převedený systém.Drawing.Imaging.ImageAttributes.

 Čeština