public final class ImageAttributesExtensions extends Object
Contains extension methods for ImageAttributes
and System.Drawing.Imaging.ImageAttributes
.
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.Imaging.ImageAttributes |
toGdiImageAttributes(ImageAttributes imageAttributes)
Converts the
ImageAttributes to the System.Drawing.Imaging.ImageAttributes . |
public static com.aspose.ms.System.Drawing.Imaging.ImageAttributes toGdiImageAttributes(ImageAttributes imageAttributes)
Converts the ImageAttributes
to the System.Drawing.Imaging.ImageAttributes
.
imageAttributes
- The ImageAttributes
to convert.System.Drawing.Imaging.ImageAttributes
.