Laporan Praktikum Kelompok 3d Abdullah Modul 4 (1434290002)

You might also like

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 merah(RGB(0,0,255));

CBrush *mrh=pDC->SelectObject(&merah);

pDC->Rectangle(50,50,250,150);

pDC->RoundRect(300,50,500,150,50,50);

pDC->Ellipse(550,50,750,150);

pDC->Arc(50,200,150,300,100,200,200,250);

pDC->Chord(200,200,300,300,250,200,300,250);

pDC->Pie(350,200,450,300,400,200,450,250);

Output Program Kelompok 3d

You might also like