VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / WebChannelRemapSettings Class / Implicit Type Conversion Operators / Implicit(ChannelRemapSettings) Operator
Syntax Requirements SeeAlso
In This Topic
    Implicit(ChannelRemapSettings) Operator (WebChannelRemapSettings)
    In This Topic
    Conversion from Vintasoft.Imaging.ImageProcessing.Color.ChannelRemapSettings to WebChannelRemapSettings.
    Syntax
    'Declaration
    
    Public Overloads Operator Widening CType( _
    ByVal setting
    ChannelRemapSettings object.
    As Vintasoft.Imaging.ImageProcessing.Color.ChannelRemapSettings _
    ) As WebChannelRemapSettings
    public WebChannelRemapSettings operator implicit(
    Vintasoft.Imaging.ImageProcessing.Color.ChannelRemapSettings setting
    )
    public: WebChannelRemapSettings* op_Implicit(
    Vintasoft.Imaging.ImageProcessing.Color.ChannelRemapSettings setting
    )
    public:
    WebChannelRemapSettings^ operator implicit(
    Vintasoft.Imaging.ImageProcessing.Color.ChannelRemapSettings setting
    )

    Parameters

    setting
    ChannelRemapSettings object.

    Return Value

    WebChannelRemapSettings object.
    Requirements

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

    See Also