ImageAttributesExtensions
Inheritance: java.lang.Object
public final class ImageAttributesExtensions
包含针对 ImageAttributes 和 System.Drawing.Imaging.ImageAttributes 的扩展方法。
方法
| 方法 | 描述 |
|---|---|
| toGdiImageAttributes(ImageAttributes imageAttributes) | 将 ImageAttributes 转换为 System.Drawing.Imaging.ImageAttributes。 |
toGdiImageAttributes(ImageAttributes imageAttributes)
public static System.Drawing.Imaging.ImageAttributes toGdiImageAttributes(ImageAttributes imageAttributes)
将 ImageAttributes 转换为 System.Drawing.Imaging.ImageAttributes。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| imageAttributes | ImageAttributes | 要转换的 ImageAttributes。 |
Returns:
ImageAttributes - The converted System.Drawing.Imaging.ImageAttributes.