TPictureBoxViewDimensions Property

Gets the size of view dimensions.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public Size ViewDimensions { get; }

Property Value

Size

Implements

ITouchable.ViewDimensions

Remarks

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.

See Also