[]
Represents a zoom policy for PictureBox type control.
public class PictureBoxZoomPolicy : ControlZoomPolicy
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.
| Name | Description |
|---|---|
| PictureBoxZoomPolicy() |
| Name | Description |
|---|---|
| TargetType | Gets the type indicates which control type can use this policy. |
| 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. |