Subj : How to retrive data from the EMRPOLYDRAW of a Metafile To : comp.programming From : shameer.mohammed Date : Mon Jul 25 2005 03:41 am Hi Ppl, I am trying to convert a Metafile to a different format. The process I follow is traverse through each of the records in the Metafile and process the values I get from the Records. All works fine except EMRPOLYDRAW and EMRPOLYDRAW16 records. I was able to retrieve the values of rclBounds(Bounding Rectangle),cptl(No Of Points) and aptl[1](Array of Points). I am not able to retrieve the values from the abTypes[1] which specifies how each point in the aptl array is used. I tried as many possible way I could think of but it looks like I am not getting the correct values. Can anyone help by suggesting a method to retrieve the values from a EMRPOLYDRAW record. Thanx, Shameer. .