public static void MapShape(ShapeViewHandler handler, IShapeView shapeView) { handler.NativeView?.UpdateShape(shapeView); }
public static void MapStrokeLineJoin(ShapeViewHandler handler, IShapeView shapeView) { handler.NativeView?.InvalidateShape(shapeView); }
public static void MapStrokeMiterLimit(ShapeViewHandler handler, IShapeView shapeView) { handler.NativeView?.InvalidateShape(shapeView); }
public static void MapStrokeDashPattern(ShapeViewHandler handler, IShapeView shapeView) { handler.NativeView?.InvalidateShape(shapeView); }
public static void MapStrokeThickness(ShapeViewHandler handler, IShapeView shapeView) { handler.NativeView?.InvalidateShape(shapeView); }
public static void MapFill(ShapeViewHandler handler, IShapeView shapeView) { handler.NativeView?.InvalidateShape(shapeView); }
public static void MapStrokeLineCap(ShapeViewHandler handler, IShapeView shapeView) { handler.PlatformView?.InvalidateShape(shapeView); }
public static void MapAspect(ShapeViewHandler handler, IShapeView shapeView) { handler.PlatformView?.InvalidateShape(shapeView); }