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

0c7e099f 0683 364c f544 ece3decd5c1a

haplokuon edited this page May 6, 2023 · 1 revision

R Property

netDxf 3.0.0 Library

Gets the red component of the AciColor.

Definition

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

C#

public byte R { get; }

VB

Public ReadOnly Property R As Byte
	Get

C++

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

F#

member R : byte with get

Property Value

Byte

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally