ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / DevelopRaw Class / SetToneCurve Method

In This Topic
    SetToneCurve Method
    In This Topic
    HRESULT IWICDevelopRaw::SetToneCurve([In] unsigned int cbToneCurveSize,[In, Buffer] const WICRawToneCurve* pToneCurve)
    Syntax
    'Declaration
     
    Public Sub SetToneCurve( _
       ByVal toneCurveSize As System.Integer, _
       ByVal toneCurveRef() As RawToneCurve _
    ) 
    public void SetToneCurve( 
       System.int toneCurveSize,
       RawToneCurve[] toneCurveRef
    )

    Parameters

    toneCurveSize
    toneCurveRef
    See Also