Constructors: NewPictureResourceInfo

NewPictureResourceInfo

Initializes a new instance of the PictureResourceInfo class with the specified ResourceId and Resource.



 Public Function NewPictureResourceInfo(
	  ByVal ResourceId As Long,
	  ByVal Resource As IPicture ) As PictureResourceInfo

Parameters

ResourceId
[ByVal] Long. The resource number used to identify this resource.
Resource
[ByVal] IPicture. The resource to be contained in the info.

Return Values

PictureResourceInfo -  A new instance of the PictureResourceInfo.

See Also

Project CorLib Overview

Class Constructors Overview