Class ToolImageItem

3DS Max Plug-In SDK

Class ToolImageItem

See Also: Class ToolItem.

class ToolImageItem : public ToolItem

Description:

This class allows a developer to use an image in the toolbar. This is used internally as part of the object snap code. All methods of this class are implemented by the system.

Methods:

Prototype:

ToolImageItem(int w,int h,int k,int id, int y=CENTER_TOOL_VERTICALLY,DWORD hID=0);

Remarks:

Constructor. The data members are initialized to the values passed. The type parameter of ToolItem is set to CTB_IMAGE.