FMX.Filter.Effects.TPaperSketchEffect.brushSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property brushSize: Single read GetbrushSize write SetbrushSize nodefault;

C++

__property float brushSize = {read=GetbrushSize, write=SetbrushSize};

Properties

Type Visibility Source Unit Parent
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TPaperSketchEffect

Description

Specifies the brush size of the sketch effect.

BrushSize is a System.Single value that takes values in the range from 0.60 through 10.00.

If BrushSize is not explicitly set, it is considered equal to 3.00.

See Also