drukowanie panel-a

0

Czy ktoś wie jak w delphi wydrukować komponent panel. Chodzi mi o to aby wydrukować wszystkie na nim leżące komponenty z ich wyglądem. Z góry dzięki za pomoc!

0
Draws the windowed control to a device context.

Delphi syntax:

procedure PaintTo(DC: HDC; X, Y: Integer);

C++ syntax:

void __fastcall PaintTo(HDC DC, int X, int Y);

Description

Call PaintTo to draw the control on a device context. Specify the device context as the value of the DC parameter and specify the X and Y coordinates on the device context where the top-left corner of the windowed control is to be drawn. PaintTo first erases the background of the device context and then paints the control.

PaintTo is useful for drawing an image of the control into a bitmap DC.
0
Misiekd napisał(a)

Delphi syntax:

procedure PaintTo(DC: HDC; X, Y: Integer);

i co dalej?

0

poczytać, zobaczyć przykład w helpie, wpisać w googlach 'delphi painto printer' :>
<font size="6">Ludzie trochę samodzielności!!!</span>

1 użytkowników online, w tym zalogowanych: 0, gości: 1