1 TGArea banana( TGEllipse( TGRect( 0, 48, 192, 240 ) ) ); 2 banana = TGEllipse( TGRect( 32, 0, 224, 288 ) ); 3 banana *= TGRect( 0, 64, 64, 216 ); 4 TGArea end( TGEllipse( TGRect( 16, 48, 56, 104 ) ) ); 5 end.TransformBy( TGrafMatrix( 38, TGPoint( 56, 48 ) ) ); 6 banana = end;
Line 2: Right side of banana.
Line 3: Chop off the ends.
Lines 4: through 6: Fix the stem.