en:docs:win16:modules:gdi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:win16:modules:gdi [2025/11/27 07:13] prokusheven:docs:win16:modules:gdi [2026/03/30 06:40] (current) prokushev
Line 1: Line 1:
 +{{page>en:templates:win16api}}
  
-^ Ordinal ^ Name ^ Description ^ Status ^^^ Version ^ +^ Ordinal ^ Name ^ Description ^ Status ^ Version ^ 
-^   :::    ::: ^  :::        ^ Real ^ Std ^ Enh ^ ::: ^ +| 1 | [[en:docs:win16:api:gdi:SetBkColor]] | Sets the current background color | | | 
-| 0 | GDI | Graphics Device Interface | | | | +| 2 | [[en:docs:win16:api:gdi:SetBkMode]] | Sets the background mix mode | | | 
-| 1 | [[en:docs:win16:api:gdi:|SETBKCOLOR]] | Sets the current background color | | | +| 3 | [[en:docs:win16:api:gdi:SetMapMode]] | Sets the mapping mode | | | 
-| 2 | [[en:docs:win16:api:gdi:|SETBKMODE]] | Sets the background mix mode | | | +| 4 | [[en:docs:win16:api:gdi:SetROP2]] | Sets the foreground mix mode | | | 
-| 3 | [[en:docs:win16:api:gdi:|SETMAPMODE]] | Sets the mapping mode | | | +| 6 | [[en:docs:win16:api:gdi:SetPolyFillMode]] | Sets the polygon filling mode | | | 
-| 4 | [[en:docs:win16:api:gdi:|SETROP2]] | Sets the foreground mix mode | | | +| 7 | [[en:docs:win16:api:gdi:SetStretchBltMode]] | Sets the bitmap stretching mode | | | 
-| 6 | [[en:docs:win16:api:gdi:|SETPOLYFILLMODE]] | Sets the polygon filling mode | | | +| 8 | [[en:docs:win16:api:gdi:SetTextCharacterExtra]] | Sets intercharacter spacing | | | 
-| 7 | [[en:docs:win16:api:gdi:|SETSTRETCHBLTMODE]] | Sets the bitmap stretching mode | | | +| 9 | [[en:docs:win16:api:gdi:SetTextColor]] | Sets the text color | | | 
-| 8 | [[en:docs:win16:api:gdi:|SETTEXTCHARACTEREXTRA]] | Sets intercharacter spacing | | | +| 10 | [[en:docs:win16:api:gdi:SetTextJustification]] | Sets text justification parameters | | | 
-| 9 | [[en:docs:win16:api:gdi:|SETTEXTCOLOR]] | Sets the text color | | | +| 11 | [[en:docs:win16:api:gdi:SetWindowOrg]] | Sets the window origin | | | 
-| 10 | [[en:docs:win16:api:gdi:|SETTEXTJUSTIFICATION]] | Sets text justification parameters | | | +| 12 | [[en:docs:win16:api:gdi:SetWindowExt]] | Sets the window extents | | | 
-| 11 | [[en:docs:win16:api:gdi:|SETWINDOWORG]] | Sets the window origin | | | +| 13 | [[en:docs:win16:api:gdi:SetViewportOrg]] | Sets the viewport origin | | | 
-| 12 | [[en:docs:win16:api:gdi:|SETWINDOWEXT]] | Sets the window extents | | | +| 14 | [[en:docs:win16:api:gdi:SetViewportExt]] | Sets the viewport extents | | | 
-| 13 | [[en:docs:win16:api:gdi:|SETVIEWPORTORG]] | Sets the viewport origin | | | +| 15 | [[en:docs:win16:api:gdi:OffsetWindowOrg]] | Moves the window origin | | | 
-| 14 | [[en:docs:win16:api:gdi:|SETVIEWPORTEXT]] | Sets the viewport extents | | | +| 16 | [[en:docs:win16:api:gdi:ScaleWindowExt]] | Scales the window extents | | | 
-| 15 | [[en:docs:win16:api:gdi:|OFFSETWINDOWORG]] | Moves the window origin | | | +| 17 | [[en:docs:win16:api:gdi:OffsetViewportOrg]] | Moves the viewport origin | | | 
-| 16 | [[en:docs:win16:api:gdi:|SCALEWINDOWEXT]] | Scales the window extents | | | +| 18 | [[en:docs:win16:api:gdi:ScaleViewportExt]] | Scales the viewport extents | | | 
-| 17 | [[en:docs:win16:api:gdi:|OFFSETVIEWPORTORG]] | Moves the viewport origin | | | +| 19 | [[en:docs:win16:api:gdi:LineTo]] | Draws a line from current position to specified point | | | 
-| 18 | [[en:docs:win16:api:gdi:|SCALEVIEWPORTEXT]] | Scales the viewport extents | | | +| 20 | [[en:docs:win16:api:gdi:MoveTo]] | Moves the current position | | | 
-| 19 | [[en:docs:win16:api:gdi:|LINETO]] | Draws a line from current position to specified point | | | +| 21 | [[en:docs:win16:api:gdi:ExcludeClipRect]] | Excludes a rectangle from the clipping region | | | 
-| 20 | [[en:docs:win16:api:gdi:|MOVETO]] | Moves the current position | | | +| 22 | [[en:docs:win16:api:gdi:IntersectClipRect]] | Intersects a rectangle with the clipping region | | | 
-| 21 | [[en:docs:win16:api:gdi:|EXCLUDECLIPRECT]] | Excludes a rectangle from the clipping region | | | +| 23 | [[en:docs:win16:api:gdi:Arc]] | Draws an elliptical arc | | | 
-| 22 | [[en:docs:win16:api:gdi:|INTERSECTCLIPRECT]] | Intersects a rectangle with the clipping region | | | +| 24 | [[en:docs:win16:api:gdi:Ellipse]] | Draws an ellipse | | | 
-| 23 | [[en:docs:win16:api:gdi:|ARC]] | Draws an elliptical arc | | | +| 25 | [[en:docs:win16:api:gdi:FloodFill]] | Fills an area with the current brush | | | 
-| 24 | [[en:docs:win16:api:gdi:|ELLIPSE]] | Draws an ellipse | | | +| 26 | [[en:docs:win16:api:gdi:Pie]] | Draws a pie-shaped wedge | | | 
-| 25 | [[en:docs:win16:api:gdi:|FLOODFILL]] | Fills an area with the current brush | | | +| 27 | [[en:docs:win16:api:gdi:Rectangle]] | Draws a rectangle | | | 
-| 26 | [[en:docs:win16:api:gdi:|PIE]] | Draws a pie-shaped wedge | | | +| 28 | [[en:docs:win16:api:gdi:RoundRect]] | Draws a rectangle with rounded corners | | | 
-| 27 | [[en:docs:win16:api:gdi:|RECTANGLE]] | Draws a rectangle | | | +| 29 | [[en:docs:win16:api:gdi:PatBlt]] | Performs a pattern bit-block transfer | | | 
-| 28 | [[en:docs:win16:api:gdi:|ROUNDRECT]] | Draws a rectangle with rounded corners | | | +| 30 | [[en:docs:win16:api:gdi:SaveDC]] | Saves the device context state | | | 
-| 29 | [[en:docs:win16:api:gdi:|PATBLT]] | Performs a pattern bit-block transfer | | | +| 31 | [[en:docs:win16:api:gdi:SetPixel]] | Sets a pixel to the specified color | | | 
-| 30 | [[en:docs:win16:api:gdi:|SAVEDC]] | Saves the device context state | | | +| 32 | [[en:docs:win16:api:gdi:OffsetClipRgn]] | Moves the clipping region | | | 
-| 31 | [[en:docs:win16:api:gdi:|SETPIXEL]] | Sets a pixel to the specified color | | | +| 33 | [[en:docs:win16:api:gdi:TextOut]] | Outputs a character string | | | 
-| 32 | [[en:docs:win16:api:gdi:|OFFSETCLIPRGN]] | Moves the clipping region | | | +| 34 | [[en:docs:win16:api:gdi:BitBlt]] | Performs a bit-block transfer | | | 
-| 33 | [[en:docs:win16:api:gdi:|TEXTOUT]] | Outputs a character string | | | +| 35 | [[en:docs:win16:api:gdi:StretchBlt]] | Performs a stretched bit-block transfer | | | 
-| 34 | [[en:docs:win16:api:gdi:|BITBLT]] | Performs a bit-block transfer | | | +| 36 | [[en:docs:win16:api:gdi:Polygon]] | Draws a polygon | | | 
-| 35 | [[en:docs:win16:api:gdi:|STRETCHBLT]] | Performs a stretched bit-block transfer | | | +| 37 | [[en:docs:win16:api:gdi:Polyline]] | Draws a series of line segments | | | 
-| 36 | [[en:docs:win16:api:gdi:|POLYGON]] | Draws a polygon | | | +| 38 | [[en:docs:win16:api:gdi:Escape]] | Accesses device-specific functions | | | 
-| 37 | [[en:docs:win16:api:gdi:|POLYLINE]] | Draws a series of line segments | | | +| 39 | [[en:docs:win16:api:gdi:RestoreDC]] | Restores the device context state | | | 
-| 38 | [[en:docs:win16:api:gdi:|ESCAPE]] | Accesses device-specific functions | | | +| 40 | [[en:docs:win16:api:gdi:FillRgn]] | Fills a region with a brush | | | 
-| 39 | [[en:docs:win16:api:gdi:|RESTOREDC]] | Restores the device context state | | | +| 41 | [[en:docs:win16:api:gdi:FrameRgn]] | Draws a border around a region | | | 
-| 40 | [[en:docs:win16:api:gdi:|FILLRGN]] | Fills a region with a brush | | | +| 42 | [[en:docs:win16:api:gdi:InvertRgn]] | Inverts the colors in a region | | | 
-| 41 | [[en:docs:win16:api:gdi:|FRAMERGN]] | Draws a border around a region | | | +| 43 | [[en:docs:win16:api:gdi:PaintRgn]] | Paints a region with a brush | | | 
-| 42 | [[en:docs:win16:api:gdi:|INVERTRGN]] | Inverts the colors in a region | | | +| 44 | [[en:docs:win16:api:gdi:SelectClipRgn]] | Selects a region as the clipping region | | | 
-| 43 | [[en:docs:win16:api:gdi:|PAINTRGN]] | Paints a region with a brush | | | +| 45 | [[en:docs:win16:api:gdi:SelectObject]] | Selects an object into the device context | | | 
-| 44 | [[en:docs:win16:api:gdi:|SELECTCLIPRGN]] | Selects a region as the clipping region | | | +| 47 | [[en:docs:win16:api:gdi:CombineRgn]] | Combines two regions | | | 
-| 45 | [[en:docs:win16:api:gdi:|SELECTOBJECT]] | Selects an object into the device context | | | +| 48 | [[en:docs:win16:api:gdi:CreateBitmap]] | Creates a bitmap | | | 
-| 47 | [[en:docs:win16:api:gdi:|COMBINERGN]] | Combines two regions | | | +| 49 | [[en:docs:win16:api:gdi:CreateBitmapIndirect]] | Creates a bitmap from a structure | | | 
-| 48 | [[en:docs:win16:api:gdi:|CREATEBITMAP]] | Creates a bitmap | | | +| 50 | [[en:docs:win16:api:gdi:CreateBrushIndirect]] | Creates a brush from a structure | | | 
-| 49 | [[en:docs:win16:api:gdi:|CREATEBITMAPINDIRECT]] | Creates a bitmap from a structure | | | +| 51 | [[en:docs:win16:api:gdi:CreateCompatibleBitmap]] | Creates a compatible bitmap | | | 
-| 50 | [[en:docs:win16:api:gdi:|CREATEBRUSHINDIRECT]] | Creates a brush from a structure | | | +| 52 | [[en:docs:win16:api:gdi:CreateCompatibleDC]] | Creates a memory device context | | | 
-| 51 | [[en:docs:win16:api:gdi:|CREATECOMPATIBLEBITMAP]] | Creates a compatible bitmap | | | +| 54 | [[en:docs:win16:api:gdi:CreateDC]] | Creates a device context | | | 
-| 52 | [[en:docs:win16:api:gdi:|CREATECOMPATIBLEDC]] | Creates a memory device context | | | +| 55 | [[en:docs:win16:api:gdi:CreateEllipticRgn]] | Creates an elliptical region | | | 
-| 54 | [[en:docs:win16:api:gdi:|CREATEDC]] | Creates a device context | | | +| 56 | [[en:docs:win16:api:gdi:CreateEllipticRgnIndirect]] | Creates an elliptical region from a rectangle | | | 
-| 55 | [[en:docs:win16:api:gdi:|CREATEELLIPTICRGN]] | Creates an elliptical region | | | +| 57 | [[en:docs:win16:api:gdi:CreateFont]] | Creates a logical font | | | 
-| 56 | [[en:docs:win16:api:gdi:|CREATEELLIPTICRGNINDIRECT]] | Creates an elliptical region from a rectangle | | | +| 58 | [[en:docs:win16:api:gdi:CreateFontIndirect]] | Creates a font from a structure | | | 
-| 57 | [[en:docs:win16:api:gdi:|CREATEFONT]] | Creates a logical font | | | +| 59 | [[en:docs:win16:api:gdi:CreateHatchBrush]] | Creates a hatched brush | | | 
-| 58 | [[en:docs:win16:api:gdi:|CREATEFONTINDIRECT]] | Creates a font from a structure | | | +| 60 | [[en:docs:win16:api:gdi:CreatePatternBrush]] | Creates a pattern brush | | | 
-| 59 | [[en:docs:win16:api:gdi:|CREATEHATCHBRUSH]] | Creates a hatched brush | | | +| 61 | [[en:docs:win16:api:gdi:CreatePen]] | Creates a logical pen | | | 
-| 60 | [[en:docs:win16:api:gdi:|CREATEPATTERNBRUSH]] | Creates a pattern brush | | | +| 62 | [[en:docs:win16:api:gdi:CreatePenIndirect]] | Creates a pen from a structure | | | 
-| 61 | [[en:docs:win16:api:gdi:|CREATEPEN]] | Creates a logical pen | | | +| 63 | [[en:docs:win16:api:gdi:CreatePolygonRgn]] | Creates a polygonal region | | | 
-| 62 | [[en:docs:win16:api:gdi:|CREATEPENINDIRECT]] | Creates a pen from a structure | | | +| 64 | [[en:docs:win16:api:gdi:CreateRectRgn]] | Creates a rectangular region | | | 
-| 63 | [[en:docs:win16:api:gdi:|CREATEPOLYGONRGN]] | Creates a polygonal region | | | +| 65 | [[en:docs:win16:api:gdi:CreateRectRgnIndirect]] | Creates a rectangular region from a rectangle | | | 
-| 64 | [[en:docs:win16:api:gdi:|CREATERECTRGN]] | Creates a rectangular region | | | +| 66 | [[en:docs:win16:api:gdi:CreateSolidBrush]] | Creates a solid brush | | | 
-| 65 | [[en:docs:win16:api:gdi:|CREATERECTRGNINDIRECT]] | Creates a rectangular region from a rectangle | | | +| 67 | [[en:docs:win16:api:gdi:DPtoLP]] | Converts device points to logical points | | | 
-| 66 | [[en:docs:win16:api:gdi:|CREATESOLIDBRUSH]] | Creates a solid brush | | | +| 68 | [[en:docs:win16:api:gdi:DeleteDC]] | Deletes a device context | | | 
-| 67 | [[en:docs:win16:api:gdi:|DPTOLP]] | Converts device points to logical points | | | +| 69 | [[en:docs:win16:api:gdi:DeleteObject]] | Deletes a GDI object | | | 
-| 68 | [[en:docs:win16:api:gdi:|DELETEDC]] | Deletes a device context | | | +| 70 | [[en:docs:win16:api:gdi:EnumFonts]] | Enumerates available fonts | | | 
-| 69 | [[en:docs:win16:api:gdi:|DELETEOBJECT]] | Deletes a GDI object | | | +| 71 | [[en:docs:win16:api:gdi:EnumObjects]] | Enumerates GDI objects | | | 
-| 70 | [[en:docs:win16:api:gdi:|ENUMFONTS]] | Enumerates available fonts | | | +| 72 | [[en:docs:win16:api:gdi:EqualRgn]] | Checks if two regions are equal | | | 
-| 71 | [[en:docs:win16:api:gdi:|ENUMOBJECTS]] | Enumerates GDI objects | | | +| 74 | [[en:docs:win16:api:gdi:GetBitmapBits]] | Retrieves bitmap bits | | | 
-| 72 | [[en:docs:win16:api:gdi:|EQUALRGN]] | Checks if two regions are equal | | | +| 75 | [[en:docs:win16:api:gdi:GetBkColor]] | Retrieves the background color | | | 
-| 74 | [[en:docs:win16:api:gdi:|GETBITMAPBITS]] | Retrieves bitmap bits | | | +| 76 | [[en:docs:win16:api:gdi:GetBkMode]] | Retrieves the background mix mode | | | 
-| 75 | [[en:docs:win16:api:gdi:|GETBKCOLOR]] | Retrieves the background color | | | +| 77 | [[en:docs:win16:api:gdi:GetClipBox]] | Retrieves the clipping bounding box | | | 
-| 76 | [[en:docs:win16:api:gdi:|GETBKMODE]] | Retrieves the background mix mode | | | +| 78 | [[en:docs:win16:api:gdi:GetCurrentPosition]] | Retrieves the current position | | | 
-| 77 | [[en:docs:win16:api:gdi:|GETCLIPBOX]] | Retrieves the clipping bounding box | | | +| 79 | [[en:docs:win16:api:gdi:GetDCOrg]] | Retrieves the device context origin | | | 
-| 78 | [[en:docs:win16:api:gdi:|GETCURRENTPOSITION]] | Retrieves the current position | | | +| 80 | [[en:docs:win16:api:gdi:GetDeviceCaps]] | Retrieves device capabilities | | | 
-| 79 | [[en:docs:win16:api:gdi:|GETDCORG]] | Retrieves the device context origin | | | +| 81 | [[en:docs:win16:api:gdi:GetMapMode]] | Retrieves the mapping mode | | | 
-| 80 | [[en:docs:win16:api:gdi:|GETDEVICECAPS]] | Retrieves device capabilities | | | +| 82 | [[en:docs:win16:api:gdi:GetObject]] | Retrieves information about a GDI object | | | 
-| 81 | [[en:docs:win16:api:gdi:|GETMAPMODE]] | Retrieves the mapping mode | | | +| 83 | [[en:docs:win16:api:gdi:GetPixel]] | Retrieves the color of a pixel | | | 
-| 82 | [[en:docs:win16:api:gdi:|GETOBJECT]] | Retrieves information about a GDI object | | | +| 84 | [[en:docs:win16:api:gdi:GetPolyFillMode]] | Retrieves the polygon filling mode | | | 
-| 83 | [[en:docs:win16:api:gdi:|GETPIXEL]] | Retrieves the color of a pixel | | | +| 85 | [[en:docs:win16:api:gdi:GetROP2]] | Retrieves the foreground mix mode | | | 
-| 84 | [[en:docs:win16:api:gdi:|GETPOLYFILLMODE]] | Retrieves the polygon filling mode | | | +| 86 | [[en:docs:win16:api:gdi:GetRelAbs]] | Converts relative coordinates to absolute | | | 
-| 85 | [[en:docs:win16:api:gdi:|GETROP2]] | Retrieves the foreground mix mode | | | +| 87 | [[en:docs:win16:api:gdi:GetStockObject]] | Retrieves a stock GDI object | | | 
-| 86 | [[en:docs:win16:api:gdi:|GETRELABS]] | Converts relative coordinates to absolute | | | +| 88 | [[en:docs:win16:api:gdi:GetStretchBltMode]] | Retrieves the bitmap stretching mode | | | 
-| 87 | [[en:docs:win16:api:gdi:|GETSTOCKOBJECT]] | Retrieves a stock GDI object | | | +| 89 | [[en:docs:win16:api:gdi:GetTextCharacterExtra]] | Retrieves intercharacter spacing | | | 
-| 88 | [[en:docs:win16:api:gdi:|GETSTRETCHBLTMODE]] | Retrieves the bitmap stretching mode | | | +| 90 | [[en:docs:win16:api:gdi:GetTextColor]] | Retrieves the text color | | | 
-| 89 | [[en:docs:win16:api:gdi:|GETTEXTCHARACTEREXTRA]] | Retrieves intercharacter spacing | | | +| 91 | [[en:docs:win16:api:gdi:GetTextExtent]] | Computes text dimensions | | | 
-| 90 | [[en:docs:win16:api:gdi:|GETTEXTCOLOR]] | Retrieves the text color | | | +| 92 | [[en:docs:win16:api:gdi:GetTextFace]] | Retrieves the typeface name | | | 
-| 91 | [[en:docs:win16:api:gdi:|GETTEXTEXTENT]] | Computes text dimensions | | | +| 93 | [[en:docs:win16:api:gdi:GetTextMetrics]] | Retrieves font metrics | | | 
-| 92 | [[en:docs:win16:api:gdi:|GETTEXTFACE]] | Retrieves the typeface name | | | +| 94 | [[en:docs:win16:api:gdi:GetViewportExt]] | Retrieves the viewport extents | | | 
-| 93 | [[en:docs:win16:api:gdi:|GETTEXTMETRICS]] | Retrieves font metrics | | | +| 95 | [[en:docs:win16:api:gdi:GetViewportOrg]] | Retrieves the viewport origin | | | 
-| 94 | [[en:docs:win16:api:gdi:|GETVIEWPORTEXT]] | Retrieves the viewport extents | | | +| 96 | [[en:docs:win16:api:gdi:GetWindowExt]] | Retrieves the window extents | | | 
-| 95 | [[en:docs:win16:api:gdi:|GETVIEWPORTORG]] | Retrieves the viewport origin | | | +| 97 | [[en:docs:win16:api:gdi:GetWindowOrg]] | Retrieves the window origin | | | 
-| 96 | [[en:docs:win16:api:gdi:|GETWINDOWEXT]] | Retrieves the window extents | | | +| 99 | [[en:docs:win16:api:gdi:LPtoDP]] | Converts logical points to device points | | | 
-| 97 | [[en:docs:win16:api:gdi:|GETWINDOWORG]] | Retrieves the window origin | | | +| 100 | [[en:docs:win16:api:gdi:LineDDA]] | Line drawing with callback function | | | 
-| 99 | [[en:docs:win16:api:gdi:|LPTODP]] | Converts logical points to device points | | | +| 101 | [[en:docs:win16:api:gdi:OffsetRgn]] | Moves a region | | | 
-| 100 | [[en:docs:win16:api:gdi:|LINEDDA]] | Line drawing with callback function | | | +| 103 | [[en:docs:win16:api:gdi:PtVisible]] | Checks if a point is visible | | | 
-| 101 | [[en:docs:win16:api:gdi:|OFFSETRGN]] | Moves a region | | | +| 104 | [[en:docs:win16:api:gdi:RectVisible]] | Checks if a rectangle is visible | | | 
-| 103 | [[en:docs:win16:api:gdi:|PTVISIBLE]] | Checks if a point is visible | | | +| 106 | [[en:docs:win16:api:gdi:SetBitmapBits]] | Sets bitmap bits | | | 
-| 104 | [[en:docs:win16:api:gdi:|RECTVISIBLE]] | Checks if a rectangle is visible | | | +| 119 | [[en:docs:win16:api:gdi:AddFontResource]] | Adds a font resource | | | 
-| 106 | [[en:docs:win16:api:gdi:|SETBITMAPBITS]] | Sets bitmap bits | | | +| 123 | [[en:docs:win16:api:gdi:PlayMetaFile]] | Plays a metafile | | | 
-| 119 | [[en:docs:win16:api:gdi:|ADDFONTRESOURCE]] | Adds a font resource | | | +| 124 | [[en:docs:win16:api:gdi:GetMetaFile]] | Retrieves a metafile | | | 
-| 123 | [[en:docs:win16:api:gdi:|PLAYMETAFILE]] | Plays a metafile | | | +| 125 | [[en:docs:win16:api:gdi:CreateMetaFile]] | Creates a metafile | | | 
-| 124 | [[en:docs:win16:api:gdi:|GETMETAFILE]] | Retrieves a metafile | | | +| 126 | [[en:docs:win16:api:gdi:CloseMetaFile]] | Closes a metafile | | | 
-| 125 | [[en:docs:win16:api:gdi:|CREATEMETAFILE]] | Creates a metafile | | | +| 127 | [[en:docs:win16:api:gdi:DeleteMetaFile]] | Deletes a metafile | | | 
-| 126 | [[en:docs:win16:api:gdi:|CLOSEMETAFILE]] | Closes a metafile | | | +| 128 | [[en:docs:win16:api:gdi:MulDiv]] | Performs multiplication and division | | | 
-| 127 | [[en:docs:win16:api:gdi:|DELETEMETAFILE]] | Deletes a metafile | | | +| 132 | [[en:docs:win16:api:gdi:SetEnvironment]] | Sets printer environment | | | 
-| 128 | [[en:docs:win16:api:gdi:|MULDIV]] | Performs multiplication and division | | | +| 133 | [[en:docs:win16:api:gdi:GetEnvironment]] | Retrieves printer environment | | | 
-| 132 | [[en:docs:win16:api:gdi:|SETENVIRONMENT]] | Sets printer environment | | | +| 134 | [[en:docs:win16:api:gdi:GetRgnBox]] | Retrieves region bounding box | | | 
-| 133 | [[en:docs:win16:api:gdi:|GETENVIRONMENT]] | Retrieves printer environment | | | +| 136 | [[en:docs:win16:api:gdi:RemoveFontResource]] | Removes a font resource | | | 
-| 134 | [[en:docs:win16:api:gdi:|GETRGNBOX]] | Retrieves region bounding box | | | +| 148 | [[en:docs:win16:api:gdi:SetBrushOrg]] | Sets brush origin | | | 
-| 136 | [[en:docs:win16:api:gdi:|REMOVEFONTRESOURCE]] | Removes a font resource | | | +| 149 | [[en:docs:win16:api:gdi:GetBrushOrg]] | Retrieves brush origin | | | 
-| 148 | [[en:docs:win16:api:gdi:|SETBRUSHORG]] | Sets brush origin | | | +| 150 | [[en:docs:win16:api:gdi:UnrealizeObject]] | Unrealizes a GDI object | | | 
-| 149 | [[en:docs:win16:api:gdi:|GETBRUSHORG]] | Retrieves brush origin | | | +| 151 | [[en:docs:win16:api:gdi:CopyMetaFile]] | Copies a metafile | | | 
-| 150 | [[en:docs:win16:api:gdi:|UNREALIZEOBJECT]] | Unrealizes a GDI object | | | +| 153 | [[en:docs:win16:api:gdi:CreateIC]] | Creates an information context | | | 
-| 151 | [[en:docs:win16:api:gdi:|COPYMETAFILE]] | Copies a metafile | | | +| 154 | [[en:docs:win16:api:gdi:GetNearestColor]] | Retrieves nearest available color | | | 
-| 153 | [[en:docs:win16:api:gdi:|CREATEIC]] | Creates an information context | | | +| 155 | [[en:docs:win16:api:gdi:QueryAbort]] | Queries print job abort status | | | 
-| 154 | [[en:docs:win16:api:gdi:|GETNEARESTCOLOR]] | Retrieves nearest available color | | | +| 156 | [[en:docs:win16:api:gdi:CreateDiscardableBitmap]] | Creates a discardable bitmap | | | 
-| 155 | [[en:docs:win16:api:gdi:|QUERYABORT]] | Queries print job abort status | | | +| 159 | [[en:docs:win16:api:gdi:GetMetaFileBits]] | Retrieves metafile bits | | | 
-| 156 | [[en:docs:win16:api:gdi:|CREATEDISCARDABLEBITMAP]] | Creates a discardable bitmap | | | +| 160 | [[en:docs:win16:api:gdi:SetMetaFileBits]] | Sets metafile bits | | | 
-| 159 | [[en:docs:win16:api:gdi:|GETMETAFILEBITS]] | Retrieves metafile bits | | | +| 161 | [[en:docs:win16:api:gdi:PtInRegion]] | Checks if point is in region | | | 
-| 160 | [[en:docs:win16:api:gdi:|SETMETAFILEBITS]] | Sets metafile bits | | | +| 162 | [[en:docs:win16:api:gdi:GetBitmapDimension]] | Retrieves bitmap dimensions | | | 
-| 161 | [[en:docs:win16:api:gdi:|PTINREGION]] | Checks if point is in region | | | +| 163 | [[en:docs:win16:api:gdi:SetBitmapDimension]] | Sets bitmap dimensions | | | 
-| 162 | [[en:docs:win16:api:gdi:|GETBITMAPDIMENSION]] | Retrieves bitmap dimensions | | | +| 172 | [[en:docs:win16:api:gdi:SetRectRgn]] | Sets a rectangular region | | | 
-| 163 | [[en:docs:win16:api:gdi:|SETBITMAPDIMENSION]] | Sets bitmap dimensions | | | +| 175 | [[en:docs:win16:api:gdi:EnumMetaFile]] | Enumerates metafile records | | | 
-| 172 | [[en:docs:win16:api:gdi:|SETRECTRGN]] | Sets a rectangular region | | | +| 176 | [[en:docs:win16:api:gdi:PlayMetaFileRecord]] | Plays a metafile record | | | 
-| 175 | [[en:docs:win16:api:gdi:|ENUMMETAFILE]] | Enumerates metafile records | | | +| 181 | [[en:docs:win16:api:gdi:RectInRegion]] | Checks if rectangle is in region | | | 
-| 176 | [[en:docs:win16:api:gdi:|PLAYMETAFILERECORD]] | Plays a metafile record | | | +| 193 | [[en:docs:win16:api:gdi:SetBoundsRect]] | Sets bounding rectangle | | | 
-| 181 | [[en:docs:win16:api:gdi:|RECTINREGION]] | Checks if rectangle is in region | | | +| 194 | [[en:docs:win16:api:gdi:GetBoundsRect]] | Retrieves bounding rectangle | | | 
-| 193 | [[en:docs:win16:api:gdi:|SETBOUNDSRECT]] | Sets bounding rectangle | | | +| 196 | [[en:docs:win16:api:gdi:SetMetaFileBitsBetter]] | Sets metafile bits with improved method | | | 
-| 194 | [[en:docs:win16:api:gdi:|GETBOUNDSRECT]] | Retrieves bounding rectangle | | | +| 201 | [[en:docs:win16:api:gdi:DmBitBlt]] | Device mode bit-block transfer | | | 
-| 196 | [[en:docs:win16:api:gdi:|SETMETAFILEBITSBETTER]] | Sets metafile bits with improved method | | | +| 202 | [[en:docs:win16:api:gdi:DmColorInfo]] | Device mode color information | | | 
-| 201 | [[en:docs:win16:api:gdi:|DMBITBLT]] | Device mode bit-block transfer | | | +| 208 | [[en:docs:win16:api:gdi:DmOutput]] | Device mode output | | | 
-| 202 | [[en:docs:win16:api:gdi:|DMCOLORINFO]] | Device mode color information | | | +| 209 | [[en:docs:win16:api:gdi:DmPixel]] | Device mode pixel operation | | | 
-| 208 | [[en:docs:win16:api:gdi:|DMOUTPUT]] | Device mode output | | | +| 210 | [[en:docs:win16:api:gdi:DmRealizeObject]] | Device mode object realization | | | 
-| 209 | [[en:docs:win16:api:gdi:|DMPIXEL]] | Device mode pixel operation | | | +| 211 | [[en:docs:win16:api:gdi:DmStretchBlt]] | Device mode stretch block transfer | | | 
-| 210 | [[en:docs:win16:api:gdi:|DMREALIZEOBJECT]] | Device mode object realization | | | +| 212 | [[en:docs:win16:api:gdi:DmScanLR]] | Device mode scanline operation | | | 
-| 211 | [[en:docs:win16:api:gdi:|DMSTRBLT]] | Device mode stretch block transfer | | | +| 240 | [[en:docs:win16:api:gdi:OpenJob]] | Opens print job | | | 
-| 212 | [[en:docs:win16:api:gdi:|DMSCANLR]] | Device mode scanline operation | | | +| 241 | [[en:docs:win16:api:gdi:WriteSpool]] | Writes to spooler | | | 
-| 240 | [[en:docs:win16:api:gdi:|OPENJOB]] | Opens print job | | | +| 243 | [[en:docs:win16:api:gdi:CloseJob]] | Closes print job | | | 
-| 241 | [[en:docs:win16:api:gdi:|WRITESPOOL]] | Writes to spooler | | | +| 244 | [[en:docs:win16:api:gdi:DeleteJob]] | Deletes print job | | | 
-| 243 | [[en:docs:win16:api:gdi:|CLOSEJOB]] | Closes print job | | | +| 246 | [[en:docs:win16:api:gdi:StartSpoolPage]] | Starts spooler page | | | 
-| 244 | [[en:docs:win16:api:gdi:|DELETEJOB]] | Deletes print job | | | +| 247 | [[en:docs:win16:api:gdi:EndSpoolPage]] | Ends spooler page | | | 
-| 246 | [[en:docs:win16:api:gdi:|STARTSPOOLPAGE]] | Starts spooler page | | | +| 254 | [[en:docs:win16:api:gdi:SpoolFile]] | Spools file | | | 
-| 247 | [[en:docs:win16:api:gdi:|ENDSPOOLPAGE]] | Ends spooler page | | | +| 300 | [[en:docs:win16:api:gdi:EngineEnumerateFont]] | Engine font enumeration | | | 
-| 254 | [[en:docs:win16:api:gdi:|SPOOLFILE]] | Spools file | | | +| 301 | [[en:docs:win16:api:gdi:EngineDeleteFont]] | Engine font deletion | | | 
-| 300 | [[en:docs:win16:api:gdi:|ENGINEENUMERATEFONT]] | Engine font enumeration | | | +| 302 | [[en:docs:win16:api:gdi:EngineRealizeFont]] | Engine font realization | | | 
-| 301 | [[en:docs:win16:api:gdi:|ENGINEDELETEFONT]] | Engine font deletion | | | +| 303 | [[en:docs:win16:api:gdi:EngineGetCharWidth]] | Engine character width retrieval | | | 
-| 302 | [[en:docs:win16:api:gdi:|ENGINEREALIZEFONT]] | Engine font realization | | | +| 304 | [[en:docs:win16:api:gdi:EngineSetFontContext]] | Engine font context setting | | | 
-| 303 | [[en:docs:win16:api:gdi:|ENGINEGETCHARWIDTH]] | Engine character width retrieval | | | +| 305 | [[en:docs:win16:api:gdi:EngineGetGlyphBmp]] | Engine glyph bitmap retrieval | | | 
-| 304 | [[en:docs:win16:api:gdi:|ENGINESETFONTCONTEXT]] | Engine font context setting | | | +| 307 | [[en:docs:win16:api:gdi:GetCharABCWidths]] | Retrieves character ABC widths | | | 
-| 305 | [[en:docs:win16:api:gdi:|ENGINEGETGLYPHBMP]] | Engine glyph bitmap retrieval | | | +| 308 | [[en:docs:win16:api:gdi:GetOutlineTextMetrics]] | Retrieves outline text metrics | | | 
-| 307 | [[en:docs:win16:api:gdi:|GETCHARABCWIDTHS]] | Retrieves character ABC widths | | | +| 309 | [[en:docs:win16:api:gdi:GetGlyphOutline]] | Retrieves glyph outline | | | 
-| 308 | [[en:docs:win16:api:gdi:|GETOUTLINETEXTMETRICS]] | Retrieves outline text metrics | | | +| 310 | [[en:docs:win16:api:gdi:CreateScalableFontResource]] | Creates scalable font resource | | | 
-| 309 | [[en:docs:win16:api:gdi:|GETGLYPHOUTLINE]] | Retrieves glyph outline | | | +| 311 | [[en:docs:win16:api:gdi:GetFontData]] | Retrieves font data | | | 
-| 310 | [[en:docs:win16:api:gdi:|CREATESCALABLEFONTRESOURCE]] | Creates scalable font resource | | | +| 313 | [[en:docs:win16:api:gdi:GetRasterizerCaps]] | Retrieves rasterizer capabilities | | | 
-| 311 | [[en:docs:win16:api:gdi:|GETFONTDATA]] | Retrieves font data | | | +| 330 | [[en:docs:win16:api:gdi:EnumFontFamilies]] | Enumerates font families | | | 
-| 313 | [[en:docs:win16:api:gdi:|GETRASTERIZERCAPS]] | Retrieves rasterizer capabilities | | | +| 332 | [[en:docs:win16:api:gdi:GetKerningPairs]] | Retrieves kerning pairs | | | 
-| 330 | [[en:docs:win16:api:gdi:|ENUMFONTFAMILIES]] | Enumerates font families | | | +| 345 | [[en:docs:win16:api:gdi:GetTextAlign]] | Retrieves text alignment | | | 
-| 332 | [[en:docs:win16:api:gdi:|GETKERNINGPAIRS]] | Retrieves kerning pairs | | | +| 346 | [[en:docs:win16:api:gdi:SetTextAlign]] | Sets text alignment | | | 
-| 345 | [[en:docs:win16:api:gdi:|GETTEXTALIGN]] | Retrieves text alignment | | | +| 348 | [[en:docs:win16:api:gdi:Chord]] | Draws chord | | | 
-| 346 | [[en:docs:win16:api:gdi:|SETTEXTALIGN]] | Sets text alignment | | | +| 349 | [[en:docs:win16:api:gdi:SetMapperFlags]] | Sets font mapper flags | | | 
-| 348 | [[en:docs:win16:api:gdi:|CHORD]] | Draws chord | | | +| 350 | [[en:docs:win16:api:gdi:GetCharWidth]] | Retrieves character widths | | | 
-| 349 | [[en:docs:win16:api:gdi:|SETMAPPERFLAGS]] | Sets font mapper flags | | | +| 351 | [[en:docs:win16:api:gdi:ExtTextOut]] | Extended text output | | | 
-| 350 | [[en:docs:win16:api:gdi:|GETCHARWIDTH]] | Retrieves character widths | | | +| 353 | [[en:docs:win16:api:gdi:GetAspectRatioFilter]] | Retrieves aspect ratio filter | | | 
-| 351 | [[en:docs:win16:api:gdi:|EXTTEXTOUT]] | Extended text output | | | +| 360 | [[en:docs:win16:api:gdi:CreatePalette]] | Creates palette | | | 
-| 353 | [[en:docs:win16:api:gdi:|GETASPECTRATIOFILTER]] | Retrieves aspect ratio filter | | | +| 363 | [[en:docs:win16:api:gdi:GetPaletteEntries]] | Retrieves palette entries | | | 
-| 360 | [[en:docs:win16:api:gdi:|CREATEPALETTE]] | Creates palette | | | +| 364 | [[en:docs:win16:api:gdi:SetPaletteEntries]] | Sets palette entries | | | 
-| 363 | [[en:docs:win16:api:gdi:|GETPALETTEENTRIES]] | Retrieves palette entries | | | +| 366 | [[en:docs:win16:api:gdi:UpdateColors]] | Updates colors | | | 
-| 364 | [[en:docs:win16:api:gdi:|SETPALETTEENTRIES]] | Sets palette entries | | | +| 367 | [[en:docs:win16:api:gdi:AnimatePalette]] | Animates palette | | | 
-| 366 | [[en:docs:win16:api:gdi:|UPDATECOLORS]] | Updates colors | | | +| 368 | [[en:docs:win16:api:gdi:ResizePalette]] | Resizes palette | | | 
-| 367 | [[en:docs:win16:api:gdi:|ANIMATEPALETTE]] | Animates palette | | | +| 370 | [[en:docs:win16:api:gdi:GetNearestPaletteIndex]] | Retrieves nearest palette index | | | 
-| 368 | [[en:docs:win16:api:gdi:|RESIZEPALETTE]] | Resizes palette | | | +| 372 | [[en:docs:win16:api:gdi:ExtFloodFill]] | Extended flood fill | | | 
-| 370 | [[en:docs:win16:api:gdi:|GETNEARESTPALETTEINDEX]] | Retrieves nearest palette index | | | +| 373 | [[en:docs:win16:api:gdi:SetSystemPaletteUse]] | Sets system palette use | | | 
-| 372 | [[en:docs:win16:api:gdi:|EXTFLOODFILL]] | Extended flood fill | | | +| 374 | [[en:docs:win16:api:gdi:GetSystemPaletteUse]] | Retrieves system palette use | | | 
-| 373 | [[en:docs:win16:api:gdi:|SETSYSTEMPALETTEUSE]] | Sets system palette use | | | +| 375 | [[en:docs:win16:api:gdi:GetSystemPaletteEntries]] | Retrieves system palette entries | | | 
-| 374 | [[en:docs:win16:api:gdi:|GETSYSTEMPALETTEUSE]] | Retrieves system palette use | | | +| 376 | [[en:docs:win16:api:gdi:ResetDC]] | Resets device context | | | 
-| 375 | [[en:docs:win16:api:gdi:|GETSYSTEMPALETTEENTRIES]] | Retrieves system palette entries | | | +| 377 | [[en:docs:win16:api:gdi:StartDoc]] | Starts print document | | | 
-| 376 | [[en:docs:win16:api:gdi:|RESETDC]] | Resets device context | | | +| 378 | [[en:docs:win16:api:gdi:EndDoc]] | Ends print document | | | 
-| 377 | [[en:docs:win16:api:gdi:|STARTDOC]] | Starts print document | | | +| 379 | [[en:docs:win16:api:gdi:StartPage]] | Starts print page | | | 
-| 378 | [[en:docs:win16:api:gdi:|ENDDOC]] | Ends print document | | | +| 380 | [[en:docs:win16:api:gdi:EndPage]] | Ends print page | | | 
-| 379 | [[en:docs:win16:api:gdi:|STARTPAGE]] | Starts print page | | | +| 381 | [[en:docs:win16:api:gdi:SetAbortProc]] | Sets abort procedure | | | 
-| 380 | [[en:docs:win16:api:gdi:|ENDPAGE]] | Ends print page | | | +| 382 | [[en:docs:win16:api:gdi:AbortDoc]] | Aborts print document | | | 
-| 381 | [[en:docs:win16:api:gdi:|SETABORTPROC]] | Sets abort procedure | | | +| 400 | [[en:docs:win16:api:gdi:FastWindowFrame]] | Fast window frame drawing | | | 
-| 382 | [[en:docs:win16:api:gdi:|ABORTDOC]] | Aborts print document | | | +| 410 | [[en:docs:win16:api:gdi:IsValidMetaFile]] | Checks metafile validity | | | 
-| 400 | [[en:docs:win16:api:gdi:|FASTWINDOWFRAME]] | Fast window frame drawing | | | +| 439 | [[en:docs:win16:api:gdi:StretchDIBits]] | Stretches DIB bits | | | 
-| 410 | [[en:docs:win16:api:gdi:|ISVALIDMETAFILE]] | Checks metafile validity | | | +| 440 | [[en:docs:win16:api:gdi:SetDIBits]] | Sets DIB bits | | | 
-| 439 | [[en:docs:win16:api:gdi:|STRETCHDIBITS]] | Stretches DIB bits | | | +| 441 | [[en:docs:win16:api:gdi:GetDIBits]] | Retrieves DIB bits | | | 
-| 440 | [[en:docs:win16:api:gdi:|SETDIBITS]] | Sets DIB bits | | | +| 442 | [[en:docs:win16:api:gdi:CreateDIBitmap]] | Creates DIB bitmap | | | 
-| 441 | [[en:docs:win16:api:gdi:|GETDIBITS]] | Retrieves DIB bits | | | +| 443 | [[en:docs:win16:api:gdi:SetDIBitsToDevice]] | Sets DIB bits to device | | | 
-| 442 | [[en:docs:win16:api:gdi:|CREATEDIBITMAP]] | Creates DIB bitmap | | | +| 444 | [[en:docs:win16:api:gdi:CreateRoundRectRgn]] | Creates rounded rectangle region | | | 
-| 443 | [[en:docs:win16:api:gdi:|SETDIBITSTODEVICE]] | Sets DIB bits to device | | | +| 445 | [[en:docs:win16:api:gdi:CreateDIBPatternBrush]] | Creates DIB pattern brush | | | 
-| 444 | [[en:docs:win16:api:gdi:|CREATEROUNDRECTRGN]] | Creates rounded rectangle region | | | +| 450 | [[en:docs:win16:api:gdi:PolyPolygon]] | Draws multiple polygons | | | 
-| 445 | [[en:docs:win16:api:gdi:|CREATEDIBPATTERNBRUSH]] | Creates DIB pattern brush | | | +| 451 | [[en:docs:win16:api:gdi:CreatePolyPolygonRgn]] | Creates multiple polygon region | | | 
-| 450 | [[en:docs:win16:api:gdi:|POLYPOLYGON]] | Draws multiple polygons | | | +| 462 | [[en:docs:win16:api:gdi:IsGDIObject]] | Checks if object is GDI object | | | 
-| 451 | [[en:docs:win16:api:gdi:|CREATEPOLYPOLYGONRGN]] | Creates multiple polygon region | | | +| 465 | [[en:docs:win16:api:gdi:RectVisibleEHH]] | Extended rectangle visibility check | | | 
-| 462 | [[en:docs:win16:api:gdi:|ISGDIOBJECT]] | Checks if object is GDI object | | | +| 468 | [[en:docs:win16:api:gdi:GetBitmapDimensionEx]] | Extended bitmap dimension retrieval | | | 
-| 465 | [[en:docs:win16:api:gdi:|RECTVISIBLE_EHH]] | Extended rectangle visibility check | | | +| 469 | [[en:docs:win16:api:gdi:GetBrushOrgEx]] | Extended brush origin retrieval | | | 
-| 468 | [[en:docs:win16:api:gdi:|GETBITMAPDIMENSIONEX]] | Extended bitmap dimension retrieval | | | +| 470 | [[en:docs:win16:api:gdi:GetCurrentPositionEx]] | Extended current position retrieval | | | 
-| 469 | [[en:docs:win16:api:gdi:|GETBRUSHORGEX]] | Extended brush origin retrieval | | | +| 471 | [[en:docs:win16:api:gdi:GetTextExtentPoint]] | Text extent point retrieval | | | 
-| 470 | [[en:docs:win16:api:gdi:|GETCURRENTPOSITIONEX]] | Extended current position retrieval | | | +| 472 | [[en:docs:win16:api:gdi:GetViewportExtEx]] | Extended viewport extents retrieval | | | 
-| 471 | [[en:docs:win16:api:gdi:|GETTEXTEXTENTPOINT]] | Text extent point retrieval | | | +| 473 | [[en:docs:win16:api:gdi:GetViewportOrgEx]] | Extended viewport origin retrieval | | | 
-| 472 | [[en:docs:win16:api:gdi:|GETVIEWPORTEXTEX]] | Extended viewport extents retrieval | | | +| 474 | [[en:docs:win16:api:gdi:GetWindowExtEx]] | Extended window extents retrieval | | | 
-| 473 | [[en:docs:win16:api:gdi:|GETVIEWPORTORGEX]] | Extended viewport origin retrieval | | | +| 475 | [[en:docs:win16:api:gdi:GetWindowOrgEx]] | Extended window origin retrieval | | | 
-| 474 | [[en:docs:win16:api:gdi:|GETWINDOWEXTEX]] | Extended window extents retrieval | | | +| 476 | [[en:docs:win16:api:gdi:OffsetViewportOrgEx]] | Extended viewport origin offset | | | 
-| 475 | [[en:docs:win16:api:gdi:|GETWINDOWORGEX]] | Extended window origin retrieval | | | +| 477 | [[en:docs:win16:api:gdi:OffsetWindowOrgEx]] | Extended window origin offset | | | 
-| 476 | [[en:docs:win16:api:gdi:|OFFSETVIEWPORTORGEX]] | Extended viewport origin offset | | | +| 478 | [[en:docs:win16:api:gdi:SetBitmapDimensionEx]] | Extended bitmap dimension setting | | | 
-| 477 | [[en:docs:win16:api:gdi:|OFFSETWINDOWORGEX]] | Extended window origin offset | | | +| 479 | [[en:docs:win16:api:gdi:SetViewportExtEx]] | Extended viewport extents setting | | | 
-| 478 | [[en:docs:win16:api:gdi:|SETBITMAPDIMENSIONEX]] | Extended bitmap dimension setting | | | +| 480 | [[en:docs:win16:api:gdi:SetViewportOrgEx]] | Extended viewport origin setting | | | 
-| 479 | [[en:docs:win16:api:gdi:|SETVIEWPORTEXTEX]] | Extended viewport extents setting | | | +| 481 | [[en:docs:win16:api:gdi:SetWindowExtEx]] | Extended window extents setting | | | 
-| 480 | [[en:docs:win16:api:gdi:|SETVIEWPORTORGEX]] | Extended viewport origin setting | | | +| 482 | [[en:docs:win16:api:gdi:SetWindowOrgEx]] | Extended window origin setting | | | 
-| 481 | [[en:docs:win16:api:gdi:|SETWINDOWEXTEX]] | Extended window extents setting | | | +| 483 | [[en:docs:win16:api:gdi:MoveToEx]] | Extended move to | | | 
-| 482 | [[en:docs:win16:api:gdi:|SETWINDOWORGEX]] | Extended window origin setting | | | +| 484 | [[en:docs:win16:api:gdi:ScaleViewportExtEx]] | Extended viewport scaling | | | 
-| 483 | [[en:docs:win16:api:gdi:|MOVETOEX]] | Extended move to | | | +| 485 | [[en:docs:win16:api:gdi:ScaleWindowExtEx]] | Extended window scaling | | | 
-| 484 | [[en:docs:win16:api:gdi:|SCALEVIEWPORTEXTEX]] | Extended viewport scaling | | | +| 486 | [[en:docs:win16:api:gdi:GetAspectRatioFilterEx]] | Extended aspect ratio filter retrieval | | |
-| 485 | [[en:docs:win16:api:gdi:|SCALEWINDOWEXTEX]] | Extended window scaling | | | +
-| 486 | [[en:docs:win16:api:gdi:|GETASPECTRATIOFILTEREX]] | Extended aspect ratio filter retrieval | | |+
  
 +{{page>en:templates:win16}}