Vcl.Graphics.TWICImage.EncoderContainerFormat
Delphi
property EncoderContainerFormat: TGUID read FEncoderContainerFormat write SetEncoderContainerFormat;
C++
__property GUID EncoderContainerFormat = {read=FEncoderContainerFormat, write=SetEncoderContainerFormat};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TWICImage |
Description
Provides access to the GUID of the format used to represent the enclosed image.
Use EncoderContainerFormat to call a Windows API function that requires the GUID of the format used to store an image in the TWICImage object.
If you set a new GUID to the EncoderContainerFormat property, the TWICImage object makes sure to change the format of the enclosed image on the next save operation.