FastSkinWidth | |||
Syntax: | |||
Width = FastSkinWidth( FastSkin ) | |||
Parameters: | |||
| |||
Return Values: | |||
| |||
Description: | |||
This command returns the width of a loaded FastSkin. For getting a FastSkin, see LoadFastSkin() and CatchFastSkin() | |||
Example: | |||
Skin1 = LoadFastSkin("skin.pbs") OpenWindow(0, 200, 200, FastSkinWidth(Skin1), FastSkinHeight(Skin1), #WS_POPUP, "AppName") SkinWinFast(WindowID(), Skin1) | |||
|