CesiumImageFormat Enumeration |
The format of an image to be embedded in a CZML stream.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum CesiumImageFormat
Public Enumeration CesiumImageFormat
public enum class CesiumImageFormat
Members
| Member name | Description |
---|
| Png |
The image is in Portable Network Graphics (PNG) format.
|
| Jpeg |
The image is in Joint Photographic Experts Group (JPEG) format.
|
| Gif |
The image is in Graphics Interchange Format (GIF) format.
|
| Bmp |
The image is in bitmap (BMP) format.
|
See Also