Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 608 Bytes

File metadata and controls

29 lines (23 loc) · 608 Bytes

DS_GetFillStyle

Description

Returns document shadow fill style, fill name or color index.

PROCEDURE DS_GetFillStyle(
				VAR shadowFillStyle : INTEGER;
				VAR shadowFillName  : STRING;
				VAR solidColorRef   : LONGINT);
def vs.DS_GetFillStyle():
    return (shadowFillStyle, shadowFillName, solidColorRef)

Parameters

Name Type Description
shadowFillStyle INTEGER
shadowFillName STRING
solidColorRef LONGINT

Version

Availability: from Vectorworks 2014

Category