Vcl.Direct2D.TDirect2DGraphicsObject.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Changed; dynamic;

C++

DYNAMIC void __fastcall Changed();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DGraphicsObject

Description

Generates an OnChange event when the properties of the graphics object change.

Descendants of TDirect2DGraphicsObject call Changed after making changes to the properties encapsulated by the TDirect2DGraphicsObject object.

See Also