Ejemplo n.º 1
0
 public static void MapShape(ShapeViewHandler handler, IShapeView shapeView)
 {
     handler.NativeView?.UpdateShape(shapeView);
 }
Ejemplo n.º 2
0
 public static void MapStrokeLineJoin(ShapeViewHandler handler, IShapeView shapeView)
 {
     handler.NativeView?.InvalidateShape(shapeView);
 }
Ejemplo n.º 3
0
 public static void MapStrokeMiterLimit(ShapeViewHandler handler, IShapeView shapeView)
 {
     handler.NativeView?.InvalidateShape(shapeView);
 }
Ejemplo n.º 4
0
 public static void MapStrokeDashPattern(ShapeViewHandler handler, IShapeView shapeView)
 {
     handler.NativeView?.InvalidateShape(shapeView);
 }
Ejemplo n.º 5
0
 public static void MapStrokeThickness(ShapeViewHandler handler, IShapeView shapeView)
 {
     handler.NativeView?.InvalidateShape(shapeView);
 }
Ejemplo n.º 6
0
 public static void MapFill(ShapeViewHandler handler, IShapeView shapeView)
 {
     handler.NativeView?.InvalidateShape(shapeView);
 }
Ejemplo n.º 7
0
 public static void MapStrokeLineCap(ShapeViewHandler handler, IShapeView shapeView)
 {
     handler.PlatformView?.InvalidateShape(shapeView);
 }
Ejemplo n.º 8
0
 public static void MapAspect(ShapeViewHandler handler, IShapeView shapeView)
 {
     handler.PlatformView?.InvalidateShape(shapeView);
 }