'Declaration Public Function New( _
ByVal isBorderColorFoundA value indicating whether border color is found.As Boolean, _
ByVal borderColorThe border color.As System.Drawing.Color, _
ByVal borderColorIndexThe index of border color in color palette if color palette exists.As Byte _
)
public BorderColorInfo(
bool isBorderColorFound,
System.Drawing.Color borderColor,
byte borderColorIndex
)
public: BorderColorInfo(
bool isBorderColorFound,
System.Drawing.Color* borderColor,
byte borderColorIndex
)
public:
BorderColorInfo(
bool isBorderColorFound,
System.Drawing.Color^ borderColor,
byte borderColorIndex
)
Parameters
- isBorderColorFound
- A value indicating whether border color is found.
- borderColor
- The border color.
- borderColorIndex
- The index of border color in color palette if color palette exists.