Share via


CopyBitmapToBytes Method (Bitmap, Int64[])

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

See Also

Utilities Class

CopyBitmapToBytes Overload

Microsoft.Robotics.Simulation.Engine Namespace