Help Center

CGpSharpen.GetParametersmethod

Gets the current values of the parameters of this **Sharpen** object.

GraphicsmethodCGpEffect.incdocumented

Syntax

FUNCTION GetParameters (BYVAL uSize AS UINT PTR, BYVAL params AS SharpenParams PTR) AS GpStatus

Parameters

NameDescription
uSizePointer to a UINT that specifies the size, in bytes, of a SharpenParams structure.
paramsPointer to a SharpenParams structure that receives the parameter values.

Return value

If the method succeeds, it returns StatusOk, which is an element of the GpStatus enumeration.

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

Description

Gets the current values of the parameters of this Sharpen object.

Reference

  • Include file CGpEffect.inc
  • Defined in AfxNova/CGpEffect.inc:178
  • Documented in Graphics/GdiPlus Classes/CGpEffect Class.md
  • Topic: CGpEffect Class