Click or drag to resize

ImageMaterialGraphics Constructor (CesiumProperty<CesiumResource>)

Initializes a new instance with the specified image.

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

Parameters

image
Type: AGI.Foundation.Cesium.Advanced.CesiumProperty<CesiumResource>
The image.
See Also