<< Click to Display Table of Contents >> NShape Reference
|
Constructs a color style instance.
public ColorStyle(string name, Color color) public ColorStyle(string name, Color color, byte transparency) |
Constructs a color style instance.
Name |
Description |
---|---|
name |
Unique name of the style. |
color |
Base color of the style. |
transparency |
Absolute coordinates of the point defined by relativePosition.
Exception |
Condition |
---|---|
ArgumentOutOfRangeException |
Parameter transparency is < 0 or > 100. |