VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransformSet Class / Contains(ColorTransform) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Contains(ColorTransform) Method (ColorTransformSet)
    In This Topic
    Determines whether this ColorTransformSet contains a specific ColorTransform.
    Syntax
    'Declaration
    
    Public Function Contains( _
    ByVal transform
    The ColorTransform to locate in this ColorTransformSet.
    As ColorTransform _
    ) As Boolean
    public bool Contains(
    ColorTransform transform
    )
    public: bool Contains(
    ColorTransform* transform
    )
    public:
    bool Contains(
    ColorTransform^ transform
    )

    Parameters

    transform
    The ColorTransform to locate in this ColorTransformSet.

    Return Value

    True if transform is found in this ColorTransformSet; otherwise, false.
    Exceptions
    ExceptionDescription
    Thrown if transform is null.
    Requirements

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

    See Also