ShopToolsUtilGetFillBrush Method

Return a solid brush used to fill the active area.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static Brush GetFillBrush(
	bool selected = false
)

Parameters

selected  Boolean  (Optional)
Optional value indicating whether the area will be selected. Default = false.

Return Value

Brush
Reference to the brush used to fill the active area.

See Also