BillboardGraphics.ImageSubRegion 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumProperty<BoundingRectangle> ImageSubRegion { get; set; }
Public Property ImageSubRegion As CesiumProperty(Of BoundingRectangle)
Get
Set
public:
property CesiumProperty<BoundingRectangle>^ ImageSubRegion {
CesiumProperty<BoundingRectangle>^ get ();
void set (CesiumProperty<BoundingRectangle>^ value);
}
member ImageSubRegion : CesiumProperty<BoundingRectangle> with get, set
Property Value
Type:
CesiumProperty<BoundingRectangle>
See Also