Class HBitmapUtil
- java.lang.Object
-
- com.stepover.opensignatureapi.helpers.HBitmapUtil
-
public class HBitmapUtil extends java.lang.Objecta helper class to handle HBITMAP objects used by the sopad dll
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classHBitmapUtil.BITMAPstatic interfaceHBitmapUtil.GDI32Extra
-
Constructor Summary
Constructors Constructor Description HBitmapUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.image.BufferedImagetoBufferedImage(com.sun.jna.platform.win32.WinDef.HBITMAP hBitmap)
-
-
-
Method Detail
-
toBufferedImage
public static java.awt.image.BufferedImage toBufferedImage(com.sun.jna.platform.win32.WinDef.HBITMAP hBitmap) throws OpenSignatureException- Throws:
OpenSignatureException
-
-