Click or drag to resize

BillboardGraphicsImageSubRegion Property

Gets or sets a sub-region of the image which will be used for the billboard, rather than the entire image, measured in pixels from the bottom-left.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<BoundingRectangle> ImageSubRegion { get; set; }

Property Value

Type: CesiumPropertyBoundingRectangle
See Also