Search found 591 matches: draw

Return to advanced search

Transparent Bitmap

Hello all,
is there an function to draw an transparent (0,0 pixel or an other is maskcolor) bitmap on screen and printer with resizable dimensions of the bitmap. The function "drawmasked" are not resizeable and on printer are not shown!

Many thanks
Guenther
Mail: office@byte-one.com
by byte-one
Thu Feb 02, 2006 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Bitmap
Replies: 3
Views: 949

Juan Carlos, Este trozo de código es la función DRAW del ejemplo testbrus.prg que hay en la carpeta SAMPLES. function Draw( oWndC, cBitmap ) local hBitmap oWndC:GetDC() hBitmap = ReadBitmap( oWndC:hDC, cBitmap ) DrawBitmap( ...
by jlcapel
Fri Dec 16, 2005 11:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Poner texto sobre Bitmaps
Replies: 10
Views: 2321

Re: 2 questions: @ x, y bitmap and draw rectangle

Thanks a lot, Enrico!
I'll try it!

Regards,
Maurilio
by Maurilio Viana
Wed Nov 23, 2005 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2 questions: @ x, y bitmap and draw rectangle
Replies: 2
Views: 1073

Re: 2 questions: @ x, y bitmap and draw rectangle

1) Use NOBORDER clause.

2) Try FloodFill( nRow, nCol, nRGBColor ) method.

EMG
by Enrico Maria Giordano
Tue Nov 22, 2005 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2 questions: @ x, y bitmap and draw rectangle
Replies: 2
Views: 1073

2 questions: @ x, y bitmap and draw rectangle

... a bitmap in a dialog with @ x, y bitmap command it appears into a rectangle. How can I hide this border were the bitmap is painted? 2 - How can I draw a rectangle in a dialog or window? How can I fill it with a color? I did this: define pen oPen width 1.5 color CLR_BLUE Rectangle(oDlg:hDC, 35, ...
by Maurilio Viana
Tue Nov 22, 2005 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2 questions: @ x, y bitmap and draw rectangle
Replies: 2
Views: 1073

Re: Public var in Get

... I don't understand your sample. Try using LOCALs. EMG Imagine that you open a dbf and assign the fields to public variables(fitrst function), then draw the dialog with the gets (second function) and get the values of the variables at the end of dialog (third function). BUT inside the dialog i have ...
by ask
Mon Nov 14, 2005 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Public var in Get
Replies: 4
Views: 1664
Previous

Return to advanced search