ImageGear for .NET
ImGearPicturizePreprocessedCollection Constructor(ImGearRasterPage,Int32,Int32,ImGearRasterPage[])
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPicturizePreprocessedCollection Class > ImGearPicturizePreprocessedCollection Constructor : ImGearPicturizePreprocessedCollection Constructor(ImGearRasterPage,Int32,Int32,ImGearRasterPage[])




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.

Glossary Item Box

Initializes a new instance of the ImGearPicturizePreprocessedCollection class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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.

Remarks

This constructor creates the new instance of the ImGearPicturizePreprocessedCollection class. It loads a collection of cell images, specified as a list of ImageGear.Core.ImGearRasterPage objects, preprocesses them and stores internally for later use in the ImGearEffects.Picturize method.

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.