Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Windows Metafile
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Drawing records==== Drawing records produce graphics output. {| class="wikitable" |- valign="bottom" ! Name ! Description |- | META_ARC | Draws an elliptical [[arc (geometry)|arc]].<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.1 META_ARC Record|pages=101β103|access-date=2020-01-24}}</ref> |- | META_CHORD | Draws a [[chord (geometry)|chord]].<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.2 META_CHORD Record|pages=117β118|access-date=2020-01-24}}</ref> |- | META_ELLIPSE | Draws an elliptical [[arc (geometry)|arc]].<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.3 META_ELLIPSE Record|page=119|access-date=2020-01-24}}</ref> |- | META_EXTFLOODFILL | Fills an area with a brush.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.4 META_EXTFLOODFILL Record|pages=119β120|access-date=2020-01-24}}</ref> |- | META_EXTTEXTOUT | Draw text with font, background color and text color of the playback device context.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.5 META_EXTTEXTOUT Record|pages=119β120|access-date=2020-01-24}}</ref> |- | META_FILLREGION | Fills a region with a specified brush.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.6 META_FILLREGION Record|page=121|access-date=2020-01-24}}</ref> |- | META_FLOODFILL | Fills an area with a brush.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.7 META_FLOODFILL Record|pages=119β120|access-date=2020-01-24}}</ref> |- | META_FRAMEREGION | Draws a border around a region of the page with a brush.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.8 META_FRAMEREGION Record|pages=122β123|access-date=2020-01-24}}</ref> |- | META_INVERTREGION | Paints a region of the graphic with inverted colors.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.9 META_INVERTREGION Record|page=123|access-date=2020-01-24}}</ref> |- | META_LINETO | Draws a [[Interval (mathematics)|half-open]] [[line (geometry)|line]] from the drawing position defined in the playback device context to a specified point.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.10 META_LINETO Record|pages=123β124|access-date=2020-01-24}}</ref> |- | META_PAINTREGION | Paint a region with the current brush specified in the playback device context.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.11 META_PAINTREGION Record|page=124|access-date=2020-01-24}}</ref> |- | META_PATBLT | Paint a region with the current brush specified in the playback device context and then combine the brush color and surface color(s) using a [[Render output unit|raster operation]].<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.12 META_PATBLT Record|pages=124β125|access-date=2020-01-24}}</ref> |- | META_PIE | Draw a pie-shaped wedge bounded by the intersection of an ellipse and two radials — the line is set via the pen set via the playback device context, and the area bounded by the pie shape is filled in by the current brush of the playback device context.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.13 META_PIE Record|pages=125β126|access-date=2020-01-24}}</ref> |- | META_POLYLINE | Draws a series of line segnments by connecting the points in a specified array.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.14 META_POLYLINE Record|page=126|access-date=2020-01-24}}</ref> |- | META_POLYGON | Paints a [[polygon]] consisting of two or more [[vertex (geometry)|vertices]] connected by straight lines. The polygon is outlined by using the pen and filled by using the brush and polygon fill mode that are defined in the playback device context.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.15 META_POLYGON Record|page=127|access-date=2020-01-24}}</ref> |- | META_POLYPOLYGON | Paints a series of closed polygons, which may overlap. Each polygon is outlined by using the pen and filled by using the brush and polygon fill mode that are defined in the playback device context.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.16 META_POLYPOLYGON Record|pages=127β128|access-date=2020-01-24}}</ref> |- | META_RECTANGLE | Paints a rectangle, which is outlined by using the pen and filled by using the brush and is filled by using the brush that is defined in the playback device context.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.17 META_RECTANGLE Record|pages=127β128|access-date=2020-01-24}}</ref> |- | META_ROUNDRECT | Paints a rectangle with rounded corners. The rectangle is outlined by using the pen and filled by using the brush and is filled by using the brush that is defined in the playback device context.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.18 META_ROUNDRECT Record|pages=128β129|access-date=2020-01-24}}</ref> |- | META_SETPIXEL | Sets the pixel at the specified coordinates to the specified color.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.19 META_SETPIXEL Record|pages=129β130|access-date=2020-01-24}}</ref> |- | META_TEXTOUT | Outputs a [[character string]] at the specified location by using the font, background color, and text color that are defined in the playback device context.<ref>{{citation|url=https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-WMF/%5bMS-WMF%5d.pdf | title=<nowiki>[MS-WMF]:</nowiki> Windows Metafile Format Specification | section=2.3.3.20 META_TEXTOUT Record|page=130|access-date=2020-01-24}}</ref> |}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)