The LimitImageToArea property returns or sets the Limit image to areas option for gradient maps. Returns a Boolean.
Syntax
object.LimitImageToArea
object.LimitImageToArea = LimitImageToArea
Parameter |
Type |
Description |
LimitImageToArea |
Boolean |
required; true to limit the image to the area boundary |
Example
'LimitImageToArea
'Map is drawn to the gridding border limits
GradientMap.LimitImageToArea = False
'Limits the map to be drawn within the boundaries
GradientMap.LimitImageToArea = True
Used by: GradientMap object