Example #1
0
        public PathAnnotation(Annotate.Tool tool, UIBezierPath path, UIColor color)
        {
            Tool = tool;

            var bzPath = UIBezierPath.FromPath(path.CGPath);
            bzPath.LineWidth = path.LineWidth;

            Path = bzPath;

            Color = color;
        }
 public void ConfigureTool(Annotate.Tool annotateTool)
 {
     Tool = annotateTool;
 }