|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Clipboard Commands > Managing Bitmaps > Clipboard Commands |
MiniRobotLanguage (MRL)
CLB.Bitmap To Var
Transfer a Picture from the Clipboard into a Variable
Intention
This Command will save the Clipboard Content (Picture) into a Variable for later re-use.
Syntax
CLB.Bitmap To Var[|P1]
Parameter Explanation
P1 - (optional) is a Variable that will contain the binary Image-Data of the stored Picture.
Compatible with ANA.ToClipboard or CLB.Bitmap from Var
Example
'***********************************
' CLB.-Sample
'***********************************
' We need this to copy a Image into Clipboard
ANA.New|0|800|400
ANA.vgradient|0|&HFF00FF|&H000000
CLB.Bitmap From Image Register|0
CLB.Bitmap To Var|$$IRA
CLB.Shop
CLB.Reset
CLB.Bitmap From Var|$$IRA
CLB.Shop
ENR.
Remarks
-
Limitations:
-
See also:
•