Class ImageAttributesExtensions

Class ImageAttributesExtensions

Nama dari : Aspose.Imaging.Extensions Pengumpulan: Aspose.Imaging.dll (25.4.0)

Termasuk metode pengembangan untuk Aspose.Imaging.ImageAttributes dan System.Drawing.Imaging.ImageAttributes.

public static class ImageAttributesExtensions

Inheritance

object ImageAttributesExtensions

anggota yang diwarisi

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

Methods

ToGdiImageAttributes(ImageAttributes)

Mengkonversi Aspose.Imaging.ImageAttributes ke System.Drawing.Imaging.ImageAttributes.

public static ImageAttributes ToGdiImageAttributes(ImageAttributes imageAttributes)

Parameters

imageAttributes ImageAttributes

Aspose.Imaging.ImageAttributes untuk mengkonversi.

Returns

ImageAttributes

Sistem yang dikonversi.Drawing.Imaging.ImageAttributes.

 Indonesia