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

    Parameters

    setting
    WebChannelRemapSettings object.

    Return Value

    ChannelRemapSettings object.
    Requirements

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

    See Also