Vcl.Direct2D.TDirect2DPen.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
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DPen

Description

Copies the contents of another pen to this pen.

Assign copies the pen's properties from another TDirect2DPen instance. Assign can also copy the properties from a simple TPen object.

See Also