Core Function GUIPictureBox

From Sputnik Wiki
Revision as of 12:37, 14 June 2015 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
GUIPictureBox( <picturebox> )

Contents

Description

Properties & Functions specifically for PictureBox

Parameters

picturebox

The PictureBox GUI object to use.

Functions

Clear

From any image from the PictureBox

GUIPictureBox($PB, "Clear");

Load

Load an image into the PictureBox

GUIPictureBox($PB, "Load", "MyImage.jpg");

Load an image into the PictureBox by copying the image of another PictureBox

GUIPictureBox($PB, "Load", $OtherPB);

Load an image into the PictureBox that came from a DotNet % operator

GUIPictureBox($PB, "Load", $PBNet);

Load an image into the PictureBox that came from any .NET Image object

GUIPictureBox($PB, "Load", $Image);

You can also load the image from a Binary Variable like

GUIPictureBox($PB, "Load", $binary);

Example

Go see GUICreate( "PictureBox" ) for example.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox