GwenForm Constructor (String, Int32, Int32)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the GwenForm class

Namespace:  Rage.Forms
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public GwenForm(
	string caption,
	int width,
	int height
)

Parameters

caption
Type: SystemString

[Missing <param name="caption"/> documentation for "M:Rage.Forms.GwenForm.#ctor(System.String,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Rage.Forms.GwenForm.#ctor(System.String,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Rage.Forms.GwenForm.#ctor(System.String,System.Int32,System.Int32)"]

See Also

Reference