using System;using UIKit;using CoreGraphics;using Foundation;namespace GraphicsAnimation{public class TriangleView : UIView{CGPath path;public TriangleView (){BackgroundColor = UIColor.White;}public override void Draw(CGRect rect){base.Draw (rect);using(var g=UIGraphics.GetCurre ......
本文摘自 :https://www.cnblogs.com/


