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.