DK for .NET | TatukGIS.NDK.WinForms.TGIS_ControlNorthArrow.CreateCopy | Constructors | Methods | Properties
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.
Implements IGIS_PrintableControl.CreateCopy.
// C# public IGIS_PrintableControl CreateCopy();
' VisualBasic Public Function CreateCopy() As IGIS_PrintableControl
// Oxygene public function CreateCopy : IGIS_PrintableControl;
Type | Description |
---|---|
IGIS_PrintableControl | created copy object. |
Do not call this method directly. Method is only for internal communication.