TPictureBoxZoomFactor Property
Gets or sets a factor by which the size of image should be multiplied.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public virtual float ZoomFactor { get; set; }
Public Overridable Property ZoomFactor As Single
Get
Set
Property Value
Single
Use this property for zooming in/out the image. The size of the image (both width and height) is multiplied
by the factor.