Constructor and Description |
---|
ImageExtensions() |
Modifier and Type | Method and Description |
---|---|
static Image |
toGdiImage(Image image)
Deprecated.
Please do not use this method as you may get OutOfMemoryException if image is too large for GDI to fit.
|
@Deprecated public static Image toGdiImage(Image image)
Converts the Image
to the Image
.
image
- The Image
to convert.
image
has. To get all parts of the image use more safe extension method ToGdiImageFull.Image
.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.