Re: How to retrive data from a EMRPOLYDRAW of a Metafile
Hi Nils,
I tried sending the EMF to ur email id(<
XXXX@XXXXX.COM>) but it
bounced back.Can u pls sent me ur personal id or any other id to which I can
sent the attachments.
Thanks for the Reply.
Shameer
"Nils Haeck" <
XXXX@XXXXX.COM>writes
Hi Shameer,
I am also converting the Metafile records in an import filter for a
graphical application I am writing. Can you perhaps send me an example
WMF/EMF file by email so I can perhaps help you? I manage to convert the
EMR_POLYLINE and EMR_POLYGON records fine, but never had an EMF with
EMR_POLYDRAW. Usually it helps to study the accompanying Windows GDI method.
Btw, this is certainly the right place for these questions.
Kind regards,
Nils
www.simdesign.nl
"Shameer Mohammed" <
XXXX@XXXXX.COM>writes
Quote
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.
I am not sure were this mail has to be posted. Sorry if its the wrong
place.:)
Thanx,
Shameer.