[Missing <summary> documentation for "M:CoreDevices.IEasyCoreCom.PaintSurface(CoreDevices.IPictureView[])"]

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

Syntax

C#
void PaintSurface(
	IPictureView[] PaintSurface
)
Visual Basic (Declaration)
Sub PaintSurface ( _
	PaintSurface As IPictureView() _
)
Visual C++
void PaintSurface(
	array<IPictureView^>^ PaintSurface
)

Parameters

PaintSurface
Type: array< CoreDevices..::.IPictureView >[]()[]

[Missing <param name="PaintSurface"/> documentation for "M:CoreDevices.IEasyCoreCom.PaintSurface(CoreDevices.IPictureView[])"]

See Also