ImageGear23.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPicturizeMatchingMatrix Class : ImGearPicturizeMatchingMatrix Constructor |
'Declaration Public Function New( _ ByVal preprocessedCollection As ImGearPicturizePreprocessedCollection, _ ByVal matchingSettings As ImGearPicturizeMatchingSettings _ )
'Usage Dim preprocessedCollection As ImGearPicturizePreprocessedCollection Dim matchingSettings As ImGearPicturizeMatchingSettings Dim instance As New ImGearPicturizeMatchingMatrix(preprocessedCollection, matchingSettings)
public ImGearPicturizeMatchingMatrix( ImGearPicturizePreprocessedCollection preprocessedCollection, ImGearPicturizeMatchingSettings matchingSettings )
public: ImGearPicturizeMatchingMatrix( ImGearPicturizePreprocessedCollection* preprocessedCollection, ImGearPicturizeMatchingSettings matchingSettings )
public: ImGearPicturizeMatchingMatrix( ImGearPicturizePreprocessedCollection^ preprocessedCollection, ImGearPicturizeMatchingSettings matchingSettings )
Creation of this class serves as the second step in calculation of the Picturize effect. An instance of this class is passed to the ImGearEffects.Picturize method.