FMX.Filter.Effects.TPaperSketchEffect

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Filter.Effects.TImageFXEffectFMX.Effects.TFilterEffectFMX.Effects.TEffectFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPaperSketchEffect

Delphi

TPaperSketchEffect = class(TImageFXEffect)

C++

class PASCALIMPLEMENTATION TPaperSketchEffect : public TImageFXEffect

Properties

Type Visibility Source Unit Parent
class public
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects FMX.Filter.Effects

Description

TPaperSketchEffect is a class for creating an effect that sketches the texture of visual objects.

For further information, go to TImageFXEffect and FireMonkey Image Effects.

The size of the brush with which TPaperSketchEffect draws the sketch can be set through the BrushSize property.

The following table shows the result of the TPaperSketchEffect effect on a .png picture, placed on a form (using a TImage object). The default value (BrushSize=3) is used for the brush size.

No effect (original picture) Result

FireMonkey logo NoEffects shadow.PNG

FireMonkey logo TPaperSketchEffect.PNG

See Also

Code Examples