Table of Contents
zmap_SetWrapFlagDescriptionSet the flag for whether the map is tiled such that the left/right and top/bottom edges wrap around to produce an infinitely repeating map. Files
Function prototypebool zmap_SetWrapFlag(ZMAP hMap, bool WrapFlag); Arguments
Return valueFalse if an error occurred, and true otherwise. CommentsNo free lunchThis function does not change the map pixel values to force edges to line up. If the map does not already have matching borders, this function will not make them so. Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
|