[Missing <summary> documentation for "M:CoreDevices.IPictureView.SendImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int64,System.Int64)"]

Namespace:  CoreDevices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
void SendImage(
	int Width,
	int Height,
	int Stride,
	int BPP,
	int ByteSize,
	IntPtr Data,
	long MaxPixelValue,
	long MinPixelValue
)
Visual Basic (Declaration)
Sub SendImage ( _
	Width As Integer, _
	Height As Integer, _
	Stride As Integer, _
	BPP As Integer, _
	ByteSize As Integer, _
	Data As IntPtr, _
	MaxPixelValue As Long, _
	MinPixelValue As Long _
)
Visual C++
void SendImage(
	int Width, 
	int Height, 
	int Stride, 
	int BPP, 
	int ByteSize, 
	IntPtr Data, 
	long long MaxPixelValue, 
	long long MinPixelValue
)

Parameters

Width
Type: System..::.Int32

[Missing <param name="Width"/> documentation for "M:CoreDevices.IPictureView.SendImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int64,System.Int64)"]

Height
Type: System..::.Int32

[Missing <param name="Height"/> documentation for "M:CoreDevices.IPictureView.SendImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int64,System.Int64)"]

Stride
Type: System..::.Int32

[Missing <param name="Stride"/> documentation for "M:CoreDevices.IPictureView.SendImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int64,System.Int64)"]

BPP
Type: System..::.Int32

[Missing <param name="BPP"/> documentation for "M:CoreDevices.IPictureView.SendImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int64,System.Int64)"]

ByteSize
Type: System..::.Int32

[Missing <param name="ByteSize"/> documentation for "M:CoreDevices.IPictureView.SendImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int64,System.Int64)"]

Data
Type: System..::.IntPtr

[Missing <param name="Data"/> documentation for "M:CoreDevices.IPictureView.SendImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int64,System.Int64)"]

MaxPixelValue
Type: System..::.Int64

[Missing <param name="MaxPixelValue"/> documentation for "M:CoreDevices.IPictureView.SendImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int64,System.Int64)"]

MinPixelValue
Type: System..::.Int64

[Missing <param name="MinPixelValue"/> documentation for "M:CoreDevices.IPictureView.SendImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int64,System.Int64)"]

See Also