LibBarcodeSupportFormatBarcodeAsArrayExtractingSnapshot |
Type | handler |
Dictionary | android.barcodesupport |
Library | Android Barcode Support Library |
Syntax | LibBarcodeSupportFormatBarcodeAsArrayExtractingSnapshot(<pBarcode>,<pSnapshot>,<pClipSnapshot>,<pSnapshotScaleX>,<pSnapshotScaleY>)
|
Associations | com.livecode.library.native.android.barcodesupport |
Summary | Formats a barcode object into an array, including a snapshot of the
barcode.
|
OS | android |
Parameters | Name | Type | Description |
---|
pBarcode | | Barcode object.
|
pSnapshot | | Image including barcode from which to take the snapshot.
|
pClipSnapshot | | Clip the snapshot to the barcode rect.
|
pSnapshotScaleX | | Image x scale.
|
pSnapshotScaleY | | Image y scale.
|
|
Values | Name | Type | Description |
---|
return | | Barcode array.
|
|
Description | Formats a barcode object into an array, including a snapshot of the barcode.
Note: This handler is for internal use.
|