Description:

Gat a paint color. This overload provides a compute option for cases where colors are computed when they are "unset" colors.

Syntax:
public static Color GetPaintColor(
PaintColor whichColor,
Boolean compute
)
Parameters:
  • compute
  • Type: System.Boolean
  • if true, a color is computed in some cases
Returns:
Type: Color
Available since:
7.1

Description:

Gets the color that is currently associated with a paint color.

Syntax:
public static Color GetPaintColor(
PaintColor whichColor
)
Parameters:
Returns:
Type: Color
A .Net library color.
Available since:
5.0

Nothing found