ResPictureGroup: Add

Add

Adds a picture to the group.



 Public Sub Add(
	  ByVal ResourceId As Long,
	  ByVal Pic As IPicture )

Parameters

ResourceId
[ByVal] Long. The numeric ID of the picture resource to be included in the group.
Pic
[ByVal] IPicture. The picture to be added to the group.

Remarks

The Pic value is not added to the resource. It is only used to obtain information about the picture. The actual picture resource needs to be added to the ResourceWriter independently.

See Also

Project CorLib Overview
Class ResPictureGroup Overview