PictureResourceGroup: Add

Add

Adds a picture to the group.



 Public Sub Add(
	  ByVal Resource As PictureResourceInfo )

Parameters

Resource
[ByVal] PictureResourceInfo. The picture to be added to the group.

Remarks

The picture resource 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 PictureResourceGroup Overview