Property DefaultSize
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
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.