public class BitmapHelper extends Object
Constructor and Description |
---|
BitmapHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
createCrossedBitmap(com.aspose.ms.System.IO.Stream stream) |
static com.aspose.ms.System.Drawing.SizeF |
getBitmapDimensions(com.aspose.ms.System.IO.Stream stream,
String url) |
static com.aspose.ms.System.Drawing.SizeF |
getBitmapDimensions(String file) |
static int |
getFrameCount(com.aspose.ms.System.IO.Stream stream) |
static int |
getFrameCount(String fileName) |
static com.aspose.ms.System.Drawing.SizeF |
measureString(String str,
com.aspose.ms.System.Drawing.Font font) |
static com.aspose.ms.System.Drawing.Bitmap |
openBitmap(com.aspose.ms.System.IO.Stream stream) |
static com.aspose.ms.System.Drawing.Bitmap |
openBitmap(String file) |
public static com.aspose.ms.System.Drawing.SizeF getBitmapDimensions(String file)
public static com.aspose.ms.System.Drawing.SizeF getBitmapDimensions(com.aspose.ms.System.IO.Stream stream, String url)
public static void createCrossedBitmap(com.aspose.ms.System.IO.Stream stream)
public static com.aspose.ms.System.Drawing.Bitmap openBitmap(String file)
public static com.aspose.ms.System.Drawing.Bitmap openBitmap(com.aspose.ms.System.IO.Stream stream)
public static int getFrameCount(String fileName)
public static int getFrameCount(com.aspose.ms.System.IO.Stream stream)
public static com.aspose.ms.System.Drawing.SizeF measureString(String str, com.aspose.ms.System.Drawing.Font font)
Copyright © 2016 Aspose. All Rights Reserved.