Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 704 Bytes

File metadata and controls

26 lines (21 loc) · 704 Bytes

GetOpacityN

FUNCTION GetOpacityN(
				h                  : HANDLE;
				VAR outPenOpacity  : INTEGER;
				VAR outFillOpacity : INTEGER): Boolean;
def vs.GetOpacityN(h):
    return (Boolean, outPenOpacity, outFillOpacity)

Parameters

Name Type Description
h HANDLE Object handle to get the opacity values.
outPenOpacity INTEGER Output parameter. Return the object's pen opacity as percentage value in range [0-100].
outFillOpacity INTEGER Output parameter. Return the object's fill opacity as percentage value in range [0-100].

Version

Availability: from Vectorworks 2017

Category