Click or drag to resize

ImageMaterialGraphics Constructor (CesiumPropertyCesiumResource)

Initializes a new instance with the specified image.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ImageMaterialGraphics(
	CesiumProperty<CesiumResource> image
)

Parameters

image
Type: AGI.Foundation.Cesium.AdvancedCesiumPropertyCesiumResource
The image.
See Also