ImageAttributesExtensions

Inheritance: java.lang.Object

public final class ImageAttributesExtensions

Contains extension methods for ImageAttributes and System.Drawing.Imaging.ImageAttributes.

Methods

MethodDescription
toGdiImageAttributes(ImageAttributes imageAttributes)Converts the ImageAttributes to the System.Drawing.Imaging.ImageAttributes.

toGdiImageAttributes(ImageAttributes imageAttributes)

public static System.Drawing.Imaging.ImageAttributes toGdiImageAttributes(ImageAttributes imageAttributes)

Converts the ImageAttributes to the System.Drawing.Imaging.ImageAttributes.

Parameters:

ParameterTypeDescription
imageAttributesImageAttributesThe ImageAttributes to convert.

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