| |
|
|
| comment peux je avec einem Profanbefehl une avec Createpic erstellte Grafik dans un Bereichsvariable saisir zum Auswerten?
mfg |
|
|
| |
|
|
|
Sebastian König | allô Peter,
en supplément ist quelque chose API-travail notwendig - dans diesem le cas sollte GetDIBits() weiterhelfen. si es en supplément pas déjà un Beispiel irgendwo ici im Forum gibt, fällt es Dir wahrscheinlich pas schwer, quelque chose trop écrivons. Jedenfalls laisser Votre anderen Posts ici vermuten, dass Du toi avec qui substance auskennst...
MfG
Sebastian |
|
|
| |
|
|
|
| cet Getdibits ist pour une Débutant trop schwer. c'est pas pour mich. je voulais une Einfachere Solution chercher sur Profanebene.
mfg |
|
|
| |
|
|
|
| Ist doch seulement une Funktion comment z.B. KompilierenMarqueSéparation
string hPic.bgr2String(long h,_width,_height){
long sz=( (_width*328-1) | 3 +1) * abs(_height)
mem mem=bitmapInfoHeader
with mem
.biSize& = sizeof(mem)
.biWidth& = _width
.biHeight& = _height
.biPlanes% = 1
.biBitCount% = 32
.biCompression& = BI_RGB
.biSizeImage& = sz
endwith
mem data=sz
string ret=error
case getDIBits(hDC,h,,_height,data,mem,) : ret=char$(data,0,sz)
dispose data
dispose mem
return ret
or=#0000FF>}
|
|
|
| |
|
|