Copies values from Source to the current brush instance.
Source position: graphics.pp line 713
public procedure TBrush.Assign( |
Source: TPersistent |
); override; |
Source |
|
Brush instance with values copied in the method. |
Assign is a procedure used to copy properties values from Source to the current brush instance.
TPersistent.Assign |