Class ImageAttributesExtensions
Class ImageAttributesExtensions
名称: Aspose.Imaging.Extensions 收藏: Aspose.Imaging.dll (25.4.0)
包含 Aspose.Imaging.ImageAttributes 和 System.Drawing.Imaging.ImageAttributes 的扩展方法。
public static class ImageAttributesExtensions
Inheritance
object ← ImageAttributesExtensions
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
ToGdiImageAttributes(ImageAttributes)
将 Aspose.Imaging.ImageAttributes 转换为 System.Drawing.Imaging.ImageAttributes。
public static ImageAttributes ToGdiImageAttributes(ImageAttributes imageAttributes)
Parameters
imageAttributes
ImageAttributes
Aspose.Imaging.ImageAttributes 可转换。
Returns
转换的 System.Drawing.Imaging.ImageAttributes。