Namespace: DeltaEngine.Scenes.ControlsAssembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
public PercentageBar(
Rectangle maxDrawArea,
Color[] percentileColors,
PercentageBar HorizontalAlignment alignment = PercentageBar HorizontalAlignment.Left
)
public PercentageBar(
Rectangle maxDrawArea,
Color[] percentileColors,
PercentageBar..::..HorizontalAlignment alignment = PercentageBar..::..HorizontalAlignment.Left
)
Public Sub New (
maxDrawArea As Rectangle,
percentileColors As Color(),
Optional alignment As PercentageBar HorizontalAlignment = PercentageBar HorizontalAlignment.Left
)
Public Sub New (
maxDrawArea As Rectangle,
percentileColors As Color(),
Optional alignment As PercentageBar..::..HorizontalAlignment = PercentageBar..::..HorizontalAlignment.Left
)
public:
PercentageBar(
Rectangle maxDrawArea,
array<Color>^ percentileColors,
PercentageBar HorizontalAlignment alignment = PercentageBar HorizontalAlignment::Left
)
public:
PercentageBar(
Rectangle maxDrawArea,
array<Color>^ percentileColors,
PercentageBar..::..HorizontalAlignment alignment = PercentageBar..::..HorizontalAlignment::Left
)
new :
maxDrawArea : Rectangle *
percentileColors : Color[] *
?alignment : PercentageBar HorizontalAlignment
(* Defaults:
let _alignment = defaultArg alignment PercentageBar HorizontalAlignment.Left
*)
-> PercentageBar
new :
maxDrawArea : Rectangle *
percentileColors : Color[] *
?alignment : PercentageBar..::..HorizontalAlignment
(* Defaults:
let _alignment = defaultArg alignment PercentageBar..::..HorizontalAlignment.Left
*)
-> PercentageBar