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.
Microsoft Robotics Class Reference
Copy the bytes of a bitmap to an array. Assumes the array is of the correct length and type to contain the bitmap.
Namespace: Microsoft.Robotics.Simulation.Engine
Assembly: SimulationEngine (in SimulationEngine.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public static void CopyBitmapToBytes(
Bitmap bmp,
long[] imageDest
)
Parameters
- bmp
Type: System.Drawing. . :: . .Bitmap
Bitmap to copy the data from
- imageDest
Type: array<System. . :: . .Int64> [] () [] []
Array to copy the data to