ImageAttributesExtensions
Inheritance: java.lang.Object
public final class ImageAttributesExtensions
Contains extension methods for ImageAttributes
and System.Drawing.Imaging.ImageAttributes
.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
imageAttributes | ImageAttributes | The ImageAttributes to convert. |
Returns:
ImageAttributes - The converted System.Drawing.Imaging.ImageAttributes
.