User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_controlnortharrow.freecopy_igis_printablecontrol

Table of Contents

TGIS_ControlNorthArrow.FreeCopy method

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ControlNorthArrow.FreeCopy | Constructors | Methods | Properties

Release the copy of the control.

Available also on: Delphi FMX | Java | Python.

Syntax

Implements IGIS_PrintableControl.FreeCopy.

// C#
public void FreeCopy(
  IGIS_PrintableControl _control
);
' VisualBasic
Public Sub FreeCopy(
  ByVal _control As IGIS_PrintableControl
)
// Oxygene
public
  procedure FreeCopy(
    _control : IGIS_PrintableControl
  );

Parameters

Name Type Description
_control IGIS_PrintableControl copy to free

Remarks

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

2022/11/16 01:38

Page Tools