[Missing <summary> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]
Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static bool GetHistogram( int BitsPerPixel, int Stride, int Width, int Height, byte[] Data, out int[] histogram, out long MaxValue, out long MinValue, out long MaxPossible ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetHistogram ( _ BitsPerPixel As Integer, _ Stride As Integer, _ Width As Integer, _ Height As Integer, _ Data As Byte(), _ <OutAttribute> ByRef histogram As Integer(), _ <OutAttribute> ByRef MaxValue As Long, _ <OutAttribute> ByRef MinValue As Long, _ <OutAttribute> ByRef MaxPossible As Long _ ) As Boolean |
Visual C++ |
---|
public: static bool GetHistogram( int BitsPerPixel, int Stride, int Width, int Height, array<unsigned char>^ Data, [OutAttribute] array<int>^% histogram, [OutAttribute] long long% MaxValue, [OutAttribute] long long% MinValue, [OutAttribute] long long% MaxPossible ) |
Parameters
- BitsPerPixel
- Type: System..::.Int32
[Missing <param name="BitsPerPixel"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]
- Stride
- Type: System..::.Int32
[Missing <param name="Stride"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]
- Width
- Type: System..::.Int32
[Missing <param name="Width"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]
- Height
- Type: System..::.Int32
[Missing <param name="Height"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]
- Data
- Type: array<
System..::.Byte
>[]()[]
[Missing <param name="Data"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]
- histogram
- Type:
array<
System..::.Int32
>[]()[]
%
[Missing <param name="histogram"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]
- MaxValue
- Type:
System..::.Int64
%
[Missing <param name="MaxValue"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]
- MinValue
- Type:
System..::.Int64
%
[Missing <param name="MinValue"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]
- MaxPossible
- Type:
System..::.Int64
%
[Missing <param name="MaxPossible"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]
Return Value
[Missing <returns> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]