BitmapTypedValue class

This topic has not yet been rated - Rate this topic

A value along with an enumeration specifying its data type.

Syntax


var bitmapTypedValue = new Windows.Graphics.Imaging.BitmapTypedValue();

Attributes

ActivatableAttribute(Windows.Graphics.Imaging.IBitmapTypedValueFactory, NTDDI_WIN8)
MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)

Members

The BitmapTypedValue class has these types of members:

Constructors

The BitmapTypedValue class has these constructors.

ConstructorDescription
BitmapTypedValue Creates a new BitmapTypedValue object.

 

Methods

The BitmapTypedValue class inherits methods from the Object class (C#/VB/C++).

Properties

The BitmapTypedValue class has these properties.

PropertyAccess typeDescription

Type

Read-onlyGets the PropertyType of the stored value.

Value

Read-onlyGets the stored value.

 

Remarks

BitmapTypedValue is immutable. In order to alter a value or data type, you must create a new object.

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.