CGpSharpen.GetParametersmethod
Gets the current values of the parameters of this **Sharpen** object.
Syntax
FUNCTION GetParameters (BYVAL uSize AS UINT PTR, BYVAL params AS SharpenParams PTR) AS GpStatus
Parameters
| Name | Description | |
|---|---|---|
uSize | Pointer to a UINT that specifies the size, in bytes, of a SharpenParams structure. | |
params | Pointer 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