Click or drag to resize

SoftSpotWorkingArea Constructor (Int32, Int32, Int32, Int32, Single, Single, Single, Single, SoftSpotWorkingAreaRotationBehavior)

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,
	float left,
	float top,
	float right,
	float bottom,
	SoftSpotWorkingAreaRotationBehavior rotationBehavior
)

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,System.Single,System.Single,System.Single,System.Single,Com.Datalogic.Softspot.SoftSpot.WorkingArea.RotationBehavior)"]

topPixels
Type: SystemInt32

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

rightPixels
Type: SystemInt32

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

bottomPixels
Type: SystemInt32

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

left
Type: SystemSingle

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

top
Type: SystemSingle

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

right
Type: SystemSingle

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

bottom
Type: SystemSingle

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

rotationBehavior
Type: Com.Datalogic.SoftspotSoftSpotWorkingAreaRotationBehavior

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

See Also