[Missing <summary> documentation for "M:CoreDevices.CoreImage.CreateGrayScaleBitmap(System.Byte[],System.Int64,System.Int32,System.Int32,System.Int32,System.Int64,System.Int64,CoreDevices.AllowedPixelFormats)"]
Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static Bitmap CreateGrayScaleBitmap( byte[] Data, long NumBytes, int BitsPerPixel, int Width, int Height, long ContrastMinValue, long ContrastMaxValue, AllowedPixelFormats OutPutFormat ) |
Visual Basic (Declaration) |
---|
Public Shared Function CreateGrayScaleBitmap ( _ Data As Byte(), _ NumBytes As Long, _ BitsPerPixel As Integer, _ Width As Integer, _ Height As Integer, _ ContrastMinValue As Long, _ ContrastMaxValue As Long, _ OutPutFormat As AllowedPixelFormats _ ) As Bitmap |
Visual C++ |
---|
public: static Bitmap^ CreateGrayScaleBitmap( array<unsigned char>^ Data, long long NumBytes, int BitsPerPixel, int Width, int Height, long long ContrastMinValue, long long ContrastMaxValue, AllowedPixelFormats OutPutFormat ) |
Parameters
- Data
- Type: array<
System..::.Byte
>[]()[]
[Missing <param name="Data"/> documentation for "M:CoreDevices.CoreImage.CreateGrayScaleBitmap(System.Byte[],System.Int64,System.Int32,System.Int32,System.Int32,System.Int64,System.Int64,CoreDevices.AllowedPixelFormats)"]
- NumBytes
- Type: System..::.Int64
[Missing <param name="NumBytes"/> documentation for "M:CoreDevices.CoreImage.CreateGrayScaleBitmap(System.Byte[],System.Int64,System.Int32,System.Int32,System.Int32,System.Int64,System.Int64,CoreDevices.AllowedPixelFormats)"]
- BitsPerPixel
- Type: System..::.Int32
[Missing <param name="BitsPerPixel"/> documentation for "M:CoreDevices.CoreImage.CreateGrayScaleBitmap(System.Byte[],System.Int64,System.Int32,System.Int32,System.Int32,System.Int64,System.Int64,CoreDevices.AllowedPixelFormats)"]
- Width
- Type: System..::.Int32
[Missing <param name="Width"/> documentation for "M:CoreDevices.CoreImage.CreateGrayScaleBitmap(System.Byte[],System.Int64,System.Int32,System.Int32,System.Int32,System.Int64,System.Int64,CoreDevices.AllowedPixelFormats)"]
- Height
- Type: System..::.Int32
[Missing <param name="Height"/> documentation for "M:CoreDevices.CoreImage.CreateGrayScaleBitmap(System.Byte[],System.Int64,System.Int32,System.Int32,System.Int32,System.Int64,System.Int64,CoreDevices.AllowedPixelFormats)"]
- ContrastMinValue
- Type: System..::.Int64
[Missing <param name="ContrastMinValue"/> documentation for "M:CoreDevices.CoreImage.CreateGrayScaleBitmap(System.Byte[],System.Int64,System.Int32,System.Int32,System.Int32,System.Int64,System.Int64,CoreDevices.AllowedPixelFormats)"]
- ContrastMaxValue
- Type: System..::.Int64
[Missing <param name="ContrastMaxValue"/> documentation for "M:CoreDevices.CoreImage.CreateGrayScaleBitmap(System.Byte[],System.Int64,System.Int32,System.Int32,System.Int32,System.Int64,System.Int64,CoreDevices.AllowedPixelFormats)"]
- OutPutFormat
- Type: CoreDevices..::.AllowedPixelFormats
[Missing <param name="OutPutFormat"/> documentation for "M:CoreDevices.CoreImage.CreateGrayScaleBitmap(System.Byte[],System.Int64,System.Int32,System.Int32,System.Int32,System.Int64,System.Int64,CoreDevices.AllowedPixelFormats)"]
Return Value
[Missing <returns> documentation for "M:CoreDevices.CoreImage.CreateGrayScaleBitmap(System.Byte[],System.Int64,System.Int32,System.Int32,System.Int32,System.Int64,System.Int64,CoreDevices.AllowedPixelFormats)"]