'Declaration Public ReadOnly Property Bounds As System.Drawing.Rectangle
public System.Drawing.Rectangle Bounds {get;}
'Declaration Public ReadOnly Property Bounds As System.Drawing.Rectangle
public System.Drawing.Rectangle Bounds {get;}
Rectangle bounds = Rectangle.Intersect(g.Rows[1].Bounds, g.Columns[1].Bounds); button1.Bounds = bounds;