ShopToolsUtilGetPens Method

Return the pen set for the operation paint appropriate for the specified selection state.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static Pen[] GetPens(
	bool selected = false
)

Parameters

selected  Boolean  (Optional)
Optional value indicating whether the pens are for drawing in the selected state. Default = true.

Return Value

Pen
Reference to an array of pens for use with the specified parameters. 0 - Move Pen; 1 - Draw Pen;

See Also