Returns the attributes of the simple pen with the given Key.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
void GetSimplePenAttributes(
int simplePenKey,
out CogColorConstants color,
out int lineWidth,
out CogGraphicLineStyleConstants lineStyle
)
void GetSimplePenAttributes(
int simplePenKey,
out CogColorConstants color,
out int lineWidth,
out CogGraphicLineStyleConstants lineStyle
)
Sub GetSimplePenAttributes (
simplePenKey As Integer,
<OutAttribute> ByRef color As CogColorConstants,
<OutAttribute> ByRef lineWidth As Integer,
<OutAttribute> ByRef lineStyle As CogGraphicLineStyleConstants
)
Sub GetSimplePenAttributes (
simplePenKey As Integer,
<OutAttribute> ByRef color As CogColorConstants,
<OutAttribute> ByRef lineWidth As Integer,
<OutAttribute> ByRef lineStyle As CogGraphicLineStyleConstants
)
void GetSimplePenAttributes(
int simplePenKey,
[OutAttribute] CogColorConstants% color,
[OutAttribute] int% lineWidth,
[OutAttribute] CogGraphicLineStyleConstants% lineStyle
)
void GetSimplePenAttributes(
int simplePenKey,
[OutAttribute] CogColorConstants% color,
[OutAttribute] int% lineWidth,
[OutAttribute] CogGraphicLineStyleConstants% lineStyle
)
Returns the attributes of the simple pen with the given simplePenKey.