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

b6906dae 69da 657a 285a cfedf7fbc430

haplokuon edited this page May 6, 2023 · 1 revision

Transparency(Int16) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Transparency class.

Definition

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

Parameters

  Int16
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

Reference

Transparency Class
Transparency Overload
netDxf Namespace

Clone this wiki locally