'Declaration Public Function New( _ ByVal mainImage As ImGearRasterPage, _ ByVal cellWidth As Integer, _ ByVal cellHeight As Integer, _ ByVal cellImages() As ImGearRasterPage _ )
'Usage Dim mainImage As ImGearRasterPage Dim cellWidth As Integer Dim cellHeight As Integer Dim cellImages() As ImGearRasterPage Dim instance As New ImGearPicturizePreprocessedCollection(mainImage, cellWidth, cellHeight, cellImages)
public ImGearPicturizePreprocessedCollection( ImGearRasterPage mainImage, int cellWidth, int cellHeight, ImGearRasterPage[] cellImages )
public: ImGearPicturizePreprocessedCollection( ImGearRasterPage* mainImage, int cellWidth, int cellHeight, ImGearRasterPage*[]* cellImages )
public: ImGearPicturizePreprocessedCollection( ImGearRasterPage^ mainImage, int cellWidth, int cellHeight, array<ImGearRasterPage^>^ cellImages )
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.
- cellImages
- Specifies the list of images that will be used for picturizing.
Return Value
The new instance of the ImGearPicturizePreprocessedCollection class.