[Missing <summary> documentation for "M:Skewworks.NETMF.Controls.Scrollbar.OnRender(System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
protected override void OnRender(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: System..::..Int32

[Missing <param name="x"/> documentation for "M:Skewworks.NETMF.Controls.Scrollbar.OnRender(System.Int32,System.Int32,System.Int32,System.Int32)"]

y
Type: System..::..Int32

[Missing <param name="y"/> documentation for "M:Skewworks.NETMF.Controls.Scrollbar.OnRender(System.Int32,System.Int32,System.Int32,System.Int32)"]

width
Type: System..::..Int32

[Missing <param name="width"/> documentation for "M:Skewworks.NETMF.Controls.Scrollbar.OnRender(System.Int32,System.Int32,System.Int32,System.Int32)"]

height
Type: System..::..Int32

[Missing <param name="height"/> documentation for "M:Skewworks.NETMF.Controls.Scrollbar.OnRender(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also