Click or drag to resize

SoftSpotWorkingArea Constructor (Int32, Int32, Int32, Int32)

Namespace:  Com.Datalogic.Softspot
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WorkingArea(
	int leftPixels,
	int topPixels,
	int rightPixels,
	int bottomPixels
)

Parameters

leftPixels
Type: SystemInt32

[Missing <param name="leftPixels"/> documentation for "M:Com.Datalogic.Softspot.SoftSpot.WorkingArea.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

topPixels
Type: SystemInt32

[Missing <param name="topPixels"/> documentation for "M:Com.Datalogic.Softspot.SoftSpot.WorkingArea.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

rightPixels
Type: SystemInt32

[Missing <param name="rightPixels"/> documentation for "M:Com.Datalogic.Softspot.SoftSpot.WorkingArea.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

bottomPixels
Type: SystemInt32

[Missing <param name="bottomPixels"/> documentation for "M:Com.Datalogic.Softspot.SoftSpot.WorkingArea.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also