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
other
BarcodePolygonsView.BarcodePolygonStyledrawPolygon
bool?useFill
bool?useFillHighlighted
bool?cornerRadius
float?strokeWidth
float?strokeColor
Color?strokeHighlightedColor
Color?fillColor
Color?fillHighlightedColor
Color?shouldDrawShadows
bool?
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
other
BarcodePolygonsView.BarcodeTextViewStyletextColor
Color?textHighlightedColor
Color?textContainerColor
Color?textContainerHighlightedColor
Color?textFormat
BarcodeOverlayTextFormat
Returns
SetBarcodeAppearanceDelegate(IBarcodeScannerSelectionOverlayController, (PolygonStyleDelegate getPolygonStyle, TextViewStyleDelegate getTextViewStyle))
public static void SetBarcodeAppearanceDelegate(this IBarcodeScannerSelectionOverlayController controller, (BarcodePolygonsView.PolygonStyleDelegate getPolygonStyle, BarcodePolygonsView.TextViewStyleDelegate getTextViewStyle) callbacks)