B
Brian K. Maher
Guest
Hi Roger, Try the following: DEFINE VARIABLE oAlpha AS "System.Byte[]" NO-UNDO. oAlpha = NEW "System.Byte[]" (y * oData:Stride + 4 * x + 3). oAlpha:SetValue(oBuffer, (y * oData:Stride + 4 * x + 3) ). Brian
Continue reading...
Continue reading...