[]
Zoom the control bounds.
public virtual void ZoomBounds(Control control, ZoomBoundsInfo infos)
Type | Name | Description |
---|---|---|
Control | control | The specified control. |
ZoomBoundsInfo | infos | A ZoomBoundsInfo type infomation provided by C1Zoom to help zoom layout. |
Default logic will change the bounds of Control. If the control has other child element need to change. User can add logic in this method.