Initializes a new instance of the Picturebox class

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

Syntax

C#
public Picturebox(
	string name,
	Bitmap image,
	int x,
	int y,
	BorderStyle border = BorderStyle.Border3D
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Skewworks.NETMF.Controls.Picturebox.#ctor(System.String,Microsoft.SPOT.Bitmap,System.Int32,System.Int32,Skewworks.NETMF.BorderStyle)"]

image
Type: Bitmap

[Missing <param name="image"/> documentation for "M:Skewworks.NETMF.Controls.Picturebox.#ctor(System.String,Microsoft.SPOT.Bitmap,System.Int32,System.Int32,Skewworks.NETMF.BorderStyle)"]

x
Type: System..::..Int32

[Missing <param name="x"/> documentation for "M:Skewworks.NETMF.Controls.Picturebox.#ctor(System.String,Microsoft.SPOT.Bitmap,System.Int32,System.Int32,Skewworks.NETMF.BorderStyle)"]

y
Type: System..::..Int32

[Missing <param name="y"/> documentation for "M:Skewworks.NETMF.Controls.Picturebox.#ctor(System.String,Microsoft.SPOT.Bitmap,System.Int32,System.Int32,Skewworks.NETMF.BorderStyle)"]

border (Optional)
Type: Skewworks.NETMF..::..BorderStyle

[Missing <param name="border"/> documentation for "M:Skewworks.NETMF.Controls.Picturebox.#ctor(System.String,Microsoft.SPOT.Bitmap,System.Int32,System.Int32,Skewworks.NETMF.BorderStyle)"]

See Also