Click or drag to resize

BillboardGraphics.PixelOffset Property

Gets or sets the billboard's offset from the origin in pixel coordinates. The Y coordinate moves the billboard upwards, and the X coordinate moves the billboard to the right. If not specified, the default is Zero.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public CesiumProperty<Rectangular> PixelOffset { get; set; }

Property Value

Type: CesiumProperty<Rectangular>
See Also