DK11 for Delphi | VCL.GisControlScale.TGIS_ControlScale.CreateCopy | Constructors | Methods | Properties | Events
Prepare a copy of the control for printing. It prevents for making changes to the original control during printing.
Available also on: Delphi FMX | .NET WinForms | Java | Python.
Implements IGIS_PrintableControl.CreateCopy.
// Delphi public function CreateCopy : IGIS_PrintableControl;
// C++ Builder public: IGIS_PrintableControl* CreateCopy(void);
Type | Description |
---|---|
IGIS_PrintableControl | created copy object. |
Do not call this method directly. Method is only for internal communication.