View Single Post
  #13 (permalink)  
Old 02-19-2010, 07:08 PM
berndgoedecke berndgoedecke is offline
Senior Member
 
Join Date: Dec 2007
Posts: 149
Awards Showcase
Beta Tester Beta Tester 
Total Awards: 2
Default BitBlit

Hello AGraham,
i've tried some kind of Syntax in the BitBlit-command:

BMapExCopM.Value = BMapExCopM.BitBlt(BMapExCop.Value, StrRec.Value, 0, 0, D=D<S )

or

BMapExCopM.Value = BMapExCop.BitBlt(BMapExCop.Value, StrRec.Value, 0, 0, D=D<S )

or

SRCCOPY = 13369376 '(&HCC0020)
BMapExCopM.Value = BMapExCopM.BitBlt(BMapExCop.Value, StrRec.Value, 0, 0, SRCCOPY)

or

SRCCOPY = 13369376 '(&HCC0020)
BMapExCopM.Value = BMapExCop.BitBlt(BMapExCop.Value, StrRec.Value, 0, 0, SRCCOPY)

but always appears the error "Raster op is not valid".
How this function operates?

Best regards

berndgoedecke
Reply With Quote