Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Sharpen class enables you to adjust the sharpness of a bitmap. Pass the address of a Sharpen object to the Graphics::DrawImage method or to the Bitmap::ApplyEffect method. To specify the nature of the sharpening adjustment, pass the address of a SharpenParams structure to the Sharpen::SetParameters method of a Sharpen object.
Inheritance
The Sharpen class implements Effect.
Methods
The Sharpen class has these methods.
Sharpen::GetParameters The Sharpen::GetParameters method gets the current values of the parameters of this Sharpen object. |
Sharpen::SetParameters The Sharpen::SetParameters method sets the parameters of this Sharpen object. |
Sharpen::Sharpen Creates a Sharpen object. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | gdipluseffects.h |