Search found 56 matches: lineto

Return to advanced search

Re: Graph Functions Library

... complete re-write of an older app. One part of the app took data from a medical device (one data point every second) over a 12 hour period. I used LineTo() and MoveTo() to draw the line graph. Now I am looking at doing the same type of graph but over 72 hours. When I used the LineTo and MoveTo ...
by Jeff Barnes
Wed Feb 20, 2013 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Graph Functions Library
Replies: 7
Views: 2262

Problemas al crear la libreria TWBROWSE

... Negra de Arriba Foot) { hPen = GetStockObject( BLACK_PEN ); hOldPen = SelectObject( hDC, hPen ); MoveTo( hDC, rctadj.left-1, rctadj.top-1 ); LineTo( hDC, rctadj.right+1, rctadj.top-1 ); SelectObject( hDC, hOldPen ); } } } /// CeSoTech Fin /// if (!bHeader) rct->top --; } box.left = rct->left; ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2886

Re: Load, show in dialog, interactively crop and save cropped

... nBOTTOM, nPEN, nCOLOR ) LOCAL hPen := CREATEPEN( PS_SOLID, nPEN, nColor ) LOCAL hOldPen := SELECTOBJECT( hDC1, hPen ) MOVETO( hDC1, nLEFT, nTOP ) LINETO( hDC1, nRIGHT, nTOP ) LINETO( hDC1, nRIGHT, nBOTTOM ) LINETO( hDC1, nLEFT, nBOTTOM ) LINETO( hDC1, nLEFT, nTOP ) SELECTOBJECT( hDC1, hOldPen ...
by ukoenig
Thu Jun 28, 2012 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Load, show in dialog, interactively crop and save cropped
Replies: 31
Views: 9520

implement CmLine TPrinter

... CmLine( nTop, nLeft, nBottom, nRight, oPen ) INLINE ::Cmtr2Pix(@nTop, @nLeft), ::Cmtr2Pix(@nBottom, @nRight),; MoveTo( ::hDCOut, nLeft, nTop ),; LineTo( ::hDCOut, nRight, nBottom,; If( oPen != nil, oPen:hPen, 0 ) ) ENDCLASS
by ronaldo
Wed Apr 25, 2012 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: implement CmLine TPrinter
Replies: 1
Views: 454

Re: el diseño de TGantt de Ramón Avendaño

... Syntax: MoveTo( <hDC>, <nCol>, <nRow> ) --> nLOldPos MoveTo( ::hDC, 0, 18 ) && aqui me perdi... :shock: LineTo Draws a line from the current position up to another Syntax: LineTo( <hDC>, <nRow>, <nCol>, <hPen> ) --> lSuccess ...
by carlos vargas
Mon Oct 03, 2011 9:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: el diseño de TGantt de Ramón Avendaño
Replies: 14
Views: 6749

Re: el diseño de TGantt de Ramón Avendaño

... && me imagino que sera dividir el ancho de la ventana entre los 31 dias... :D MoveTo( ::hDC, 0, 18 ) && aqui me perdi... :shock: LineTo( ::hDC, ::nWidth, 18 ) && sigo perdidooo.. :( :( El saber la accion que se esta haciendo tendra un efecto multiplicador.. !!! Bueno.. ...
by lubin
Mon Oct 03, 2011 3:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: el diseño de TGantt de Ramón Avendaño
Replies: 14
Views: 6749

Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01

... Negra de Arriba Foot) { hPen = GetStockObject( BLACK_PEN ); hOldPen = SelectObject( hDC, hPen ); MoveTo( hDC, rctadj.left-1, rctadj.top-1 ); LineTo( hDC, rctadj.right+1, rctadj.top-1 ); SelectObject( hDC, hOldPen ); } } } /// CeSoTech Fin /// if (!bHeader) rct->top --; } box.left = rct->left; ...
by alex_cyr
Sat Jul 09, 2011 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01
Replies: 7
Views: 2688

Re: RibbonBar Visual Designer

... on group , We have problems in deleting separators because they are not objects (acontrols of group) but Daniel created they with move and lineto command and not know how delete the separators We thought tonight a solution but we must revised it while we want show a picture http://img812.imageshack.us/img812/9727/delseparator.png ...
by MdaSolution
Mon Jul 26, 2010 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar Visual Designer
Replies: 6
Views: 1479

Re: OT: new FWH ECR released

... DrawLine and TSbutton for my room planner. - XBrowse for room control (navigator) for Up, Down, PageUp and PageDown. - Drawline by CreatePen(), LineTo() for drawing a calendar and lines. - TSbutton for booking over the line, with TSbutton you will be able to use Drag&Drop feature for room ...
by dutch
Tue May 25, 2010 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: new FWH ECR released
Replies: 43
Views: 15535

Re: Border around GET

... nHIGHT, nPEN, nCOLOR ) LOCAL hPen := CREATEPEN( PS_SOLID, nPEN, nColor ) LOCAL hOldPen := SELECTOBJECT( hDC, hPen ) MOVETO( hDC, nTOP, nLEFT ) LINETO( hDC, nLong, 0 ) LINETO( hDC, nLONG, nHIGHT ) LINETO( hDC, 0, nHIGHT ) LINETO( hDC, 0, 0 ) SELECTOBJECT( hDC, hOldPen ) DELETEOBJECT( hPen ) ...
by ukoenig
Wed May 19, 2010 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 13821

Re: Se necesita ayuda en el wiki !

... lAnd() LargeFonts() LastMenu() LbxDrawItem() LbxGetItem() LbxGetSelItems() LbxMeasure() lChDir() lClose() lCreat() Lfn2sfn() lGetTextLine() LineTo() lIsDir() Listen() lLFNMkDir() lLFNRmDir() lMIDIOutOpen() lMkDir() Loadaccelerators() LoadBitmap() LoadCursor() LoadIcon() Loadlib32() LoadLibrary() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5528

Re: GRID ON RPREVIEW

Silvio,

change setPixel by moveto(..) lineto(..) c function

regards

Marcelo
by Marcelo Via Giglio
Thu Jan 14, 2010 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GRID ON RPREVIEW
Replies: 11
Views: 2634

TO ANTONIO HELP : Visual Fivewin Report

... for Horizontal line and Vertical LINE how I can make the paint method when paint the line : IF ::lvertical MoveTo( ::hDC, aRect[ 2 ], aRect[ 1 ] ) LineTo( ::hDC, aRect[ 2 ], aRect[ 3 ] + 1, hDark ) MoveTo( ::hDC, aRect[ 2 ] + 1 , aRect[ 1 ] ) LineTo( ::hDC, aRect[ 2 ] + 1, aRect[ 3 ] + 1, hLite ...
by Silvio
Tue Jan 12, 2010 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO HELP : Visual Fivewin Report
Replies: 2
Views: 527

Paint in Fivewin

Someone can say me about function to draw in fivewin ?

Exemple:

RoundRect
LineTo

Etc..

What´s more have ?

thanks
by lailton.webmaster
Fri Sep 11, 2009 5:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paint in Fivewin
Replies: 3
Views: 552

Pregunta esta clase dibuja la regla a cm

... IF ::lHorizontal FOR n=::nMinDib to ::nMaxDib step ::stepcm pos:=::nGap*::nZoom+(10*((n*::nZoom))/::Pix2mm) MoveTo( ::hDC, pos, ::nPosMarca-3 ) LineTo( ::hDC, pos, ::nPosMarca-10 ) texto:= str(::nMin+n,3,0) TextOut(::hDC,3,pos-::GetWidth(texto,::oFont)/2,texto) FOR j=::stepmm to finmm step ::stepmm ...
by Vladimir Zorrilla
Fri Aug 21, 2009 5:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta esta clase dibuja la regla a cm
Replies: 0
Views: 1177
PreviousNext

Return to advanced search