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