FUNCTION GetOpacityN(
h : HANDLE;
VAR outPenOpacity : INTEGER;
VAR outFillOpacity : INTEGER): Boolean;def vs.GetOpacityN(h):
return (Boolean, outPenOpacity, outFillOpacity)| 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]. |
Availability: from Vectorworks 2017