TPictureBoxZoomFactor Property

Gets or sets a factor by which the size of image should be multiplied.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public virtual float ZoomFactor { get; set; }

Property Value

Single

Remarks

Use this property for zooming in/out the image. The size of the image (both width and height) is multiplied by the factor.

See Also