DynamicPoint

DynamicPoint

new

An optionally time-dynamic billboard.

Source:

Members

:Property

Gets or sets the Color Property specifying the the point's color.

:Event

Gets the event that is raised whenever a new property is assigned.

:Property

Gets or sets the Color Property specifying the the point's outline color.

:Property

Gets or sets the numeric Property specifying the the point's outline width.

:Property

Gets or sets the numeric Property specifying the point's size in pixels.

:Property

Gets or sets the boolean Property specifying the point's visibility.

Methods

Duplicates a DynamicPoint instance.

Parameters:
Name Type Argument Description
result DynamicPoint <optional>
The object onto which to store the result.
Returns:
DynamicPoint The modified result parameter or a new instance if one was not provided.

Assigns each unassigned property on this object to the value of the same property on the provided source object.

Parameters:
Name Type Description
source DynamicPoint The object to be merged into this object.