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 411
ad3e331c 9305 0064 358a 37e9cb8129c0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the transparency object from a transparency value.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Transparency FromAlphaValue(
int value
)
VB
Public Shared Function FromAlphaValue (
value As Integer
) As Transparency
C++
public:
static Transparency^ FromAlphaValue(
int value
)
F#
static member FromAlphaValue :
value : int -> Transparency
- Int32
- A transparency value.