Gets or sets a value indicating whether the raster bits are packed.
'Declaration
Public Property IsRasterPacked As Boolean
'Usage
Dim instance As ImGearRawLoadOptions
Dim value As Boolean
instance.IsRasterPacked = value
value = instance.IsRasterPacked
public bool IsRasterPacked {get; set;}
public: __property bool get_IsRasterPacked();
public: __property void set_IsRasterPacked(
bool value
);
public:
property bool IsRasterPacked {
bool get();
void set ( bool value);
}
Property Value
True if the raster bits are packed (the raster bits are not aligned in this case), False - otherwise.