ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPicturizeMatchingSettings Structure
Members




In This Topic
    ImGearPicturizeMatchingSettings Structure
    In This Topic
    Stores the settings that specify how the ImGearEffects.Picturize method will match cell images to fragments of the source image.
    Object Model
    ImGearPicturizeMatchingSettings Structure
    Syntax
    'Declaration
     
    Public Structure ImGearPicturizeMatchingSettings 
       Inherits System.ValueType
    'Usage
     
    Dim instance As ImGearPicturizeMatchingSettings
    public struct ImGearPicturizeMatchingSettings : System.ValueType 
    public __value struct ImGearPicturizeMatchingSettings : public System.ValueType 
    public value class ImGearPicturizeMatchingSettings : public System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Processing.ImGearPicturizeMatchingSettings

    See Also