CreatePatternFlags
MethodCreatePatternFlags (Method)
Creates an Integer to be provided to the parameter Fill_lFlags of the commands add_ShapeXXXX
Syntax:
Function CreatePatternFlags(fStretchXOn As Boolean, fStretchYOn As Boolean, fBackgroundOn As Boolean, fBorderOff As Boolean, fPolylineOn As Boolean) As Integer
The CreatePatternFlags method syntax consists of the following:
Parameter |
Data Type |
Description |
fStretchXOn |
Boolean |
True when the pattern stretches to fit in the x direction |
fStretchYOn |
Boolean |
True when the pattern stretches to fit in the y direction |
fBackgroundOn |
Boolean |
True when the pattern has a fill color |
fBorderOff |
Boolean |
True when s.hape has not border |
fPolylineOn |
Boolean |
True when s.hape is a polyline and not a filled polygon |
Return value:
Integer - The parameter Fill_lFlags for the Add_ShapeXXXX functions
Remarks:
Use the returned string as line type data for Avax line style definitions.