JVCL Help:ICDrawBegin@HIC@DWORD@HPALETTE@HWND@HDC@int@int@int@int@PBITMAPINFOHEADER@int@int@int@int@DWORD@DWORD

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The summary for this help topic does not exist, edit this page

Pascal

 run\VFW.pas
 functionICDrawBegin(hic: HIC; dwFlags: DWORD; hpal: HPALETTE; hwnd: HWND; hdc: HDC; xDst: int; yDst: int; dxDst: int; dyDst: int; lpbi: PBITMAPINFOHEADER; xSrc: int; ySrc: int; dxSrc: int; dySrc: int; dwRate: DWORD; dwScale: DWORD): DWORD; cdecl;


Parameters

Parameters Description
dwFlags: DWORD flags
hpal: HPALETTE palette to draw with
hwnd: HWND window to draw to
hdc: HDC HDC to draw to
xDst: int destination rectangle
lpbi: PBITMAPINFOHEADER format of frame to draw
xSrc: int source rectangle
dwRate: DWORD frames/second = (dwRate/dwScale)

run\VFW.pas


Description

The description for this help topic does not exist, edit this page


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page