PocketPlanner Programmer's Guide

GraphicObject.Clone Method

See Also

Creates an exact copy of the graphic object.

Namespace: MindFusion.Drawing
Assembly: PocketPlanner

 Syntax

C#

public abstract Object Clone ()

Visual Basic

Public MustOverride Function Clone () As Object

 Return Value

An instance of the GraphicObject class.

 See Also