Class ImageExtensions

Class ImageExtensions

名称: Aspose.Imaging.Extensions アセンション: Aspose.Imaging.dll (25.4.0)

System.Drawing.Image と Aspose.Imaging.Image に基づく変換の拡張方法が含まれています。

public static class ImageExtensions

Inheritance

object ImageExtensions

相続人

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

Methods

ToGdiImage(Image)

Aspose.Imaging.Image を System.Drawing.Image に変換します。

[Obsolete("Please do not use this method as you may get OutOfMemoryException if image is too large for GDI to fit.")]
public static Image ToGdiImage(Image image)

Parameters

image Image

ASPOSE.Imaging.イメージを変換する

Returns

Image

変換されたシステム.Drawing.Image

Remarks

警告によると、GDI 画像は image’ より低い限界を得ることができます. 画像のすべての部分を得るには、より安全な拡張方法 ToGdiImageFull を使用します。

 日本語