BitmapDecoder.BitmapProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A read-only view of the metadata within the first frame.
public:
property BitmapPropertiesView ^ BitmapProperties { BitmapPropertiesView ^ get(); };
BitmapPropertiesView BitmapProperties();
public BitmapPropertiesView BitmapProperties { get; }
var bitmapPropertiesView = bitmapDecoder.bitmapProperties;
Public ReadOnly Property BitmapProperties As BitmapPropertiesView
Property Value
A read-only view of the metadata within the first frame.