Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 634 Bytes

File metadata and controls

32 lines (25 loc) · 634 Bytes

HSetLayerTransp

Description

Set the transparency of the specified layer.

PROCEDURE HSetLayerTransp(
				hLayer       : HANDLE;
				transparency : REAL);
def vs.HSetLayerTransp(hLayer, transparency):
    return None

Parameters

Name Type Description
hLayer HANDLE Handle to the layer.
transparency REAL The transparency for the layer. Value between 0.0 and 100.0

See Also

VS Functions: SetLayerTransparency | HGetLayerTransp

Version

Availability: from Vectorworks 2013

Category