Click or drag to resize

BitmapSize Property

Gets the size of this bitmap instance.

Namespace:  DotNetBrowser.Ui
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public Size Size { get; }

Property Value

Type: Size
The size of this bitmap instance. The size can be empty.
See Also