Click or drag to resize

GeometryHandlerOnSetColor Method

Represents a request to change the color of subsequent objects

Namespace:  Atalasoft.Imaging.Codec.CadCam
Assembly:  Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual void OnSetColor(
	int r,
	int g,
	int b
)

Parameters

r
Type: SystemInt32
The red value for the color, ranged from 0 - 255
g
Type: SystemInt32
The green value for the color, ranged from 0 - 255
b
Type: SystemInt32
The blue value for the color, ranged from 0 - 255
See Also