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:

ПараметрТипОписание
imageAttributesImageAttributesImageAttributes для конвертации.

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