private void SetZoomImage() { zoomImg = new ZoomImg(); animation.SetDecoration(zoomImg, BunifuAnimatorNS.DecorationType.None); zoomImg.Location = new System.Drawing.Point(80, 88); zoomImg.Size = new System.Drawing.Size(516, 428); zoomImg.TabIndex = 1; this.panel1.Controls.Add(zoomImg); this.panel1.Controls.SetChildIndex(zoomImg, 0); }
public PanelOptionStartForm(Panel rootPanel, ZoomImg zoomImg) { this.rootPanel = rootPanel; this.zoomImg = zoomImg; }
public PnContentQs(Panel panelRoot, BunifuTransition animation, ZoomImg zoomImg) { this.panelRoot = panelRoot; this.animation = animation; this.zoomImg = zoomImg; }
DisplayOptionResult(Panel pnRoot, ZoomImg zoomImg) { this.pnRoot = pnRoot; this.zoomImg = zoomImg; }
public void setZoomImg(ZoomImg zoomImg) { this.zoomImg = zoomImg; }
public void setPanel(Panel panel, ZoomImg zoomImg) { panelDynamic = new PanelOptionStartForm(panel, zoomImg); }