Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 538 Bytes

File metadata and controls

32 lines (24 loc) · 538 Bytes

FFillPat

Description

Function FFillPat returns the current fill pattern setting.

Fill patterns and their associated constants can be found in the [[VS:Function Reference Appendix#Fill Patterns|VectorScript Appendix]].

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

Examples

==== VectorScript ====

currFillStyle:=FFillPat;

==== Python ====

currFillStyle = vs.FFillPat()

Version

Availability: from All Versions

Category

  • Document Attributes