Table of Contents

Method AddFigureToCollection

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

AddFigureToCollection(object, object)

Adds a figure to the passed collection.

public bool AddFigureToCollection(object collection, object figure)

Parameters

collection object

The collection where we will add the passed figure.

figure object

The object figure which will be added in the passed collection.

Returns

bool

Returns true if the figure succeded was added to the collection or false if it is not.