FMX.Filter.Effects.TFilterPaperSketch

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Filter.Effects.TFilterBaseFilterFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFilterPaperSketch

Delphi

TFilterPaperSketch = class(TFilterBaseFilter)

C++

class PASCALIMPLEMENTATION TFilterPaperSketch : public TFilterBaseFilter

Properties

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

Description

TFilterPaperSketch is a wrapper for TPaperSketchEffect.

FMX.Filter.Effects.TFilterPaperSketch inherits from FMX.Filter.Effects.TPaperSketchEffect. All content below this line refers to FMX.Filter.Effects.TPaperSketchEffect.

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