Click or drag to resize

BillboardGraphicsExtension Constructor (BillboardGraphicsExtension, CopyContext)

Creates a new instance as a copy of an existing instance.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected BillboardGraphicsExtension(
	BillboardGraphicsExtension existingInstance,
	CopyContext context
)

Parameters

existingInstance
Type: AGI.Foundation.CesiumBillboardGraphicsExtension
The existing instance to copy.
context
Type: AGI.Foundation.InfrastructureCopyContext
A CopyContext that controls the depth of the copy.
See Also