User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_controlscale.createcopy_void

Table of Contents

TGIS_ControlScale.CreateCopy method

DK11 for .NET | TatukGIS.NDK.WinForms.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 | Java | Python.

Syntax

Implements IGIS_PrintableControl.CreateCopy.

// C#
public IGIS_PrintableControl CreateCopy();
' VisualBasic
Public Function CreateCopy() As IGIS_PrintableControl
// Oxygene
public
  function CreateCopy : IGIS_PrintableControl;

Result

Type Description
IGIS_PrintableControl created copy object.

Remarks

Do not call this method directly. Method is only for internal communication.

2022/11/16 01:38

Page Tools