Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

CString namaku = "Abdullah";

CString nimku = "1434290002";

pDC->TextOut(10,10,namaku);

pDC->TextOut(10,30, nimku);

CBrush magenta(RGB(255,0,255));

CBrush *mgt=pDC->SelectObject(&magenta);

POINT
SG1[24]={100,100,300,150,170,300,300,150,500,100,430,300,430,300,500,500,300,450,170,300,300,450,10
0,500};

int pp[]={3,3,3,3};

pDC->PolyPolygon(SG1,pp,4);

Output Program Kelompok 3h

You might also like