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.2.419.0 (24.2.419.0)
Syntax public 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:
CesiumPropertyBoundingRectangleSee Also