C# Class BOLTStack.XLGraphics

Afficher le fichier Open project: fanfeilong/boltstack Class Usage Examples

Méthodes publiques

Méthode Description
XLGP_LoadFirstGifFrame ( string lpFileName ) : IntPtr

Private Methods

Méthode Description
XLGP_CheckBitmap ( IntPtr luaState, int index, IntPtr &lpBitmap ) : bool
XLGP_GifGetFirstFrame ( IntPtr hGif ) : IntPtr
XLGP_GifGetFrame ( IntPtr hGif, int uFrameIndex ) : IntPtr
XLGP_GifGetNextFrame ( IntPtr hGif ) : IntPtr
XLGP_InitGraphicPlus ( IntPtr theParam ) : long
XLGP_LoadBmpFromFile ( string lpFileName ) : IntPtr
XLGP_LoadGifFromFile ( string lpFileName ) : IntPtr
XLGP_LoadJpegFromFile ( string lpFileName ) : IntPtr
XLGP_PushBitmap ( IntPtr luaState, IntPtr hBitmap ) : bool
XL_LoadPngFromFile ( string lpFileName ) : IntPtr
XL_ReleaseBitmap ( IntPtr hBitmap ) : int
XL_StretchBitmap ( IntPtr hBitmap, int newWidth, int newHeight ) : IntPtr

Method Details

XLGP_LoadFirstGifFrame() public static méthode

public static XLGP_LoadFirstGifFrame ( string lpFileName ) : IntPtr
lpFileName string
Résultat System.IntPtr