Transparency Constructor (Int16)
|
Initializes a new instance of the Transparency class.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Transparency(
short value
)
Public Sub New (
value As Short
)
public:
Transparency(
short value
)
new :
value : int16 -> Transparency
CONSTRUCTOR(
value AS SHORT
)
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