[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.PictureBoxZoomPolicy

PictureBoxZoomPolicy Class

Represents a zoom policy for PictureBox type control.

Inheritance
PictureBoxZoomPolicy
Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.C1TouchToolKit.4.8.dll
Syntax
public class PictureBoxZoomPolicy : ControlZoomPolicy
Remarks

This zoom policy will change SizeMode as Zoom when ZoomFactor is greater than 1 if SizeMode is AutoSize, CenterImage or Normal. And when ZoomFactor change as 1, the SizeMode will change back.

Constructors

Name Description
PictureBoxZoomPolicy()

Properties

Name Description
TargetType

Gets the type indicates which control type can use this policy.

Methods

Name Description
Initialize(Control)

Initializes the control before zoom action start.

ZoomBounds(Control, ZoomBoundsInfo)

Zoom the control bounds.

ZoomFont(Control, ZoomFontInfo)

Zoom the control font.

See Also