TPictureBoxViewDimensions Property
Gets the size of view dimensions.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public Size ViewDimensions { get; }
Public ReadOnly Property ViewDimensions As Size
Get
SizeITouchable.ViewDimensions
The view dimensions is the area that is used to view the document. The property returns the same value as
Size property.
It is the implementation of
ITouchable interface.