Blur class (gdipluseffects.h)
The Blur class enables you to apply a Gaussian blur effect to a bitmap and specify the nature of the blur. Pass the address of a Blur object to the Graphics::DrawImage method or to the Bitmap::ApplyEffect method. To specify the nature of the blur, pass a BlurParams structure to the Blur::SetParameters method of a Blur object.
Inheritance
The Blur class implements Effect.
Methods
The Blur class has these methods.
Blur::Blur Creates a Blur object. |
Blur::GetParameters The Blur::GetParameters method gets the current values of the parameters of this Blur object. |
Blur::SetParameters The Blur::SetParameters method sets the parameters of this Blur object. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | gdipluseffects.h |