ColorCurve::GetParameters method (gdipluseffects.h)

The ColorCurve::GetParameters gets the current values of the parameters of this ColorCurve object.

Syntax

Status GetParameters(
  [in]  UINT             *size,
  [out] ColorCurveParams *parameters
);

Parameters

[in] size

Type: UINT*

Pointer to a UINT that specifies the size, in bytes, of a ColorCurveParams structure.

[out] parameters

Type: ColorCurveParams*

Pointer to a ColorCurveParams structure that receives the parameter values.

Return value

Type: Status

If the method succeeds, it returns Ok, which is an element of the Status enumeration.

If the method fails, it returns one of the other elements of the Status enumeration.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header gdipluseffects.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

ColorCurve

ColorCurve::SetParameters