Class BarcodePolygonsViewExtensions
public static class BarcodePolygonsViewExtensions
- Inheritance
-
BarcodePolygonsViewExtensions
- Inherited Members
Methods
Copy(BarcodePolygonStyle, bool?, bool?, bool?, float?, float?, Color?, Color?, Color?, Color?, bool?)
public static BarcodePolygonsView.BarcodePolygonStyle Copy(this BarcodePolygonsView.BarcodePolygonStyle other, bool? drawPolygon = null, bool? useFill = null, bool? useFillHighlighted = null, float? cornerRadius = null, float? strokeWidth = null, Color? strokeColor = null, Color? strokeHighlightedColor = null, Color? fillColor = null, Color? fillHighlightedColor = null, bool? shouldDrawShadows = null)
Parameters
otherBarcodePolygonsView.BarcodePolygonStyledrawPolygonbool?useFillbool?useFillHighlightedbool?cornerRadiusfloat?strokeWidthfloat?strokeColorColor?strokeHighlightedColorColor?fillColorColor?fillHighlightedColorColor?shouldDrawShadowsbool?
Returns
Copy(BarcodeTextViewStyle, Color?, Color?, Color?, Color?, BarcodeOverlayTextFormat)
public static BarcodePolygonsView.BarcodeTextViewStyle Copy(this BarcodePolygonsView.BarcodeTextViewStyle other, Color? textColor = null, Color? textHighlightedColor = null, Color? textContainerColor = null, Color? textContainerHighlightedColor = null, BarcodeOverlayTextFormat textFormat = null)
Parameters
otherBarcodePolygonsView.BarcodeTextViewStyletextColorColor?textHighlightedColorColor?textContainerColorColor?textContainerHighlightedColorColor?textFormatBarcodeOverlayTextFormat
Returns
SetBarcodeAppearanceDelegate(IBarcodeScannerSelectionOverlayController, (PolygonStyleDelegate getPolygonStyle, TextViewStyleDelegate getTextViewStyle))
public static void SetBarcodeAppearanceDelegate(this IBarcodeScannerSelectionOverlayController controller, (BarcodePolygonsView.PolygonStyleDelegate getPolygonStyle, BarcodePolygonsView.TextViewStyleDelegate getTextViewStyle) callbacks)