Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 493 Bytes

File metadata and controls

31 lines (24 loc) · 493 Bytes

DS_GetOpacity

Description

Returns document shadow opacity.

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

Examples

resultN := DS_GetOpacity;
import vs

# Returns document shadow opacity.
resultN = vs.DS_GetOpacity()
vs.Message('DS_GetOpacity returned: ' + str(resultN))

Version

Availability: from Vectorworks 2014

Category