BBjDrawPanel::getFillType
Description
In BBj 16.0 and higher, this method returns the current fill type for closed objects on the BBjDrawPanel.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         int  | 
                                                    
                                                         getFillType()  | 
                                                
Parameters
None.
Return Value
Returns the current fill type, from the following list:
- 0 = No fill (default)
 - 1 = Solid fill
 - 2 = Horizontal lines
 - 3 = Vertical lines
 - 4 = Forward diagonal lines (/)
 - 5 = Backward diagonal lines (\)
 - 6 = Horizontal and vertical cross-hatch
 - 7 = Diagonal cross-hatch
 
Remarks
None.
Example
                                                     | 
                                                
See Also
FILL Mnemonic - Set Fill Type (SYSGUI)
NOFILL Mnemonic - Disable Filling (SYSGUI)
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.