Click or drag to resize

VisualScriptBaseGetOverrideBrush Method

Gets the overriden brush

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected Brush GetOverrideBrush(
	IBars bars,
	int idx
)

Parameters

bars  IBars
IBars
idx  Int32
Bar index which will be overriden

Return Value

Brush
Overriden brush
See Also