|
CreatePatternFlags |
Top Previous Next |
|
CreatePatternFlags (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:
Return value: Integer - The parameter Fill_lFlags for the Add_ShapeXXXX functions
Remarks: For more details for the fill parameters see the example ShapeFill.vbp
|