Click or drag to resize

BasePluginCameraSetIsCombinePixels Method

Sets whether pixels should be combined.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public bool SetIsCombinePixels(
	bool isCombinePixels,
	bool isAveragePixels
)

Parameters

isCombinePixels  Boolean
True if pixels should be combined
isAveragePixels  Boolean

[Missing <param name="isAveragePixels"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.SetIsCombinePixels(System.Boolean,System.Boolean)"]

Return Value

Boolean
True if successful, false otherwise
See Also