Piccolo.NET

PForm Constructor (Boolean, PCanvas)

Constructs a new PForm, with the given canvas, in full screen mode if specified.

public PForm(
   bool fullScreenMode,
   PCanvas aCanvas
);

Parameters

fullScreenMode
Determines whether this PForm starts in full screen mode.
aCanvas
The canvas to add to this PForm.

Remarks

A null value can be passed in for aCanvas, in which a case a new canvas will be created.

See Also

PForm Class | UMD.HCIL.PiccoloX Namespace | PForm Constructor Overload List