MediaEncodingSubtypes.Rgb32 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 name for the RGB32 image format.
public:
static property Platform::String ^ Rgb32 { Platform::String ^ get(); };
static winrt::hstring Rgb32();
public static string Rgb32 { get; }
var string = MediaEncodingSubtypes.rgb32;
Public Shared ReadOnly Property Rgb32 As String
Property Value
The name for RGB32 image format.