Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

ad3e331c 9305 0064 358a 37e9cb8129c0

haplokuon edited this page May 6, 2023 · 1 revision

FromAlphaValue Method

netDxf 3.0.0 Library

Gets the transparency object from a transparency value.

Definition

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 

Parameters

  Int32
A transparency value.

Return Value

Transparency
A transparency

See Also

Reference

Transparency Class
netDxf Namespace

Clone this wiki locally