Table of Contents

Property DefaultSize

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DefaultSize

Get the size of the bitmap represented by this bundle in default resolution or, equivalently, at 100% scaling.

public virtual SizeI DefaultSize { get; }

Property Value

SizeI

Remarks

When creating the bundle from a number of bitmaps, this will be just the size of the smallest bitmap in it. Note that this function is mostly used by library itself and not the application.