IconBuilder Interface Reference

Allows to create an ico file. More...

List of all members.

Public Member Functions

 Add ([in] VARIANT Image,[in, defaultvalue(TRUE)] VARIANT_BOOL Transparent,[in, defaultvalue(0)] ULONG X,[in, defaultvalue(0)] ULONG Y)
 Adds an image to the list.
 Save ([in] BSTR FileName)
 Creates the ico file.
 Clear ()
 Clears the list.


Detailed Description

Allows to create an ico file.

Since:
1.1.17.


Member Function Documentation

Add ( [in] VARIANT  Image,
[in, defaultvalue(TRUE)] VARIANT_BOOL  Transparent,
[in, defaultvalue(0)] ULONG  X,
[in, defaultvalue(0)] ULONG  Y 
)

Adds an image to the list.

Parameters:
Image Specifies the Image. This parameter can be:
  • a File name.
  • an Picture object.
X Specifies the x-coordinate of the cursor's hot spot.
Y Specifies the y-coordinate of the cursor's hot spot.
Transparent The icon will be transparent, top-left pixel defines the transparent color.
See also:
LoadImage.
Note:
An ico file can contain several images at multiple sizes.

Clear (  ) 

Clears the list.

Save ( [in] BSTR  FileName  ) 

Creates the ico file.

Parameters:
FileName file name.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:12:44 2015. (C) Veretennikov A. B. 2004-2015