FMX.Graphics.TStrokeBrush.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(Source: TPersistent); override;

C++

virtual void __fastcall Assign(System::Classes::TPersistent* Source);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TStrokeBrush

Description

Copies the contents of another brush to the current brush.

FMX.Graphics.TStrokeBrush.Assign inherits from FMX.Graphics.TBrush.Assign. All content below this line refers to FMX.Graphics.TBrush.Assign.

Copies the contents of another brush to the current brush.

Assign copies the brush's properties from another TBrush instance.

See Also