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

a0369495 c726 39f7 7b88 c1b8351a3c5e

haplokuon edited this page May 6, 2023 · 1 revision

G Property

netDxf 3.0.0 Library

Gets the green component of the AciColor.

Definition

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

C#

public byte G { get; }

VB

Public ReadOnly Property G As Byte
	Get

C++

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

F#

member G : byte with get

Property Value

Byte

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally