ImageGear22.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPicturizePreprocessedCollection Class > ImGearPicturizePreprocessedCollection Constructor : ImGearPicturizePreprocessedCollection Constructor(ImGearRasterPage,Int32,Int32,ImGearRasterPage[]) |
'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 )
Creation of this class serves as the first step in calculation of the Picturize effect. An instance of this class is passed to ImGearPicturizeMatchingMatrix constructor, which in turn is passed to the Picturize method.