Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 613 Bytes

File metadata and controls

31 lines (24 loc) · 613 Bytes

FFillPat

Description

Function FFillPat returns the current fill pattern setting.

Fill patterns and their associated constants can be found in the VectorScript Appendix.

FUNCTION FFillPat : LONGINT;
def vs.FFillPat():
    return LONGINT

Examples

VectorScript

currFillStyle:=FFillPat;

Python

currFillStyle = vs.FFillPat()

Version

Availability: from All Versions

Category