MTExample4_1.PlotPanel.PlotPanel C# (CSharp) 메소드

PlotPanel() 공개 메소드

public PlotPanel ( CGRect rect ) : System
rect CGRect
리턴 System
        public PlotPanel(CGRect rect)
            : base(rect)
        {
            ContentMode = UIViewContentMode.Redraw;
            BackColor = Color.Wheat;
        }