Click or drag to resize

Transparency Constructor (Int16)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Transparency class.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Transparency(
	short value
)
Request Example View Source

Parameters

value
Type: SystemInt16
Alpha value range from 0 to 90.
Remarks
Accepted transparency values range from 0 (opaque) to 90 (almost transparent), the reserved values -1 and 100 represents ByLayer and ByBlock transparency.
See Also