2.2.2.23 MilTileMode

A MilTileMode enumeration specifies how a TileBrush fills the area to be painted if the base tile is smaller than the output area.

 typedef  enum
 {
   Extend = 0x00000000
 } MilTileMode;

Extend:  The base tile is drawn, and the remaining area is filled, by extending out the edges of the tile.