ImageAttributesExtensions

Inheritance: java.lang.Object

public final class ImageAttributesExtensions

包含针对 ImageAttributesSystem.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:

参数类型描述
imageAttributesImageAttributes要转换的 ImageAttributes

Returns: ImageAttributes - The converted System.Drawing.Imaging.ImageAttributes.