Fills the interior of a region of the display enclosed by an arbitrary 2D polygon.
y A vector providing the latitude coordinates of the points to be connected.
Color | Linestyle | Orientation | Spacing |
Fill_Pattern | Line_Fill | Pattern | Thick |
Image_Coordinates | Mip |
Image_Interpolate | Threshold |
MAP_POLYFILL uses various filling methods:
Line Fill Method Filling using parallel lines is device independent and works on all devices that can draw lines. Cross-hatching may be obtained with multiple fillings of differing orientations. The spacing, linestyle, orientation, and thickness of the filling lines may be specified using the corresponding keywords. The Line_Fill keyword selects this filling style, but is not required if either the Orientation or Spacing keywords are present.
Patterned Fill Method The method of patterned filling and the usage of various fill patterns is hardware dependent. The fill pattern array may be directly specified with the Pattern keyword for some output devices. If this keyword is omitted, the polygon is filled with the hardware-dependent pattern index specified by the Fill_Pattern keyword.