This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
b6906dae 69da 657a 285a cfedf7fbc430
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Transparency
class.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Transparency(
short value
)
VB
Public Sub New (
value As Short
)
C++
public:
Transparency(
short value
)
F#
new :
value : int16 -> Transparency
- Int16
- Alpha value range from 0 to 90.
Accepted transparency values range from 0 (opaque) to 90 (almost transparent), the reserved values -1 and 100 represents ByLayer and ByBlock transparency.