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

0bae28a7 d598 2998 5869 1c6853864761

haplokuon edited this page May 6, 2023 · 1 revision

B Property

netDxf 3.0.0 Library

Gets the blue component of the AciColor.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public byte B { get; }

VB

Public ReadOnly Property B As Byte
	Get

C++

public:
property unsigned char B {
	unsigned char get ();
}

F#

member B : byte with get

Property Value

Byte

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally