Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the number of mip levels in the original image.
Definition
Visual Basic Public Property MipLevels As Integer C# public int MipLevels { get; set; } C++ public:
property int MipLevels {
int get();
void set(int value);
}JScript public function get MipLevels() : int
public function set MipLevels(int);
Property Value
System.Int32
Integer that represents the number of mip levels.This property is read/write.