IFilterFormatTranslations Property |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
SyntaxDictionary<PixelFormat, PixelFormat> FormatTranslations { get; }
ReadOnly Property FormatTranslations As Dictionary(Of PixelFormat, PixelFormat)
Get
property Dictionary<PixelFormat, PixelFormat>^ FormatTranslations {
Dictionary<PixelFormat, PixelFormat>^ get ();
}
abstract FormatTranslations : Dictionary<PixelFormat, PixelFormat> with get
Property Value
Type:
DictionaryPixelFormat,
PixelFormat
See Also