[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ZoomPolicy.ZoomBounds

ZoomBounds Method

ZoomBounds(Control, ZoomBoundsInfo)

Zoom the control bounds.

Declaration
public virtual void ZoomBounds(Control control, ZoomBoundsInfo infos)
Parameters
Type Name Description
Control control

The specified control.

ZoomBoundsInfo infos

A ZoomBoundsInfo type infomation provided by C1Zoom to help zoom layout.

Remarks

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.