'Declaration Public Function New( _ ByVal mainImage As ImGearRasterPage, _ ByVal cellWidth As Integer, _ ByVal cellHeight As Integer, _ ByVal cellFileNames() As String _ )
'Usage Dim mainImage As ImGearRasterPage Dim cellWidth As Integer Dim cellHeight As Integer Dim cellFileNames() As String Dim instance As New ImGearPicturizePreprocessedCollection(mainImage, cellWidth, cellHeight, cellFileNames)
public ImGearPicturizePreprocessedCollection( ImGearRasterPage mainImage, int cellWidth, int cellHeight, string[] cellFileNames )
public: ImGearPicturizePreprocessedCollection( ImGearRasterPage* mainImage, int cellWidth, int cellHeight, string*[]* cellFileNames )
public: ImGearPicturizePreprocessedCollection( ImGearRasterPage^ mainImage, int cellWidth, int cellHeight, array<String^>^ cellFileNames )
Parameters
- mainImage
- Specifies the image to apply the Picturize effect to.
- cellWidth
- Specifies the width of cells in the main image that will be replaced with cell images.
- cellHeight
- Specifies the height of cells in the main image that will be replaced with cell images.
- cellFileNames
- Specifies the list of image file names that will be used for picturizing.
Return Value
The new instance of ImGearPicturizePreprocessedCollection class.