'Declaration Public Overrides ReadOnly Property SupportedNativePixelFormats As System.Collections.ObjectModel.ReadOnlyCollection(Of PixelFormat)
public override System.Collections.ObjectModel.ReadOnlyCollection<PixelFormat> SupportedNativePixelFormats { get; }
public: __property System.Collections.ObjectModel.ReadOnlyCollection<PixelFormat*>* get_SupportedNativePixelFormats(); override;
public:
property System.Collections.ObjectModel.ReadOnlyCollection<PixelFormat^>^ SupportedNativePixelFormats { System.Collections.ObjectModel.ReadOnlyCollection<PixelFormat^>^ get() override;; }
Property Value
Supported pixel formats, which are supported by sequence of nested commands.
Neighboring commands are compatible if the first command returns image in pixel format, which is compatible with the input pixel format of the second command.
Neighboring commands are compatible if the first command returns image in pixel format, which is compatible with the input pixel format of the second command.