VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / ColoredObjects<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ColoredObjects<T> Class
    In This Topic
    A set of colored objects that can be highlighted in HighlightTool<T>.
    Object Model
    ColoredObjects<T>
    Syntax
    'Declaration
    
    Public Class ColoredObjects
         (Of T
    T must be a class that implements IBoundedObject interface.
    As Class, Vintasoft.Imaging.IBoundedObject})
    public class ColoredObjects<T>
    where T: class, Vintasoft.Imaging.IBoundedObject
    
    
    public __gc class ColoredObjects<T>
    where T: class, Vintasoft.Imaging.IBoundedObject*
    
    
    generic<typename T>
    public ref class ColoredObjects
    where T: ref class, Vintasoft.Imaging.IBoundedObject^
    
    

    Type Parameters

    T
    T must be a class that implements IBoundedObject interface.
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.ColoredObjects<T>

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also