- wxMetafileDC)
- makes it into a placeable metafile by prepending a header containing the given
- bounding box. The bounding box may be obtained from a device context after
- drawing
- into it, using the functions wxDC::MinX, wxDC::MinY, wxDC::MaxX and wxDC::MaxY.
-
- In addition to adding the placeable metafile header, this function adds
- the equivalent of the following code to the start of the metafile data:
+ wxMetafileDC) makes it into a placeable metafile by prepending a header
+ containing the given bounding box. The bounding box may be obtained from a
+ device context after drawing into it, using the functions wxDC::MinX(),
+ wxDC::MinY(), wxDC::MaxX() and wxDC::MaxY().
+
+ In addition to adding the placeable metafile header, this function adds the
+ equivalent of the following code to the start of the metafile data:
+