ShopToolsUtilGetPens Method
Return the pen set for the operation paint appropriate for the
specified selection state.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static Pen[] GetPens(
bool selected = false
)
Public Shared Function GetPens (
Optional selected As Boolean = false
) As Pen()
No code example is currently available or this language may not be supported.
- selected Boolean (Optional)
-
Optional value indicating whether the pens are for drawing in the
selected state. Default = true.
Pen
Reference to an array of pens for use with the specified parameters.
0 - Move Pen; 1 - Draw Pen;