CompositionImage.Size 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.
Gets the size of the image.
public:
property Size Size { Size get(); };
Size Size();
public Size Size { get; }
var size = compositionImage.size;
Public ReadOnly Property Size As Size
Property Value
The size of the image.
Remarks
Important
This API exists only in Windows 10, version 1507 (Build 10240).