TdxSmartImageCodecsRepository.GetFormatByID(TdxImageDataFormat) Method
Returns a registered class-reference to an image codec class associated with the specified deprecated image format ID.
Declaration
class function GetFormatByID(ID: TdxImageDataFormat): TdxSmartImageCodecClass;
Parameters
Name | Type |
---|---|
ID | TdxImageDataFormat |
Returns
Type |
---|
TdxSmartImageCodecClass |
See Also