BitmapPropertiesView class

This topic has not yet been rated - Rate this topic

Provides read access to image properties and metadata. A particular instance of BitmapPropertiesView may represent the entire contents of the frame metadata, or any nested metadata block within the frame.

Syntax


var bitmapPropertiesView = IBitmapFrame.BitmapProperties;
var bitmapPropertiesView = IBitmapFrame.BitmapContainerProperties;

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The BitmapPropertiesView class has these types of members:

Methods

The BitmapPropertiesView class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.

MethodDescription
GetPropertiesAsync Asynchronously retrieves one or more bitmap properties.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.Graphics.Imaging
Windows::Graphics::Imaging [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.