Description:
Inserts bitmap into Rhino's texture manager and returns a FileReference.
Syntax:
Parameters:
- bitmap
- Type: System.Drawing.Bitmap
- The bitmap which will be referenced by the FileReference.
- crc
- Type: uint
- The crc of the bitmap. This should be a unique number which changes if the contents of the bitmap changes. NOTE: if a different bitmap is provided using the same crc as a previous bitmap, then the previous bitmap will be overwritten in the texture manager and both previously returned FileReferences will reference the newly provided bitmap.
Returns:
Type: FileReference
Available since:
7.7